# git rev-parse -q --verify 2896b357f6d1619f8ed767fe816ced87dbf5abe4^{commit} 2896b357f6d1619f8ed767fe816ced87dbf5abe4 already have revision, skipping fetch # git checkout -q -f -B kisskb 2896b357f6d1619f8ed767fe816ced87dbf5abe4 # git clean -qxdf # < git log -1 # commit 2896b357f6d1619f8ed767fe816ced87dbf5abe4 # Author: Willy Tarreau # Date: Sat Mar 12 14:25:38 2016 +0100 # # Linux 2.6.32.71 # # Signed-off-by: Willy Tarreau # < /opt/cross/kisskb/korg/gcc-4.9.4-nolibc/sh4-linux/bin/sh4-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-4.9.4-nolibc/sh4-linux/bin/sh4-linux-ld --version # < git log --format=%s --max-count=1 2896b357f6d1619f8ed767fe816ced87dbf5abe4 # < make -s -j 80 ARCH=sh O=/kisskb/build/stable-32_sh-defconfig_sh4-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/sh4-linux/bin/sh4-linux- defconfig /kisskb/src/scripts/kconfig/conf.c: In function 'conf_sym': /kisskb/src/scripts/kconfig/conf.c:159:6: warning: variable 'type' set but not used [-Wunused-but-set-variable] 159 | int type; | ^~~~ /kisskb/src/scripts/kconfig/conf.c: In function 'conf_choice': /kisskb/src/scripts/kconfig/conf.c:231:6: warning: variable 'type' set but not used [-Wunused-but-set-variable] 231 | int type; | ^~~~ In file included from scripts/kconfig/zconf.tab.c:2451: /kisskb/src/scripts/kconfig/confdata.c: In function 'conf_write': /kisskb/src/scripts/kconfig/confdata.c:434:19: warning: '%s' directive writing likely 7 or more bytes into a region of size between 1 and 128 [-Wformat-overflow=] 434 | sprintf(newname, "%s%s", dirname, basename); | ^~~~~~ /kisskb/src/scripts/kconfig/confdata.c:434:19: note: assuming directive output of 7 bytes /kisskb/src/scripts/kconfig/confdata.c:434:2: note: 'sprintf' output 1 or more bytes (assuming 135) into a destination of size 128 434 | sprintf(newname, "%s%s", dirname, basename); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/scripts/kconfig/confdata.c:437:20: warning: '.tmpconfig.' directive writing 11 bytes into a region of size between 1 and 128 [-Wformat-overflow=] 437 | sprintf(tmpname, "%s.tmpconfig.%d", dirname, (int)getpid()); | ^~~~~~~~~~~~~~~~~ /kisskb/src/scripts/kconfig/confdata.c:437:3: note: 'sprintf' output between 13 and 150 bytes into a destination of size 128 437 | sprintf(tmpname, "%s.tmpconfig.%d", dirname, (int)getpid()); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # < make -s -j 80 ARCH=sh O=/kisskb/build/stable-32_sh-defconfig_sh4-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/sh4-linux/bin/sh4-linux- help # yes \n | make -s -j 80 ARCH=sh O=/kisskb/build/stable-32_sh-defconfig_sh4-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/sh4-linux/bin/sh4-linux- oldconfig yes: standard output: Broken pipe # make -s -j 80 ARCH=sh O=/kisskb/build/stable-32_sh-defconfig_sh4-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/sh4-linux/bin/sh4-linux- Generating include/asm-sh/machtypes.h /kisskb/src/arch/sh/kernel/cpu/clock-cpg.c: In function 'cpg_clk_init': /kisskb/src/arch/sh/kernel/cpu/clock-cpg.c:242:3: warning: 'arch_init_clk_ops' is deprecated (declared at /kisskb/src/arch/sh/include/asm/clock.h:58) [-Wdeprecated-declarations] arch_init_clk_ops(&clk->ops, i); ^ /kisskb/src/arch/sh/kernel/cpu/clock-cpg.c: In function 'arch_clk_init': /kisskb/src/arch/sh/kernel/cpu/clock-cpg.c:256:2: warning: 'cpg_clk_init' is deprecated (declared at /kisskb/src/arch/sh/kernel/cpu/clock-cpg.c:236) [-Wdeprecated-declarations] return cpg_clk_init(); ^ Can't use 'defined(@array)' (Maybe you should just omit the defined()?) at /kisskb/src/kernel/timeconst.pl line 373. make[2]: *** [/kisskb/src/kernel/Makefile:129: kernel/timeconst.h] Error 255 make[2]: *** Waiting for unfinished jobs.... /kisskb/src/mm/bootmem.c: In function 'mark_bootmem': /kisskb/src/mm/bootmem.c:322:1: warning: control reaches end of non-void function [-Wreturn-type] } ^ /kisskb/src/kernel/sched.c: In function 'wake_up_new_task': /kisskb/src/kernel/sched.c:2767:6: warning: unused variable 'cpu' [-Wunused-variable] int cpu = get_cpu(); ^ In file included from /kisskb/src/include/linux/spinlock.h:54:0, from /kisskb/src/include/linux/mmzone.h:7, from /kisskb/src/include/linux/gfp.h:4, from /kisskb/src/include/linux/mm.h:8, from /kisskb/src/kernel/sched.c:29: /kisskb/src/kernel/sched.c: In function 'update_sysctl': /kisskb/src/include/linux/kernel.h:617:17: warning: comparison of distinct pointer types lacks a cast (void) (&_min1 == &_min2); \ ^ /kisskb/src/kernel/sched.c:7316:22: note: in expansion of macro 'min' unsigned int cpus = min(num_online_cpus(), 8U); ^ /kisskb/src/fs/dcache.c: In function 'd_materialise_unique': /kisskb/src/fs/dcache.c:1872:1: warning: control reaches end of non-void function [-Wreturn-type] } ^ /kisskb/src/mm/page_alloc.c: In function 'remove_active_range': /kisskb/src/mm/page_alloc.c:4076:21: warning: array subscript is above array bounds [-Warray-bounds] if (early_node_map[i].nid != nid) ^ /kisskb/src/mm/page_alloc.c:4078:21: warning: array subscript is above array bounds [-Warray-bounds] if (early_node_map[i].end_pfn) ^ /kisskb/src/block/cfq-iosched.c: In function 'cfq_async_queue_prio': /kisskb/src/block/cfq-iosched.c:1856:1: warning: control reaches end of non-void function [-Wreturn-type] } ^ /kisskb/src/fs/ramfs/file-nommu.c: In function 'ramfs_nommu_expand_for_mapping': /kisskb/src/fs/ramfs/file-nommu.c:63:38: warning: unused variable 'limit' [-Wunused-variable] unsigned long npages, xpages, loop, limit; ^ /kisskb/src/fs/namespace.c: In function 'sys_mount': /kisskb/src/fs/namespace.c:2119: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:2119:6: warning: 'kernel_type' may be used uninitialized in this function [-Wmaybe-uninitialized] In file included from /kisskb/src/include/linux/spinlock.h:54:0, from /kisskb/src/include/linux/wait.h:24, from /kisskb/src/include/linux/fs.h:366, from /kisskb/src/include/linux/tty.h:9, from /kisskb/src/drivers/char/tty_buffer.c:7: /kisskb/src/drivers/char/tty_buffer.c: In function 'tty_insert_flip_string': /kisskb/src/include/linux/kernel.h:617:17: warning: comparison of distinct pointer types lacks a cast (void) (&_min1 == &_min2); \ ^ /kisskb/src/drivers/char/tty_buffer.c:250:14: note: in expansion of macro 'min' int goal = min(size - copied, TTY_BUFFER_PAGE); ^ /kisskb/src/drivers/char/tty_buffer.c: In function 'tty_insert_flip_string_flags': /kisskb/src/include/linux/kernel.h:617:17: warning: comparison of distinct pointer types lacks a cast (void) (&_min1 == &_min2); \ ^ /kisskb/src/drivers/char/tty_buffer.c:287:14: note: in expansion of macro 'min' int goal = min(size - copied, TTY_BUFFER_PAGE); ^ /kisskb/src/net/ethernet/eth.c:402:1: warning: 'print_mac' is deprecated (declared at /kisskb/src/net/ethernet/eth.c:397) [-Wdeprecated-declarations] EXPORT_SYMBOL(print_mac); ^ In file included from /kisskb/src/net/ethernet/eth.c:40:0: /kisskb/src/include/linux/module.h:202:22: warning: 'print_mac' is deprecated (declared at /kisskb/src/net/ethernet/eth.c:397) [-Wdeprecated-declarations] static const struct kernel_symbol __ksymtab_##sym \ ^ /kisskb/src/include/linux/module.h:208:2: note: in expansion of macro '__EXPORT_SYMBOL' __EXPORT_SYMBOL(sym, "") ^ /kisskb/src/net/ethernet/eth.c:402:1: note: in expansion of macro 'EXPORT_SYMBOL' EXPORT_SYMBOL(print_mac); ^ In file included from /kisskb/src/include/linux/sem.h:81:0, from /kisskb/src/include/linux/sched.h:71, from /kisskb/src/include/linux/utsname.h:35, from /kisskb/src/arch/sh/include/asm/elf.h:4, from /kisskb/src/include/linux/elf.h:7, from /kisskb/src/include/linux/module.h:14, 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:259:12: warning: the comparison will always evaluate as 'true' for the address of 'noop_qdisc' will never be NULL [-Waddress] ((v) != NULL)) \ ^ /kisskb/src/net/sched/sch_generic.c:662:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(dev_queue->qdisc, &noop_qdisc); ^ make[1]: *** [/kisskb/src/Makefile:881: kernel] Error 2 make[1]: *** Waiting for unfinished jobs.... /kisskb/src/net/sunrpc/svcsock.c: In function 'svc_setup_socket': /kisskb/src/net/sunrpc/svcsock.c:726:6: warning: 'optname' may be used uninitialized in this function [-Wmaybe-uninitialized] err = kernel_setsockopt(svsk->sk_sock, level, optname, ^ /kisskb/src/net/sunrpc/svcsock.c:694:18: note: 'optname' was declared here int err, level, optname, one = 1; ^ /kisskb/src/net/sunrpc/svcsock.c:726:6: warning: 'level' may be used uninitialized in this function [-Wmaybe-uninitialized] err = kernel_setsockopt(svsk->sk_sock, level, optname, ^ /kisskb/src/net/sunrpc/svcsock.c:694:11: note: 'level' was declared here int err, level, optname, one = 1; ^ /kisskb/src/net/sunrpc/svcauth_unix.c: In function 'svcauth_unix_set_client': /kisskb/src/net/sunrpc/svcauth_unix.c:709:9: warning: 'sin6' may be used uninitialized in this function [-Wmaybe-uninitialized] ipm = ip_map_lookup(rqstp->rq_server->sv_program->pg_class, ^ make: *** [Makefile:120: sub-make] Error 2 Command 'make -s -j 80 ARCH=sh O=/kisskb/build/stable-32_sh-defconfig_sh4-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/sh4-linux/bin/sh4-linux- ' returned non-zero exit status 2 # rm -rf /kisskb/build/stable-32_sh-defconfig_sh4-gcc4.9 # Build took: 0:00:29.123987