# git rev-parse -q --verify a9da8725b7a744be3ff0ff44cab2547e4d1e6675^{commit} # git fetch -q -n -f git://fs.ozlabs.ibm.com/kernel/stable linux-4.18.y 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 a9da8725b7a744be3ff0ff44cab2547e4d1e6675^{commit} a9da8725b7a744be3ff0ff44cab2547e4d1e6675 # git checkout -q -f -B kisskb a9da8725b7a744be3ff0ff44cab2547e4d1e6675 # git clean -qxdf # < git log -1 # commit a9da8725b7a744be3ff0ff44cab2547e4d1e6675 # Author: Greg Kroah-Hartman # Date: Wed Nov 21 09:22:14 2018 +0100 # # Linux 4.18.20 # < /opt/cross/kisskb/korg/gcc-4.9.4-nolibc/s390-linux/bin/s390-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-4.9.4-nolibc/s390-linux/bin/s390-linux-ld --version # < git log --format=%s --max-count=1 a9da8725b7a744be3ff0ff44cab2547e4d1e6675 # < make -s -j 32 ARCH=s390 O=/kisskb/build/stable-4.18_s390-defconfig_s390x-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/s390-linux/bin/s390-linux- defconfig # make -s -j 32 ARCH=s390 O=/kisskb/build/stable-4.18_s390-defconfig_s390x-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/s390-linux/bin/s390-linux- /kisskb/src/arch/s390/tools/gen_opcode_table.c: In function 'add_to_group.isra.0': /kisskb/src/arch/s390/tools/gen_opcode_table.c:260:2: warning: 'strncpy' output may be truncated copying 2 bytes from a string of length 19 [-Wstringop-truncation] 260 | strncpy(group->opcode, insn->opcode, 2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'print_opcode_table', inlined from 'main' at /kisskb/src/arch/s390/tools/gen_opcode_table.c:333:2: /kisskb/src/arch/s390/tools/gen_opcode_table.c:286:4: warning: 'strncpy' output may be truncated copying 2 bytes from a string of length 19 [-Wstringop-truncation] 286 | strncpy(opcode, insn->opcode, 2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Completed OK # rm -rf /kisskb/build/stable-4.18_s390-defconfig_s390x-gcc4.9 # Build took: 0:03:04.081229