# git rev-parse -q --verify abfed87e2a12bd246047d78c01d81eb9529f1d06^{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 abfed87e2a12bd246047d78c01d81eb9529f1d06^{commit} abfed87e2a12bd246047d78c01d81eb9529f1d06 # git checkout -q -f -B kisskb abfed87e2a12bd246047d78c01d81eb9529f1d06 # git clean -qxdf # < git log -1 # commit abfed87e2a12bd246047d78c01d81eb9529f1d06 # Author: Jason A. Donenfeld # Date: Sat May 28 12:24:29 2022 +0200 # # crypto: memneq - move into lib/ # # This is used by code that doesn't need CONFIG_CRYPTO, so move this into # lib/ with a Kconfig option so that it can be selected by whatever needs # it. # # This fixes a linker error Zheng pointed out when # CRYPTO_MANAGER_DISABLE_TESTS!=y and CRYPTO=m: # # lib/crypto/curve25519-selftest.o: In function `curve25519_selftest': # curve25519-selftest.c:(.init.text+0x60): undefined reference to `__crypto_memneq' # curve25519-selftest.c:(.init.text+0xec): undefined reference to `__crypto_memneq' # curve25519-selftest.c:(.init.text+0x114): undefined reference to `__crypto_memneq' # curve25519-selftest.c:(.init.text+0x154): undefined reference to `__crypto_memneq' # # Reported-by: Zheng Bin # Cc: Eric Biggers # Cc: stable@vger.kernel.org # Fixes: aa127963f1ca ("crypto: lib/curve25519 - re-add selftests") # Signed-off-by: Jason A. Donenfeld # Reviewed-by: Eric Biggers # Signed-off-by: Herbert Xu # < /opt/cross/kisskb/korg/gcc-5.5.0-nolibc/powerpc64-linux/bin/powerpc64-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-5.5.0-nolibc/powerpc64-linux/bin/powerpc64-linux-ld --version # < git log --format=%s --max-count=1 abfed87e2a12bd246047d78c01d81eb9529f1d06 # < make -s -j 32 ARCH=powerpc O=/kisskb/build/crypto_powernv_defconfig+NO_PERF_powerpc-gcc5 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-5.5.0-nolibc/powerpc64-linux/bin/powerpc64-linux- powernv_defconfig # Added to kconfig CONFIG_PERF_EVENTS=n # < make -s -j 32 ARCH=powerpc O=/kisskb/build/crypto_powernv_defconfig+NO_PERF_powerpc-gcc5 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-5.5.0-nolibc/powerpc64-linux/bin/powerpc64-linux- help # make -s -j 32 ARCH=powerpc O=/kisskb/build/crypto_powernv_defconfig+NO_PERF_powerpc-gcc5 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-5.5.0-nolibc/powerpc64-linux/bin/powerpc64-linux- olddefconfig # make -s -j 32 ARCH=powerpc O=/kisskb/build/crypto_powernv_defconfig+NO_PERF_powerpc-gcc5 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-5.5.0-nolibc/powerpc64-linux/bin/powerpc64-linux- Completed OK # rm -rf /kisskb/build/crypto_powernv_defconfig+NO_PERF_powerpc-gcc5 # Build took: 0:03:51.497759