# git rev-parse -q --verify cb1eeb75cf3dd84ced81333967200583993dfd73^{commit} cb1eeb75cf3dd84ced81333967200583993dfd73 already have revision, skipping fetch # git checkout -q -f -B kisskb cb1eeb75cf3dd84ced81333967200583993dfd73 # git clean -qxdf # < git log -1 # commit cb1eeb75cf3dd84ced81333967200583993dfd73 # Author: Arnd Bergmann # Date: Tue Jan 7 21:08:58 2020 +0100 # # crypto: hisilicon/sec2 - Use atomics instead of __sync # # The use of __sync functions for atomic memory access is not # supported in the kernel, and can result in a link error depending # on configuration: # # ERROR: "__tsan_atomic32_compare_exchange_strong" [drivers/crypto/hisilicon/sec2/hisi_sec2.ko] undefined! # ERROR: "__tsan_atomic64_fetch_add" [drivers/crypto/hisilicon/sec2/hisi_sec2.ko] undefined! # # Use the kernel's own atomic interfaces instead. This way the # debugfs interface actually reads the counter atomically. # # Fixes: 416d82204df4 ("crypto: hisilicon - add HiSilicon SEC V2 driver") # 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 cb1eeb75cf3dd84ced81333967200583993dfd73 # < make -s -j 32 ARCH=x86_64 O=/kisskb/build/crypto_x86_64-allnoconfig_x86_64-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/x86_64-linux/bin/x86_64-linux- allnoconfig # make -s -j 32 ARCH=x86_64 O=/kisskb/build/crypto_x86_64-allnoconfig_x86_64-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/x86_64-linux/bin/x86_64-linux- /kisskb/src/tools/objtool Completed OK # rm -rf /kisskb/build/crypto_x86_64-allnoconfig_x86_64-gcc8 # Build took: 0:00:23.300522