# git rev-parse -q --verify e3a606f2c544b231f6079c8c5fea451e772e1139^{commit} e3a606f2c544b231f6079c8c5fea451e772e1139 already have revision, skipping fetch # git checkout -q -f -B kisskb e3a606f2c544b231f6079c8c5fea451e772e1139 # git clean -qxdf # < git log -1 # commit e3a606f2c544b231f6079c8c5fea451e772e1139 # Author: Ard Biesheuvel # Date: Wed Apr 21 09:55:11 2021 +0200 # # fsverity: relax build time dependency on CRYPTO_SHA256 # # CONFIG_CRYPTO_SHA256 denotes the generic C implementation of the SHA-256 # shash algorithm, which is selected as the default crypto shash provider # for fsverity. However, fsverity has no strict link time dependency, and # the same shash could be exposed by an optimized implementation, and arm64 # has a number of those (scalar, NEON-based and one based on special crypto # instructions). In such cases, it makes little sense to require that the # generic C implementation is incorporated as well, given that it will never # be called. # # To address this, relax the 'select' clause to 'imply' so that the generic # driver can be omitted from the build if desired. # # Acked-by: Eric Biggers # Signed-off-by: Ard Biesheuvel # Signed-off-by: Herbert Xu # < /opt/cross/kisskb/korg/gcc-4.9.4-nolibc/powerpc64-linux/bin/powerpc64-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-4.9.4-nolibc/powerpc64-linux/bin/powerpc64-linux-ld --version # < git log --format=%s --max-count=1 e3a606f2c544b231f6079c8c5fea451e772e1139 # < make -s -j 48 ARCH=powerpc O=/kisskb/build/crypto_ppc64_defconfig+NO_TM_powerpc-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/powerpc64-linux/bin/powerpc64-linux- ppc64_defconfig # Added to kconfig CONFIG_PPC_TRANSACTIONAL_MEM=n # < make -s -j 48 ARCH=powerpc O=/kisskb/build/crypto_ppc64_defconfig+NO_TM_powerpc-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/powerpc64-linux/bin/powerpc64-linux- help # make -s -j 48 ARCH=powerpc O=/kisskb/build/crypto_ppc64_defconfig+NO_TM_powerpc-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/powerpc64-linux/bin/powerpc64-linux- olddefconfig # make -s -j 48 ARCH=powerpc O=/kisskb/build/crypto_ppc64_defconfig+NO_TM_powerpc-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/powerpc64-linux/bin/powerpc64-linux- /kisskb/src/drivers/net/ethernet/chelsio/cxgb4/sge.c: In function 'cxgb4_write_partial_sgl': /kisskb/src/drivers/net/ethernet/chelsio/cxgb4/sge.c:910:9: warning: missing braces around initializer [-Wmissing-braces] struct ulptx_sge_pair buf[MAX_SKB_FRAGS / 2 + 1] = {0}, *to; ^ /kisskb/src/drivers/net/ethernet/chelsio/cxgb4/sge.c:910:9: warning: (near initialization for 'buf[0]') [-Wmissing-braces] /kisskb/src/fs/btrfs/tree-checker.c: In function 'check_root_item': /kisskb/src/fs/btrfs/tree-checker.c:1071:9: warning: missing braces around initializer [-Wmissing-braces] struct btrfs_root_item ri = { 0 }; ^ /kisskb/src/fs/btrfs/tree-checker.c:1071:9: warning: (near initialization for 'ri.inode') [-Wmissing-braces] Completed OK # rm -rf /kisskb/build/crypto_ppc64_defconfig+NO_TM_powerpc-gcc4.9 # Build took: 0:03:26.718417