Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1284811

Re: [PATCH] Staging: Skein: Moved macros from skein_block.c to header

From Sanidhya Solanki <jpage.lkml@gmail.com>
Newsgroups linux.kernel
Subject Re: [PATCH] Staging: Skein: Moved macros from skein_block.c to header
Date 2015-12-06 08:30 +0100
Message-ID <qCBVE-3UW-3@gated-at.bofh.it> (permalink)
References <qCn6i-2Pm-5@gated-at.bofh.it> <qCoc1-3ts-1@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


I disagree with the output of the automaton. Included below are my
compile checks before and after the patch.
The output has been scrubbed to remove information about my file layout.

------------------------------------------------------------------
[~ linux]$ git branch -v
  master 31ade3b Linux 4.4-rc3
* pat    31ade3b Linux 4.4-rc3
[~ linux]$ make -j5 drivers/staging/skein/skein_block.o
  CHK     include/config/kernel.release
  CHK     include/generated/uapi/linux/version.h
  CHK     include/generated/utsrelease.h
  CHK     include/generated/timeconst.h
  CHK     include/generated/bounds.h
  CHK     include/generated/asm-offsets.h
  CALL    scripts/checksyscalls.sh
  CC      drivers/staging/skein/skein_block.o
[~ linux]$ pwd
~/linux
[~ linux]$ git branch -v
  master 31ade3b Linux 4.4-rc3
* pat    31ade3b Linux 4.4-rc3
[~ linux]$ git branch -v
  master 31ade3b Linux 4.4-rc3
* pat    4d2271c Staging: Skein: Moved macros from skein_block.c to
header file. 
[~ linux]$ pwd
~/linux
[~ linux]$ make -j5 drivers/staging/skein/skein_block.o
  CHK     include/config/kernel.release
  UPD     include/config/kernel.release
  CHK     include/generated/uapi/linux/version.h
  CHK     include/generated/utsrelease.h
  UPD     include/generated/utsrelease.h
  CHK     include/generated/timeconst.h
  CHK     include/generated/bounds.h
  CHK     include/generated/asm-offsets.h
  CALL    scripts/checksyscalls.sh
  CC      drivers/staging/skein/skein_block.o
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

Re: [PATCH] Staging: Skein: Moved macros from skein_block.c to header kbuild test robot <lkp@intel.com> - 2015-12-05 17:50 +0100
  Re: [PATCH] Staging: Skein: Moved macros from skein_block.c to  header Sanidhya Solanki <jpage.lkml@gmail.com> - 2015-12-06 08:30 +0100
    Re: [PATCH] Staging: Skein: Moved macros from skein_block.c to header Sudip Mukherjee <sudipm.mukherjee@gmail.com> - 2015-12-07 07:10 +0100
      Re: [PATCH] Staging: Skein: Moved macros from skein_block.c to  header Sanidhya Solanki <jpage.lkml@gmail.com> - 2015-12-07 15:20 +0100

csiph-web