# git rev-parse -q --verify b26e7a4b4ef6110f6367ef585e428366e89b4395^{commit} b26e7a4b4ef6110f6367ef585e428366e89b4395 already have revision, skipping fetch # git checkout -q -f -B kisskb b26e7a4b4ef6110f6367ef585e428366e89b4395 # git clean -qxdf # < git log -1 # commit b26e7a4b4ef6110f6367ef585e428366e89b4395 # Author: Arnd Bergmann # Date: Mon Mar 6 11:14:51 2023 +0100 # # kallsyms: expand symbol name into comment for debugging # # The assembler output of kallsyms.c is not meant for people to understand, # and is generally not helpful when debugging "Inconsistent kallsyms data" # warnings. I have previously struggled with these, but found it helpful # to list which symbols changed between the first and second pass in the # .tmp_vmlinux.kallsyms*.S files. # # As this file is preprocessed, it's possible to add a C-style multiline # comment with the full type/name tuple. # # Signed-off-by: Arnd Bergmann # Signed-off-by: Masahiro Yamada # < /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 b26e7a4b4ef6110f6367ef585e428366e89b4395 # < make -s -j 120 ARCH=powerpc O=/kisskb/build/kbuild_pseries_le_defconfig_powerpc-gcc5 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-5.5.0-nolibc/powerpc64-linux/bin/powerpc64-linux- pseries_le_defconfig # < make -s -j 120 ARCH=powerpc O=/kisskb/build/kbuild_pseries_le_defconfig_powerpc-gcc5 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-5.5.0-nolibc/powerpc64-linux/bin/powerpc64-linux- help # make -s -j 120 ARCH=powerpc O=/kisskb/build/kbuild_pseries_le_defconfig_powerpc-gcc5 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-5.5.0-nolibc/powerpc64-linux/bin/powerpc64-linux- olddefconfig # make -s -j 120 ARCH=powerpc O=/kisskb/build/kbuild_pseries_le_defconfig_powerpc-gcc5 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-5.5.0-nolibc/powerpc64-linux/bin/powerpc64-linux- /kisskb/src/fs/btrfs/send.c: In function 'get_cur_inode_state': /kisskb/src/fs/btrfs/send.c:1902:23: warning: 'right_gen' may be used uninitialized in this function [-Wmaybe-uninitialized] if (left_gen == gen && right_gen == gen) { ^ /kisskb/src/fs/btrfs/send.c: At top level: cc1: warning: unrecognized command line option '-Wno-shift-negative-value' Completed OK # rm -rf /kisskb/build/kbuild_pseries_le_defconfig_powerpc-gcc5 # Build took: 0:02:10.678309