# git rev-parse -q --verify 382811940303f7cd01d0f3dcdf432dfd89c5a98e^{commit} # git fetch -q -n -f git://fs.ozlabs.ibm.com/kernel/crypto master warning: The last gc run reported the following. Please correct the root cause and remove .git/gc.log. Automatic cleanup will not be performed until the file is removed. warning: There are too many unreachable loose objects; run 'git prune' to remove them. # git rev-parse -q --verify 382811940303f7cd01d0f3dcdf432dfd89c5a98e^{commit} 382811940303f7cd01d0f3dcdf432dfd89c5a98e # git checkout -q -f -B kisskb 382811940303f7cd01d0f3dcdf432dfd89c5a98e # git clean -qxdf # < git log -1 # commit 382811940303f7cd01d0f3dcdf432dfd89c5a98e # Author: Arnd Bergmann # Date: Sun Jan 3 15:03:04 2021 +0100 # # crypto: omap-sham - Fix link error without crypto-engine # # The driver was converted to use the crypto engine helper # but is missing the corresponding Kconfig statement to ensure # it is available: # # arm-linux-gnueabi-ld: drivers/crypto/omap-sham.o: in function `omap_sham_probe': # omap-sham.c:(.text+0x374): undefined reference to `crypto_engine_alloc_init' # arm-linux-gnueabi-ld: omap-sham.c:(.text+0x384): undefined reference to `crypto_engine_start' # arm-linux-gnueabi-ld: omap-sham.c:(.text+0x510): undefined reference to `crypto_engine_exit' # arm-linux-gnueabi-ld: drivers/crypto/omap-sham.o: in function `omap_sham_finish_req': # omap-sham.c:(.text+0x98c): undefined reference to `crypto_finalize_hash_request' # arm-linux-gnueabi-ld: omap-sham.c:(.text+0x9a0): undefined reference to `crypto_transfer_hash_request_to_engine' # arm-linux-gnueabi-ld: drivers/crypto/omap-sham.o: in function `omap_sham_update': # omap-sham.c:(.text+0xf24): undefined reference to `crypto_transfer_hash_request_to_engine' # arm-linux-gnueabi-ld: drivers/crypto/omap-sham.o: in function `omap_sham_final': # omap-sham.c:(.text+0x1020): undefined reference to `crypto_transfer_hash_request_to_engine' # # Fixes: 133c3d434d91 ("crypto: omap-sham - convert to use crypto engine") # Signed-off-by: Arnd Bergmann # Signed-off-by: Herbert Xu # < /opt/cross/kisskb/korg/gcc-8.1.0-nolibc/x86_64-linux/bin/x86_64-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-8.1.0-nolibc/x86_64-linux/bin/x86_64-linux-ld --version # < git log --format=%s --max-count=1 382811940303f7cd01d0f3dcdf432dfd89c5a98e # < make -s -j 24 ARCH=x86 O=/kisskb/build/crypto_x86-allmodconfig_x86_64-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/x86_64-linux/bin/x86_64-linux- allmodconfig # Added to kconfig CONFIG_BUILD_DOCSRC=n # Added to kconfig CONFIG_MODULE_SIG=n # Added to kconfig CONFIG_SAMPLES=n # < make -s -j 24 ARCH=x86 O=/kisskb/build/crypto_x86-allmodconfig_x86_64-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/x86_64-linux/bin/x86_64-linux- help # make -s -j 24 ARCH=x86 O=/kisskb/build/crypto_x86-allmodconfig_x86_64-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/x86_64-linux/bin/x86_64-linux- olddefconfig # make -s -j 24 ARCH=x86 O=/kisskb/build/crypto_x86-allmodconfig_x86_64-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/x86_64-linux/bin/x86_64-linux- /kisskb/src/lib/bitfield_kunit.c: In function 'test_bitfields_constants': /kisskb/src/lib/bitfield_kunit.c:93:1: warning: the frame size of 7432 bytes is larger than 2048 bytes [-Wframe-larger-than=] } ^ Completed OK # rm -rf /kisskb/build/crypto_x86-allmodconfig_x86_64-gcc8 # Build took: 0:26:32.122931