# git rev-parse -q --verify e87c13993f16549e77abce9744af844c55154349^{commit} # git fetch -q -n -f git://fs.ozlabs.ibm.com/kernel/stable linux-4.13.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 e87c13993f16549e77abce9744af844c55154349^{commit} e87c13993f16549e77abce9744af844c55154349 # git checkout -q -f -B kisskb e87c13993f16549e77abce9744af844c55154349 # git clean -qxdf # < git log -1 # commit e87c13993f16549e77abce9744af844c55154349 # Author: Greg Kroah-Hartman # Date: Fri Nov 24 08:35:59 2017 +0100 # # Linux 4.13.16 # < /opt/cross/kisskb/korg/gcc-4.9.4-nolibc/i386-linux/bin/i386-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-4.9.4-nolibc/i386-linux/bin/i386-linux-ld --version # < git log --format=%s --max-count=1 e87c13993f16549e77abce9744af844c55154349 # < make -s -j 48 ARCH=i386 O=/kisskb/build/stable-4.13_i386_defconfig_i386-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/i386-linux/bin/i386-linux- i386_defconfig In file included from scripts/kconfig/zconf.tab.c:2468: /kisskb/src/scripts/kconfig/confdata.c: In function 'conf_write': /kisskb/src/scripts/kconfig/confdata.c:773:19: warning: '%s' directive writing likely 7 or more bytes into a region of size between 1 and 4097 [-Wformat-overflow=] 773 | sprintf(newname, "%s%s", dirname, basename); | ^~~~~~ /kisskb/src/scripts/kconfig/confdata.c:773:19: note: assuming directive output of 7 bytes /kisskb/src/scripts/kconfig/confdata.c:773:2: note: 'sprintf' output 1 or more bytes (assuming 4104) into a destination of size 4097 773 | sprintf(newname, "%s%s", dirname, basename); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/scripts/kconfig/confdata.c:776:20: warning: '.tmpconfig.' directive writing 11 bytes into a region of size between 1 and 4097 [-Wformat-overflow=] 776 | sprintf(tmpname, "%s.tmpconfig.%d", dirname, (int)getpid()); | ^~~~~~~~~~~~~~~~~ /kisskb/src/scripts/kconfig/confdata.c:776:3: note: 'sprintf' output between 13 and 4119 bytes into a destination of size 4097 776 | sprintf(tmpname, "%s.tmpconfig.%d", dirname, (int)getpid()); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # make -s -j 48 ARCH=i386 O=/kisskb/build/stable-4.13_i386_defconfig_i386-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/i386-linux/bin/i386-linux- In file included from /kisskb/src/scripts/selinux/mdp/mdp.c:49: /kisskb/src/security/selinux/include/classmap.h:242:2: error: #error New address family defined, please update secclass_map. 242 | #error New address family defined, please update secclass_map. | ^~~~~ In file included from /kisskb/src/scripts/selinux/genheaders/genheaders.c:18: /kisskb/src/security/selinux/include/classmap.h:242:2: error: #error New address family defined, please update secclass_map. 242 | #error New address family defined, please update secclass_map. | ^~~~~ make[4]: *** [scripts/Makefile.host:101: scripts/selinux/mdp/mdp] Error 1 make[3]: *** [/kisskb/src/scripts/Makefile.build:561: scripts/selinux/mdp] Error 2 make[3]: *** Waiting for unfinished jobs.... make[4]: *** [scripts/Makefile.host:101: scripts/selinux/genheaders/genheaders] Error 1 make[3]: *** [/kisskb/src/scripts/Makefile.build:561: scripts/selinux/genheaders] Error 2 make[2]: *** [/kisskb/src/scripts/Makefile.build:561: scripts/selinux] Error 2 make[2]: *** Waiting for unfinished jobs.... make[1]: *** [/kisskb/src/Makefile:561: scripts] Error 2 make[1]: *** Waiting for unfinished jobs.... make: *** [Makefile:145: sub-make] Error 2 Command 'make -s -j 48 ARCH=i386 O=/kisskb/build/stable-4.13_i386_defconfig_i386-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/i386-linux/bin/i386-linux- ' returned non-zero exit status 2 # rm -rf /kisskb/build/stable-4.13_i386_defconfig_i386-gcc4.9 # Build took: 0:01:07.211819