# git rev-parse -q --verify b65f2f457c49b2cfd7967c34b7a0b04c25587f13^{commit} b65f2f457c49b2cfd7967c34b7a0b04c25587f13 already have revision, skipping fetch # git checkout -q -f -B kisskb b65f2f457c49b2cfd7967c34b7a0b04c25587f13 # git clean -qxdf # < git log -1 # commit b65f2f457c49b2cfd7967c34b7a0b04c25587f13 # Author: Greg Kroah-Hartman # Date: Sun Sep 11 10:00:18 2016 +0200 # # Linux 3.14.79 # < /opt/cross/kisskb/korg/gcc-4.9.4-nolibc/mips-linux/bin/mips-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-4.9.4-nolibc/mips-linux/bin/mips-linux-ld --version # < git log --format=%s --max-count=1 b65f2f457c49b2cfd7967c34b7a0b04c25587f13 # < make -s -j 24 ARCH=mips O=/kisskb/build/stable-3.14_mips-defconfig_mips-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/mips-linux/bin/mips-linux- defconfig In file included from scripts/kconfig/zconf.tab.c:2534: /kisskb/src/scripts/kconfig/confdata.c: In function 'conf_write': /kisskb/src/scripts/kconfig/confdata.c:767:19: warning: '%s' directive writing likely 7 or more bytes into a region of size between 1 and 4097 [-Wformat-overflow=] 767 | sprintf(newname, "%s%s", dirname, basename); | ^~~~~~ /kisskb/src/scripts/kconfig/confdata.c:767:19: note: assuming directive output of 7 bytes /kisskb/src/scripts/kconfig/confdata.c:767:2: note: 'sprintf' output 1 or more bytes (assuming 4104) into a destination of size 4097 767 | sprintf(newname, "%s%s", dirname, basename); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/scripts/kconfig/confdata.c:770:20: warning: '.tmpconfig.' directive writing 11 bytes into a region of size between 1 and 4097 [-Wformat-overflow=] 770 | sprintf(tmpname, "%s.tmpconfig.%d", dirname, (int)getpid()); | ^~~~~~~~~~~~~~~~~ /kisskb/src/scripts/kconfig/confdata.c:770:3: note: 'sprintf' output between 13 and 4119 bytes into a destination of size 4097 770 | sprintf(tmpname, "%s.tmpconfig.%d", dirname, (int)getpid()); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # make -s -j 24 ARCH=mips O=/kisskb/build/stable-3.14_mips-defconfig_mips-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/mips-linux/bin/mips-linux- In file included from /kisskb/src/scripts/sortextable.c:190: /kisskb/src/scripts/sortextable.c: In function 'main': /kisskb/src/scripts/sortextable.h:176:3: warning: 'relocs_size' may be used uninitialized in this function [-Wmaybe-uninitialized] 176 | memset(relocs, 0, relocs_size); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/scripts/sortextable.h:106:6: note: 'relocs_size' was declared here 106 | int relocs_size; | ^~~~~~~~~~~ In file included from /kisskb/src/scripts/sortextable.c:188: /kisskb/src/scripts/sortextable.h:176:3: warning: 'relocs_size' may be used uninitialized in this function [-Wmaybe-uninitialized] 176 | memset(relocs, 0, relocs_size); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/scripts/sortextable.h:106:6: note: 'relocs_size' was declared here 106 | int relocs_size; | ^~~~~~~~~~~ /kisskb/src/mm/page_alloc.c: In function 'free_area_init_nodes': /kisskb/src/mm/page_alloc.c:5336:34: warning: array subscript is below array bounds [-Warray-bounds] arch_zone_highest_possible_pfn[i-1]; ^ /kisskb/src/arch/mips/kernel/r4k_fpu.S: Assembler messages: /kisskb/src/arch/mips/kernel/r4k_fpu.S:68: Error: opcode not supported on this processor: mips3 (mips3) `sdc1 $f0,272+0($4)' /kisskb/src/arch/mips/kernel/r4k_fpu.S:69: Error: opcode not supported on this processor: mips3 (mips3) `sdc1 $f2,272+16($4)' /kisskb/src/arch/mips/kernel/r4k_fpu.S:70: Error: opcode not supported on this processor: mips3 (mips3) `sdc1 $f4,272+32($4)' /kisskb/src/arch/mips/kernel/r4k_fpu.S:71: Error: opcode not supported on this processor: mips3 (mips3) `sdc1 $f6,272+48($4)' /kisskb/src/arch/mips/kernel/r4k_fpu.S:72: Error: opcode not supported on this processor: mips3 (mips3) `sdc1 $f8,272+64($4)' /kisskb/src/arch/mips/kernel/r4k_fpu.S:73: Error: opcode not supported on this processor: mips3 (mips3) `sdc1 $f10,272+80($4)' /kisskb/src/arch/mips/kernel/r4k_fpu.S:74: Error: opcode not supported on this processor: mips3 (mips3) `sdc1 $f12,272+96($4)' /kisskb/src/arch/mips/kernel/r4k_fpu.S:75: Error: opcode not supported on this processor: mips3 (mips3) `sdc1 $f14,272+112($4)' /kisskb/src/arch/mips/kernel/r4k_fpu.S:76: Error: opcode not supported on this processor: mips3 (mips3) `sdc1 $f16,272+128($4)' /kisskb/src/arch/mips/kernel/r4k_fpu.S:77: Error: opcode not supported on this processor: mips3 (mips3) `sdc1 $f18,272+144($4)' /kisskb/src/arch/mips/kernel/r4k_fpu.S:78: Error: opcode not supported on this processor: mips3 (mips3) `sdc1 $f20,272+160($4)' /kisskb/src/arch/mips/kernel/r4k_fpu.S:79: Error: opcode not supported on this processor: mips3 (mips3) `sdc1 $f22,272+176($4)' /kisskb/src/arch/mips/kernel/r4k_fpu.S:80: Error: opcode not supported on this processor: mips3 (mips3) `sdc1 $f24,272+192($4)' /kisskb/src/arch/mips/kernel/r4k_fpu.S:81: Error: opcode not supported on this processor: mips3 (mips3) `sdc1 $f26,272+208($4)' /kisskb/src/arch/mips/kernel/r4k_fpu.S:82: Error: opcode not supported on this processor: mips3 (mips3) `sdc1 $f28,272+224($4)' /kisskb/src/arch/mips/kernel/r4k_fpu.S:83: Error: opcode not supported on this processor: mips3 (mips3) `sdc1 $f30,272+240($4)' /kisskb/src/arch/mips/kernel/r4k_fpu.S:178: Error: opcode not supported on this processor: mips3 (mips3) `ldc1 $f0,272+0($4)' /kisskb/src/arch/mips/kernel/r4k_fpu.S:179: Error: opcode not supported on this processor: mips3 (mips3) `ldc1 $f2,272+16($4)' /kisskb/src/arch/mips/kernel/r4k_fpu.S:180: Error: opcode not supported on this processor: mips3 (mips3) `ldc1 $f4,272+32($4)' /kisskb/src/arch/mips/kernel/r4k_fpu.S:181: Error: opcode not supported on this processor: mips3 (mips3) `ldc1 $f6,272+48($4)' /kisskb/src/arch/mips/kernel/r4k_fpu.S:182: Error: opcode not supported on this processor: mips3 (mips3) `ldc1 $f8,272+64($4)' /kisskb/src/arch/mips/kernel/r4k_fpu.S:183: Error: opcode not supported on this processor: mips3 (mips3) `ldc1 $f10,272+80($4)' /kisskb/src/arch/mips/kernel/r4k_fpu.S:184: Error: opcode not supported on this processor: mips3 (mips3) `ldc1 $f12,272+96($4)' /kisskb/src/arch/mips/kernel/r4k_fpu.S:185: Error: opcode not supported on this processor: mips3 (mips3) `ldc1 $f14,272+112($4)' /kisskb/src/arch/mips/kernel/r4k_fpu.S:186: Error: opcode not supported on this processor: mips3 (mips3) `ldc1 $f16,272+128($4)' /kisskb/src/arch/mips/kernel/r4k_fpu.S:187: Error: opcode not supported on this processor: mips3 (mips3) `ldc1 $f18,272+144($4)' /kisskb/src/arch/mips/kernel/r4k_fpu.S:188: Error: opcode not supported on this processor: mips3 (mips3) `ldc1 $f20,272+160($4)' /kisskb/src/arch/mips/kernel/r4k_fpu.S:189: Error: opcode not supported on this processor: mips3 (mips3) `ldc1 $f22,272+176($4)' /kisskb/src/arch/mips/kernel/r4k_fpu.S:190: Error: opcode not supported on this processor: mips3 (mips3) `ldc1 $f24,272+192($4)' /kisskb/src/arch/mips/kernel/r4k_fpu.S:191: Error: opcode not supported on this processor: mips3 (mips3) `ldc1 $f26,272+208($4)' /kisskb/src/arch/mips/kernel/r4k_fpu.S:192: Error: opcode not supported on this processor: mips3 (mips3) `ldc1 $f28,272+224($4)' /kisskb/src/arch/mips/kernel/r4k_fpu.S:193: Error: opcode not supported on this processor: mips3 (mips3) `ldc1 $f30,272+240($4)' make[3]: *** [/kisskb/src/scripts/Makefile.build:344: arch/mips/kernel/r4k_fpu.o] Error 1 make[3]: *** Waiting for unfinished jobs.... make[2]: *** [/kisskb/src/scripts/Makefile.build:455: arch/mips/kernel] Error 2 make[1]: *** [/kisskb/src/Makefile:845: arch/mips] Error 2 make[1]: *** Waiting for unfinished jobs.... /kisskb/src/crypto/wp512.c: In function 'wp512_process_buffer': /kisskb/src/crypto/wp512.c:987:1: warning: the frame size of 1096 bytes is larger than 1024 bytes [-Wframe-larger-than=] } ^ In file included from /kisskb/src/include/linux/fs.h:16:0, from /kisskb/src/fs/fuse/fuse_i.h:13, from /kisskb/src/fs/fuse/file.c:9: /kisskb/src/fs/fuse/file.c: In function 'fuse_file_poll': /kisskb/src/include/linux/rbtree.h:82:28: warning: 'parent' may be used uninitialized in this function [-Wmaybe-uninitialized] node->__rb_parent_color = (unsigned long)parent; ^ /kisskb/src/fs/fuse/file.c:2605:27: note: 'parent' was declared here struct rb_node **link, *parent; ^ /kisskb/src/net/core/sysctl_net_core.c:26:12: warning: 'one' defined but not used [-Wunused-variable] static int one = 1; ^ In file included from /kisskb/src/arch/mips/include/asm/page.h:236:0, from /kisskb/src/include/linux/mmzone.h:20, from /kisskb/src/include/linux/gfp.h:5, from /kisskb/src/drivers/scsi/scsi_tgt_if.c:23: /kisskb/src/drivers/scsi/scsi_tgt_if.c: In function 'uspace_ring_map': /kisskb/src/drivers/scsi/scsi_tgt_if.c:289:36: warning: passing argument 1 of 'virt_to_phys' makes pointer from integer without a cast struct page *page = virt_to_page(ring->tr_pages[i]); ^ /kisskb/src/include/asm-generic/memory_model.h:30:41: note: in definition of macro '__pfn_to_page' #define __pfn_to_page(pfn) (mem_map + ((pfn) - ARCH_PFN_OFFSET)) ^ /kisskb/src/arch/mips/include/asm/page.h:224:41: note: in expansion of macro 'PFN_DOWN' #define virt_to_page(kaddr) pfn_to_page(PFN_DOWN(virt_to_phys(kaddr))) ^ /kisskb/src/drivers/scsi/scsi_tgt_if.c:289:23: note: in expansion of macro 'virt_to_page' struct page *page = virt_to_page(ring->tr_pages[i]); ^ In file included from /kisskb/src/arch/mips/include/asm/page.h:178:0, from /kisskb/src/include/linux/mmzone.h:20, from /kisskb/src/include/linux/gfp.h:5, from /kisskb/src/drivers/scsi/scsi_tgt_if.c:23: /kisskb/src/arch/mips/include/asm/io.h:119:29: note: expected 'const volatile void *' but argument is of type 'long unsigned int' static inline unsigned long virt_to_phys(volatile const void *address) ^ /kisskb/src/net/netfilter/nfnetlink.c: In function 'nfnetlink_rcv': /kisskb/src/net/netfilter/nfnetlink.c:364:14: warning: unused variable 'net' [-Wunused-variable] struct net *net = sock_net(skb->sk); ^ make: *** [Makefile:133: sub-make] Error 2 Command 'make -s -j 24 ARCH=mips O=/kisskb/build/stable-3.14_mips-defconfig_mips-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/mips-linux/bin/mips-linux- ' returned non-zero exit status 2 # rm -rf /kisskb/build/stable-3.14_mips-defconfig_mips-gcc4.9 # Build took: 0:01:00.006723