# git rev-parse -q --verify bc15d4627aa8f562a1c5ec9d84076b8db25bab31^{commit} bc15d4627aa8f562a1c5ec9d84076b8db25bab31 already have revision, skipping fetch # git checkout -q -f -B kisskb bc15d4627aa8f562a1c5ec9d84076b8db25bab31 # git clean -qxdf # < git log -1 # commit bc15d4627aa8f562a1c5ec9d84076b8db25bab31 # Author: Greg Kroah-Hartman # Date: Thu Jan 8 10:28:01 2015 -0800 # # Linux 3.17.8 # < /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 bc15d4627aa8f562a1c5ec9d84076b8db25bab31 # < make -s -j 48 ARCH=mips O=/kisskb/build/stable-3.17_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()); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from scripts/kconfig/zconf.tab.c:2537: /kisskb/src/scripts/kconfig/menu.c: In function 'get_symbol_str': /kisskb/src/scripts/kconfig/menu.c:590:18: warning: 'jump' may be used uninitialized in this function [-Wmaybe-uninitialized] 590 | jump->offset = strlen(r->s); | ~~~~~~~~~~~~~^~~~~~~~~~~~~~ /kisskb/src/scripts/kconfig/menu.c:551:19: note: 'jump' was declared here 551 | struct jump_key *jump; | ^~~~ # make -s -j 48 ARCH=mips O=/kisskb/build/stable-3.17_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:194: /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:192: /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/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:293: arch/mips/kernel/r4k_fpu.o] Error 1 make[3]: *** Waiting for unfinished jobs.... /kisskb/src/arch/mips/kernel/r4k_switch.S: Assembler messages: /kisskb/src/arch/mips/kernel/r4k_switch.S:74: Error: opcode not supported on this processor: vr5000 (mips4) `sdc1 $f0,672($4)' /kisskb/src/arch/mips/kernel/r4k_switch.S:74: Error: opcode not supported on this processor: vr5000 (mips4) `sdc1 $f2,688($4)' /kisskb/src/arch/mips/kernel/r4k_switch.S:74: Error: opcode not supported on this processor: vr5000 (mips4) `sdc1 $f4,704($4)' /kisskb/src/arch/mips/kernel/r4k_switch.S:74: Error: opcode not supported on this processor: vr5000 (mips4) `sdc1 $f6,720($4)' /kisskb/src/arch/mips/kernel/r4k_switch.S:74: Error: opcode not supported on this processor: vr5000 (mips4) `sdc1 $f8,736($4)' /kisskb/src/arch/mips/kernel/r4k_switch.S:74: Error: opcode not supported on this processor: vr5000 (mips4) `sdc1 $f10,752($4)' /kisskb/src/arch/mips/kernel/r4k_switch.S:74: Error: opcode not supported on this processor: vr5000 (mips4) `sdc1 $f12,768($4)' /kisskb/src/arch/mips/kernel/r4k_switch.S:74: Error: opcode not supported on this processor: vr5000 (mips4) `sdc1 $f14,784($4)' /kisskb/src/arch/mips/kernel/r4k_switch.S:74: Error: opcode not supported on this processor: vr5000 (mips4) `sdc1 $f16,800($4)' /kisskb/src/arch/mips/kernel/r4k_switch.S:74: Error: opcode not supported on this processor: vr5000 (mips4) `sdc1 $f18,816($4)' /kisskb/src/arch/mips/kernel/r4k_switch.S:74: Error: opcode not supported on this processor: vr5000 (mips4) `sdc1 $f20,832($4)' /kisskb/src/arch/mips/kernel/r4k_switch.S:74: Error: opcode not supported on this processor: vr5000 (mips4) `sdc1 $f22,848($4)' /kisskb/src/arch/mips/kernel/r4k_switch.S:74: Error: opcode not supported on this processor: vr5000 (mips4) `sdc1 $f24,864($4)' /kisskb/src/arch/mips/kernel/r4k_switch.S:74: Error: opcode not supported on this processor: vr5000 (mips4) `sdc1 $f26,880($4)' /kisskb/src/arch/mips/kernel/r4k_switch.S:74: Error: opcode not supported on this processor: vr5000 (mips4) `sdc1 $f28,896($4)' /kisskb/src/arch/mips/kernel/r4k_switch.S:74: Error: opcode not supported on this processor: vr5000 (mips4) `sdc1 $f30,912($4)' /kisskb/src/arch/mips/kernel/r4k_switch.S:114: Error: opcode not supported on this processor: vr5000 (mips4) `sdc1 $f0,672($4)' /kisskb/src/arch/mips/kernel/r4k_switch.S:114: Error: opcode not supported on this processor: vr5000 (mips4) `sdc1 $f2,688($4)' /kisskb/src/arch/mips/kernel/r4k_switch.S:114: Error: opcode not supported on this processor: vr5000 (mips4) `sdc1 $f4,704($4)' /kisskb/src/arch/mips/kernel/r4k_switch.S:114: Error: opcode not supported on this processor: vr5000 (mips4) `sdc1 $f6,720($4)' /kisskb/src/arch/mips/kernel/r4k_switch.S:114: Error: opcode not supported on this processor: vr5000 (mips4) `sdc1 $f8,736($4)' /kisskb/src/arch/mips/kernel/r4k_switch.S:114: Error: opcode not supported on this processor: vr5000 (mips4) `sdc1 $f10,752($4)' /kisskb/src/arch/mips/kernel/r4k_switch.S:114: Error: opcode not supported on this processor: vr5000 (mips4) `sdc1 $f12,768($4)' /kisskb/src/arch/mips/kernel/r4k_switch.S:114: Error: opcode not supported on this processor: vr5000 (mips4) `sdc1 $f14,784($4)' /kisskb/src/arch/mips/kernel/r4k_switch.S:114: Error: opcode not supported on this processor: vr5000 (mips4) `sdc1 $f16,800($4)' /kisskb/src/arch/mips/kernel/r4k_switch.S:114: Error: opcode not supported on this processor: vr5000 (mips4) `sdc1 $f18,816($4)' /kisskb/src/arch/mips/kernel/r4k_switch.S:114: Error: opcode not supported on this processor: vr5000 (mips4) `sdc1 $f20,832($4)' /kisskb/src/arch/mips/kernel/r4k_switch.S:114: Error: opcode not supported on this processor: vr5000 (mips4) `sdc1 $f22,848($4)' /kisskb/src/arch/mips/kernel/r4k_switch.S:114: Error: opcode not supported on this processor: vr5000 (mips4) `sdc1 $f24,864($4)' /kisskb/src/arch/mips/kernel/r4k_switch.S:114: Error: opcode not supported on this processor: vr5000 (mips4) `sdc1 $f26,880($4)' /kisskb/src/arch/mips/kernel/r4k_switch.S:114: Error: opcode not supported on this processor: vr5000 (mips4) `sdc1 $f28,896($4)' /kisskb/src/arch/mips/kernel/r4k_switch.S:114: Error: opcode not supported on this processor: vr5000 (mips4) `sdc1 $f30,912($4)' /kisskb/src/arch/mips/kernel/r4k_switch.S:125: Error: opcode not supported on this processor: vr5000 (mips4) `ldc1 $f0,672($4)' /kisskb/src/arch/mips/kernel/r4k_switch.S:125: Error: opcode not supported on this processor: vr5000 (mips4) `ldc1 $f2,688($4)' /kisskb/src/arch/mips/kernel/r4k_switch.S:125: Error: opcode not supported on this processor: vr5000 (mips4) `ldc1 $f4,704($4)' /kisskb/src/arch/mips/kernel/r4k_switch.S:125: Error: opcode not supported on this processor: vr5000 (mips4) `ldc1 $f6,720($4)' /kisskb/src/arch/mips/kernel/r4k_switch.S:125: Error: opcode not supported on this processor: vr5000 (mips4) `ldc1 $f8,736($4)' /kisskb/src/arch/mips/kernel/r4k_switch.S:125: Error: opcode not supported on this processor: vr5000 (mips4) `ldc1 $f10,752($4)' /kisskb/src/arch/mips/kernel/r4k_switch.S:125: Error: opcode not supported on this processor: vr5000 (mips4) `ldc1 $f12,768($4)' /kisskb/src/arch/mips/kernel/r4k_switch.S:125: Error: opcode not supported on this processor: vr5000 (mips4) `ldc1 $f14,784($4)' /kisskb/src/arch/mips/kernel/r4k_switch.S:125: Error: opcode not supported on this processor: vr5000 (mips4) `ldc1 $f16,800($4)' /kisskb/src/arch/mips/kernel/r4k_switch.S:125: Error: opcode not supported on this processor: vr5000 (mips4) `ldc1 $f18,816($4)' /kisskb/src/arch/mips/kernel/r4k_switch.S:125: Error: opcode not supported on this processor: vr5000 (mips4) `ldc1 $f20,832($4)' /kisskb/src/arch/mips/kernel/r4k_switch.S:125: Error: opcode not supported on this processor: vr5000 (mips4) `ldc1 $f22,848($4)' /kisskb/src/arch/mips/kernel/r4k_switch.S:125: Error: opcode not supported on this processor: vr5000 (mips4) `ldc1 $f24,864($4)' /kisskb/src/arch/mips/kernel/r4k_switch.S:125: Error: opcode not supported on this processor: vr5000 (mips4) `ldc1 $f26,880($4)' /kisskb/src/arch/mips/kernel/r4k_switch.S:125: Error: opcode not supported on this processor: vr5000 (mips4) `ldc1 $f28,896($4)' /kisskb/src/arch/mips/kernel/r4k_switch.S:125: Error: opcode not supported on this processor: vr5000 (mips4) `ldc1 $f30,912($4)' /kisskb/src/arch/mips/kernel/r4k_switch.S:275: Error: opcode not supported on this processor: mips3 (mips3) `dmtc1 $9,$f0' /kisskb/src/arch/mips/kernel/r4k_switch.S:276: Error: opcode not supported on this processor: mips3 (mips3) `dmtc1 $9,$f2' /kisskb/src/arch/mips/kernel/r4k_switch.S:277: Error: opcode not supported on this processor: mips3 (mips3) `dmtc1 $9,$f4' /kisskb/src/arch/mips/kernel/r4k_switch.S:278: Error: opcode not supported on this processor: mips3 (mips3) `dmtc1 $9,$f6' /kisskb/src/arch/mips/kernel/r4k_switch.S:279: Error: opcode not supported on this processor: mips3 (mips3) `dmtc1 $9,$f8' /kisskb/src/arch/mips/kernel/r4k_switch.S:280: Error: opcode not supported on this processor: mips3 (mips3) `dmtc1 $9,$f10' /kisskb/src/arch/mips/kernel/r4k_switch.S:281: Error: opcode not supported on this processor: mips3 (mips3) `dmtc1 $9,$f12' /kisskb/src/arch/mips/kernel/r4k_switch.S:282: Error: opcode not supported on this processor: mips3 (mips3) `dmtc1 $9,$f14' /kisskb/src/arch/mips/kernel/r4k_switch.S:283: Error: opcode not supported on this processor: mips3 (mips3) `dmtc1 $9,$f16' /kisskb/src/arch/mips/kernel/r4k_switch.S:284: Error: opcode not supported on this processor: mips3 (mips3) `dmtc1 $9,$f18' /kisskb/src/arch/mips/kernel/r4k_switch.S:285: Error: opcode not supported on this processor: mips3 (mips3) `dmtc1 $9,$f20' /kisskb/src/arch/mips/kernel/r4k_switch.S:286: Error: opcode not supported on this processor: mips3 (mips3) `dmtc1 $9,$f22' /kisskb/src/arch/mips/kernel/r4k_switch.S:287: Error: opcode not supported on this processor: mips3 (mips3) `dmtc1 $9,$f24' /kisskb/src/arch/mips/kernel/r4k_switch.S:288: Error: opcode not supported on this processor: mips3 (mips3) `dmtc1 $9,$f26' /kisskb/src/arch/mips/kernel/r4k_switch.S:289: Error: opcode not supported on this processor: mips3 (mips3) `dmtc1 $9,$f28' /kisskb/src/arch/mips/kernel/r4k_switch.S:290: Error: opcode not supported on this processor: mips3 (mips3) `dmtc1 $9,$f30' make[3]: *** [/kisskb/src/scripts/Makefile.build:293: arch/mips/kernel/r4k_switch.o] Error 1 make[2]: *** [/kisskb/src/scripts/Makefile.build:404: arch/mips/kernel] Error 2 make[2]: *** Waiting for unfinished jobs.... make[1]: *** [/kisskb/src/Makefile:929: arch/mips] Error 2 make[1]: *** Waiting for unfinished jobs.... /kisskb/src/mm/page_alloc.c: In function 'free_area_init_nodes': /kisskb/src/mm/page_alloc.c:5326:34: warning: array subscript is below array bounds [-Warray-bounds] arch_zone_highest_possible_pfn[i-1]; ^ In file included from /kisskb/src/arch/mips/include/asm/switch_to.h:18:0, from /kisskb/src/kernel/sched/core.c:78: /kisskb/src/kernel/sched/core.c: In function 'finish_task_switch': /kisskb/src/include/asm-generic/current.h:6:45: warning: value computed is not used [-Wunused-value] #define get_current() (current_thread_info()->task) ^ /kisskb/src/arch/mips/include/asm/cop2.h:48:32: note: in definition of macro 'cop2_restore' #define cop2_restore(r) do { (r); } while (0) ^ /kisskb/src/include/asm-generic/current.h:7:17: note: in expansion of macro 'get_current' #define current get_current() ^ /kisskb/src/arch/mips/include/asm/switch_to.h:114:16: note: in expansion of macro 'current' cop2_restore(current); \ ^ /kisskb/src/kernel/sched/core.c:2229:2: note: in expansion of macro 'finish_arch_switch' finish_arch_switch(prev); ^ /kisskb/src/kernel/sched/core.c: In function 'context_switch': /kisskb/src/arch/mips/include/asm/cop2.h:47:28: warning: statement with no effect [-Wunused-value] #define cop2_save(r) do { (r); } while (0) ^ /kisskb/src/arch/mips/include/asm/switch_to.h:95:3: note: in expansion of macro 'cop2_save' cop2_save(prev); \ ^ /kisskb/src/kernel/sched/core.c:2346:2: note: in expansion of macro 'switch_to' switch_to(prev, next, prev); ^ /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/arch/mips/include/asm/div64.h:12:0, from /kisskb/src/include/linux/kernel.h:124, from /kisskb/src/include/asm-generic/bug.h:13, from /kisskb/src/arch/mips/include/asm/bug.h:41, from /kisskb/src/include/linux/bug.h:4, from /kisskb/src/include/linux/thread_info.h:11, from /kisskb/src/include/asm-generic/preempt.h:4, from arch/mips/include/generated/asm/preempt.h:1, from /kisskb/src/include/linux/preempt.h:18, from /kisskb/src/include/linux/spinlock.h:50, from /kisskb/src/include/linux/wait.h:8, from /kisskb/src/include/linux/net.h:23, from /kisskb/src/fs/cifs/netmisc.c:25: /kisskb/src/fs/cifs/netmisc.c: In function 'cifs_NTtimeToUnix': /kisskb/src/include/asm-generic/div64.h:43:28: warning: comparison of distinct pointer types lacks a cast (void)(((typeof((n)) *)0) == ((uint64_t *)0)); \ ^ /kisskb/src/fs/cifs/netmisc.c:937:23: note: in expansion of macro 'do_div' ts.tv_nsec = (long)(do_div(t, 10000000) * 100); ^ /kisskb/src/include/asm-generic/div64.h:43:28: warning: comparison of distinct pointer types lacks a cast (void)(((typeof((n)) *)0) == ((uint64_t *)0)); \ ^ /kisskb/src/fs/cifs/netmisc.c:941:22: note: in expansion of macro 'do_div' ts.tv_nsec = (long)do_div(t, 10000000) * 100; ^ make: *** [Makefile:182: sub-make] Error 2 Command 'make -s -j 48 ARCH=mips O=/kisskb/build/stable-3.17_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.17_mips-defconfig_mips-gcc4.9 # Build took: 0:00:33.672937