# git rev-parse -q --verify 0ab1438bad43d95877f848b7df551bd431680270^{commit} 0ab1438bad43d95877f848b7df551bd431680270 already have revision, skipping fetch # git checkout -q -f -B kisskb 0ab1438bad43d95877f848b7df551bd431680270 # git clean -qxdf # < git log -1 # commit 0ab1438bad43d95877f848b7df551bd431680270 # Author: Masahiro Yamada # Date: Thu May 6 02:45:15 2021 +0900 # # linux/kconfig.h: replace IF_ENABLED() with PTR_IF() in # # is included from all the kernel-space source files, # including C, assembly, linker scripts. It is intended to contain a # minimal set of macros to evaluate CONFIG options. # # IF_ENABLED() is an intruder here because (x ? y : z) is C code, which # should not be included from assembly files or linker scripts. # # Also, is no longer self-contained because NULL is # defined in . # # Move IF_ENABLED() out to as PTR_IF(). PTF_IF() # takes the general boolean expression instead of a CONFIG option # so that it fits better in . # # Signed-off-by: Masahiro Yamada # Reviewed-by: Kees Cook # < /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 0ab1438bad43d95877f848b7df551bd431680270 # < make -s -j 120 ARCH=powerpc O=/kisskb/build/kbuild_pseries_defconfig_powerpc-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/powerpc64-linux/bin/powerpc64-linux- pseries_defconfig # < make -s -j 120 ARCH=powerpc O=/kisskb/build/kbuild_pseries_defconfig_powerpc-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/powerpc64-linux/bin/powerpc64-linux- help # make -s -j 120 ARCH=powerpc O=/kisskb/build/kbuild_pseries_defconfig_powerpc-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/powerpc64-linux/bin/powerpc64-linux- olddefconfig # make -s -j 120 ARCH=powerpc O=/kisskb/build/kbuild_pseries_defconfig_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/kbuild_pseries_defconfig_powerpc-gcc4.9 # Build took: 0:01:55.664482