All of lore.kernel.org
 help / color / mirror / Atom feed
* [ebiggers:libcrypto-pending 15/16] lib/crypto/sha512.c:133:10: fatal error: 'sha512.h' file not found
@ 2025-06-11 13:30 kernel test robot
  0 siblings, 0 replies; only message in thread
From: kernel test robot @ 2025-06-11 13:30 UTC (permalink / raw)
  To: Eric Biggers; +Cc: llvm, oe-kbuild-all

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/ebiggers/linux.git libcrypto-pending
head:   0586083fb1c568bec833e783baaca2af96546965
commit: d0d72dc3d57b125acc032396f4d6b82188b1ace2 [15/16] lib/crypto/sha512: migrate x86-optimized SHA-512 code to library
config: um-randconfig-001-20250611 (https://download.01.org/0day-ci/archive/20250611/202506112119.CpYFrurc-lkp@intel.com/config)
compiler: clang version 21.0.0git (https://github.com/llvm/llvm-project f819f46284f2a79790038e1f6649172789734ae8)
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20250611/202506112119.CpYFrurc-lkp@intel.com/reproduce)

If you fix the issue in a separate patch/commit (i.e. not just a new version of
the same patch/commit), kindly add following tags
| Reported-by: kernel test robot <lkp@intel.com>
| Closes: https://lore.kernel.org/oe-kbuild-all/202506112119.CpYFrurc-lkp@intel.com/

All errors (new ones prefixed by >>):

   clang: warning: no such include directory: 'lib/crypto/um' [-Wmissing-include-dirs]
>> lib/crypto/sha512.c:133:10: fatal error: 'sha512.h' file not found
     133 | #include "sha512.h" /* $(SRCARCH)/sha512.h */
         |          ^~~~~~~~~~
   1 error generated.


vim +133 lib/crypto/sha512.c

6eecba60cf9a91 Eric Biggers 2025-06-10  131  
6eecba60cf9a91 Eric Biggers 2025-06-10  132  #ifdef CONFIG_CRYPTO_LIB_SHA512_ARCH
6eecba60cf9a91 Eric Biggers 2025-06-10 @133  #include "sha512.h" /* $(SRCARCH)/sha512.h */
6eecba60cf9a91 Eric Biggers 2025-06-10  134  #else
6eecba60cf9a91 Eric Biggers 2025-06-10  135  #define sha512_blocks sha512_blocks_generic
6eecba60cf9a91 Eric Biggers 2025-06-10  136  #endif
6eecba60cf9a91 Eric Biggers 2025-06-10  137  

:::::: The code at line 133 was first introduced by commit
:::::: 6eecba60cf9a91a96a3e342357ec1124ae490ddc lib/crypto/sha512: add support for SHA-384 and SHA-512

:::::: TO: Eric Biggers <ebiggers@google.com>
:::::: CC: Eric Biggers <ebiggers@google.com>

-- 
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2025-06-11 13:31 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-06-11 13:30 [ebiggers:libcrypto-pending 15/16] lib/crypto/sha512.c:133:10: fatal error: 'sha512.h' file not found kernel test robot

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.