# git rev-parse -q --verify 5dba9ddd98cbc7ad319d687887981a0ea0062c75^{commit} 5dba9ddd98cbc7ad319d687887981a0ea0062c75 already have revision, skipping fetch # git checkout -q -f -B kisskb 5dba9ddd98cbc7ad319d687887981a0ea0062c75 # git clean -qxdf # < git log -1 # commit 5dba9ddd98cbc7ad319d687887981a0ea0062c75 # Author: Greg Kroah-Hartman # Date: Tue Oct 22 08:58:59 2013 +0100 # # Linux 3.0.101 # < /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 5dba9ddd98cbc7ad319d687887981a0ea0062c75 # < make -s -j 48 ARCH=powerpc O=/kisskb/build/stable-3.0_ppc44x_defconfig_powerpc-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/powerpc64-linux/bin/powerpc64-linux- ppc44x_defconfig In file included from scripts/kconfig/zconf.tab.c:2501: /kisskb/src/scripts/kconfig/confdata.c: In function 'conf_write': /kisskb/src/scripts/kconfig/confdata.c:587:19: warning: '%s' directive writing likely 7 or more bytes into a region of size between 1 and 4097 [-Wformat-overflow=] 587 | sprintf(newname, "%s%s", dirname, basename); | ^~~~~~ /kisskb/src/scripts/kconfig/confdata.c:587:19: note: assuming directive output of 7 bytes /kisskb/src/scripts/kconfig/confdata.c:587:2: note: 'sprintf' output 1 or more bytes (assuming 4104) into a destination of size 4097 587 | sprintf(newname, "%s%s", dirname, basename); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/scripts/kconfig/confdata.c:590:20: warning: '.tmpconfig.' directive writing 11 bytes into a region of size between 1 and 4097 [-Wformat-overflow=] 590 | sprintf(tmpname, "%s.tmpconfig.%d", dirname, (int)getpid()); | ^~~~~~~~~~~~~~~~~ /kisskb/src/scripts/kconfig/confdata.c:590:3: note: 'sprintf' output between 13 and 4119 bytes into a destination of size 4097 590 | sprintf(tmpname, "%s.tmpconfig.%d", dirname, (int)getpid()); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # < make -s -j 48 ARCH=powerpc O=/kisskb/build/stable-3.0_ppc44x_defconfig_powerpc-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/powerpc64-linux/bin/powerpc64-linux- help # yes \n | make -s -j 48 ARCH=powerpc O=/kisskb/build/stable-3.0_ppc44x_defconfig_powerpc-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/powerpc64-linux/bin/powerpc64-linux- oldconfig yes: standard output: Broken pipe # make -s -j 48 ARCH=powerpc O=/kisskb/build/stable-3.0_ppc44x_defconfig_powerpc-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/powerpc64-linux/bin/powerpc64-linux- /kisskb/src/scripts/dtc/dtc.c: In function 'main': /kisskb/src/scripts/dtc/dtc.c:102:17: warning: variable 'check' set but not used [-Wunused-but-set-variable] 102 | int force = 0, check = 0, sort = 0; | ^~~~~ /kisskb/src/scripts/dtc/flattree.c: In function 'flat_read_mem_reserve': /kisskb/src/scripts/dtc/flattree.c:700:14: warning: variable 'p' set but not used [-Wunused-but-set-variable] 700 | const char *p; | ^ 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:425:37: warning: 'msqid64.msg_qbytes' may be used uninitialized in this function [-Wmaybe-uninitialized] &msqid64.msg_perm, msqid64.msg_qbytes); ^ /kisskb/src/fs/namespace.c: In function 'sys_mount': /kisskb/src/fs/namespace.c:2516:6: warning: 'kernel_dev' may be used uninitialized in this function [-Wmaybe-uninitialized] ret = do_mount(kernel_dev, kernel_dir, kernel_type, flags, ^ /kisskb/src/fs/namespace.c:2516:6: warning: 'kernel_type' may be used uninitialized in this function [-Wmaybe-uninitialized] In file included from /kisskb/src/include/linux/sysctl.h:933:0, from /kisskb/src/include/linux/kmod.h:27, from /kisskb/src/include/linux/module.h:13, from /kisskb/src/net/sched/sch_generic.c:15: /kisskb/src/net/sched/sch_generic.c: In function 'dev_graft_qdisc': /kisskb/src/include/linux/rcupdate.h:369:12: warning: the comparison will always evaluate as 'true' for the address of 'noop_qdisc' will never be NULL [-Waddress] ((v) != NULL)) \ ^ /kisskb/src/include/linux/rcupdate.h:708:2: note: in expansion of macro '__rcu_assign_pointer' __rcu_assign_pointer((p), (v), __rcu) ^ /kisskb/src/net/sched/sch_generic.c:678:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(dev_queue->qdisc, &noop_qdisc); ^ In file included from /kisskb/src/drivers/mtd/chips/cfi_cmdset_0002.c:36:0: /kisskb/src/drivers/mtd/chips/cfi_cmdset_0002.c: In function 'cfi_amdstd_write_words': /kisskb/src/include/linux/mtd/map.h:345:2: warning: 'r.x[0]' may be used uninitialized in this function [-Wmaybe-uninitialized] return r; ^ /kisskb/src/include/linux/mtd/map.h:330:11: note: 'r.x[0]' was declared here map_word r; ^ /kisskb/src/arch/powerpc/boot/mpc8xx.c: In function 'mpc885_get_clock': /kisskb/src/arch/powerpc/boot/mpc8xx.c:27:26: warning: variable 'div' set but not used [-Wunused-but-set-variable] int mfi, mfn, mfd, pdf, div; ^ DTC: dts->dtb on file "/kisskb/src/arch/powerpc/boot/dts/ebony.dts" DTC: dts->dtb on file "/kisskb/src/arch/powerpc/boot/dts/bamboo.dts" DTC: dts->dtb on file "/kisskb/src/arch/powerpc/boot/dts/sam440ep.dts" DTC: dts->dtb on file "/kisskb/src/arch/powerpc/boot/dts/sequoia.dts" DTC: dts->dtb on file "/kisskb/src/arch/powerpc/boot/dts/rainier.dts" DTC: dts->dtb on file "/kisskb/src/arch/powerpc/boot/dts/taishan.dts" DTC: dts->dtb on file "/kisskb/src/arch/powerpc/boot/dts/katmai.dts" DTC: dts->dtb on file "/kisskb/src/arch/powerpc/boot/dts/warp.dts" DTC: dts->dtb on file "/kisskb/src/arch/powerpc/boot/dts/yosemite.dts" Image Name: Linux-3.0.101-03953-g5dba9ddd98c Created: Wed May 13 21:08:25 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 1828299 Bytes = 1785.45 KiB = 1.74 MiB Load Address: 00000000 Entry Point: 00000000 Image Name: Linux-3.0.101-03953-g5dba9ddd98c Created: Wed May 13 21:08:26 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 1855770 Bytes = 1812.28 KiB = 1.77 MiB Load Address: 00400000 Entry Point: 00400470 Image Name: Linux-3.0.101-03953-g5dba9ddd98c Created: Wed May 13 21:08:26 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 1855546 Bytes = 1812.06 KiB = 1.77 MiB Load Address: 00400000 Entry Point: 0040047c Image Name: Linux-3.0.101-03953-g5dba9ddd98c Created: Wed May 13 21:08:26 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 1855443 Bytes = 1811.96 KiB = 1.77 MiB Load Address: 00400000 Entry Point: 004003e4 Image Name: Linux-3.0.101-03953-g5dba9ddd98c Created: Wed May 13 21:08:26 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 1855588 Bytes = 1812.10 KiB = 1.77 MiB Load Address: 00400000 Entry Point: 00400478 Image Name: Linux-3.0.101-03953-g5dba9ddd98c Created: Wed May 13 21:08:26 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 1855615 Bytes = 1812.12 KiB = 1.77 MiB Load Address: 00400000 Entry Point: 00400458 Image Name: Linux-3.0.101-03953-g5dba9ddd98c Created: Wed May 13 21:08:26 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 1855411 Bytes = 1811.92 KiB = 1.77 MiB Load Address: 00400000 Entry Point: 00400468 Image Name: Linux-3.0.101-03953-g5dba9ddd98c Created: Wed May 13 21:08:26 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 1855501 Bytes = 1812.01 KiB = 1.77 MiB Load Address: 00400000 Entry Point: 004003e4 Image Name: Linux-3.0.101-03953-g5dba9ddd98c Created: Wed May 13 21:08:26 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 1855512 Bytes = 1812.02 KiB = 1.77 MiB Load Address: 00400000 Entry Point: 00400470 Image Name: Linux-3.0.101-03953-g5dba9ddd98c Created: Wed May 13 21:08:26 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 1855680 Bytes = 1812.19 KiB = 1.77 MiB Load Address: 00400000 Entry Point: 00400464 Completed OK # rm -rf /kisskb/build/stable-3.0_ppc44x_defconfig_powerpc-gcc4.9 # Build took: 0:00:28.892395