# git rev-parse -q --verify f63b2b3204ea962e9cc34a223771ec973694f8bf^{commit} # git fetch -q -n -f git://fs.ozlabs.ibm.com/kernel/stable linux-3.2.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 f63b2b3204ea962e9cc34a223771ec973694f8bf^{commit} f63b2b3204ea962e9cc34a223771ec973694f8bf # git checkout -q -f -B kisskb f63b2b3204ea962e9cc34a223771ec973694f8bf # git clean -qxdf # < git log -1 # commit f63b2b3204ea962e9cc34a223771ec973694f8bf # Author: Ben Hutchings # Date: Fri Jun 1 00:30:27 2018 +0100 # # Linux 3.2.102 # < /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 f63b2b3204ea962e9cc34a223771ec973694f8bf # < make -s -j 32 ARCH=s390 O=/kisskb/build/stable-3.2_s390-defconfig_s390x-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/s390-linux/bin/s390-linux- defconfig In file included from scripts/kconfig/zconf.tab.c:2500: /kisskb/src/scripts/kconfig/confdata.c: In function 'conf_write': /kisskb/src/scripts/kconfig/confdata.c:748:19: warning: '%s' directive writing likely 7 or more bytes into a region of size between 1 and 4097 [-Wformat-overflow=] 748 | sprintf(newname, "%s%s", dirname, basename); | ^~~~~~ /kisskb/src/scripts/kconfig/confdata.c:748:19: note: assuming directive output of 7 bytes /kisskb/src/scripts/kconfig/confdata.c:748:2: note: 'sprintf' output 1 or more bytes (assuming 4104) into a destination of size 4097 748 | sprintf(newname, "%s%s", dirname, basename); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/scripts/kconfig/confdata.c:751:20: warning: '.tmpconfig.' directive writing 11 bytes into a region of size between 1 and 4097 [-Wformat-overflow=] 751 | sprintf(tmpname, "%s.tmpconfig.%d", dirname, (int)getpid()); | ^~~~~~~~~~~~~~~~~ /kisskb/src/scripts/kconfig/confdata.c:751:3: note: 'sprintf' output between 13 and 4119 bytes into a destination of size 4097 751 | sprintf(tmpname, "%s.tmpconfig.%d", dirname, (int)getpid()); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # make -s -j 32 ARCH=s390 O=/kisskb/build/stable-3.2_s390-defconfig_s390x-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/s390-linux/bin/s390-linux- In function 'cpio_replace_env', inlined from 'cpio_mkfile_line' at /kisskb/src/usr/gen_init_cpio.c:454:26: /kisskb/src/usr/gen_init_cpio.c:399:4: warning: 'strncpy' output may be truncated copying 4096 bytes from a string of length 4096 [-Wstringop-truncation] 399 | strncpy(new_location, expanded, PATH_MAX); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/ipc/msg.c: In function 'msgctl_down': /kisskb/src/ipc/msg.c:417:38: warning: 'msqid64.msg_qbytes' may be used uninitialized in this function [-Wmaybe-uninitialized] struct msqid64_ds uninitialized_var(msqid64); ^ /kisskb/src/fs/read_write.c: In function 'rw_copy_check_uvector': /kisskb/src/fs/read_write.c:684:16: warning: unused variable 'buf' [-Wunused-variable] void __user *buf = iov[seg].iov_base; ^ Completed OK # rm -rf /kisskb/build/stable-3.2_s390-defconfig_s390x-gcc4.9 # Build took: 0:03:24.722019