# git rev-parse -q --verify bc4e1a77b06519a01e7aed1125695598e27ddeb2^{commit} # git fetch -q -n -f git://fs.ozlabs.ibm.com/kernel/stable linux-2.6.27.y # git rev-parse -q --verify bc4e1a77b06519a01e7aed1125695598e27ddeb2^{commit} bc4e1a77b06519a01e7aed1125695598e27ddeb2 # git checkout -q -f -B kisskb bc4e1a77b06519a01e7aed1125695598e27ddeb2 # git clean -qxdf # < git log -1 # commit bc4e1a77b06519a01e7aed1125695598e27ddeb2 # Author: Willy Tarreau # Date: Sat Mar 17 14:03:53 2012 +0100 # # Linux 2.6.27.62 # # Signed-off-by: Willy Tarreau # < /opt/cross/kisskb/korg/gcc-4.9.4-nolibc/ia64-linux/bin/ia64-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-4.9.4-nolibc/ia64-linux/bin/ia64-linux-ld --version # < git log --format=%s --max-count=1 bc4e1a77b06519a01e7aed1125695598e27ddeb2 # < make -s -j 24 ARCH=ia64 O=/kisskb/build/stable-27_ia64-defconfig_ia64-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/ia64-linux/bin/ia64-linux- defconfig /kisskb/src/scripts/kconfig/conf.c: In function 'conf_sym': /kisskb/src/scripts/kconfig/conf.c:158:6: warning: variable 'type' set but not used [-Wunused-but-set-variable] 158 | int type; | ^~~~ /kisskb/src/scripts/kconfig/conf.c: In function 'conf_choice': /kisskb/src/scripts/kconfig/conf.c:230:6: warning: variable 'type' set but not used [-Wunused-but-set-variable] 230 | int type; | ^~~~ In file included from scripts/kconfig/zconf.tab.c:2486: /kisskb/src/scripts/kconfig/confdata.c: In function 'conf_write': /kisskb/src/scripts/kconfig/confdata.c:427:19: warning: '%s' directive writing likely 7 or more bytes into a region of size between 1 and 128 [-Wformat-overflow=] 427 | sprintf(newname, "%s%s", dirname, basename); | ^~~~~~ /kisskb/src/scripts/kconfig/confdata.c:427:19: note: assuming directive output of 7 bytes /kisskb/src/scripts/kconfig/confdata.c:427:2: note: 'sprintf' output 1 or more bytes (assuming 135) into a destination of size 128 427 | sprintf(newname, "%s%s", dirname, basename); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/scripts/kconfig/confdata.c:430:20: warning: '.tmpconfig.' directive writing 11 bytes into a region of size between 1 and 128 [-Wformat-overflow=] 430 | sprintf(tmpname, "%s.tmpconfig.%d", dirname, (int)getpid()); | ^~~~~~~~~~~~~~~~~ /kisskb/src/scripts/kconfig/confdata.c:430:3: note: 'sprintf' output between 13 and 150 bytes into a destination of size 128 430 | sprintf(tmpname, "%s.tmpconfig.%d", dirname, (int)getpid()); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # make -s -j 24 ARCH=ia64 O=/kisskb/build/stable-27_ia64-defconfig_ia64-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/ia64-linux/bin/ia64-linux- GEN /kisskb/build/stable-27_ia64-defconfig_ia64-gcc4.9/Makefile GEN /kisskb/build/stable-27_ia64-defconfig_ia64-gcc4.9/Makefile SYMLINK include/asm -> include/asm-ia64 Using /kisskb/src as source for kernel In file included from scripts/genksyms/lex.l:102: scripts/genksyms/keywords.gperf:45:26: warning: 'is_reserved_hash' is static but used in inline function 'is_reserved_word' which is not static UPD include/linux/compile.h /kisskb/src/arch/ia64/kernel/salinfo.c: In function 'salinfo_work_to_do': /kisskb/src/arch/ia64/kernel/salinfo.c:195:2: warning: ignoring return value of 'down_trylock', declared with attribute warn_unused_result [-Wunused-result] down_trylock(&data->mutex); ^ /kisskb/src/arch/ia64/kernel/unwind.c: In function 'unw_remove_unwind_table': /kisskb/src/arch/ia64/kernel/unwind.c:2153:29: warning: iteration 256u invokes undefined behavior [-Waggressive-loop-optimizations] tmp = unw.cache + unw.hash[index]; ^ /kisskb/src/arch/ia64/kernel/unwind.c:2152:2: note: containing loop for (index = 0; index <= UNW_HASH_SIZE; ++index) { ^ /kisskb/src/arch/ia64/kernel/unaligned.c: In function 'ia64_handle_unaligned': /kisskb/src/arch/ia64/kernel/unaligned.c:1394:16: warning: 'u.l' may be used uninitialized in this function [-Wmaybe-uninitialized] opcode = (u.l >> IA64_OPCODE_SHIFT) & IA64_OPCODE_MASK; ^ /kisskb/src/arch/ia64/kernel/machine_kexec.c: In function 'arch_crash_save_vmcoreinfo': /kisskb/src/arch/ia64/kernel/machine_kexec.c:145:8: warning: "CONFIG_PGTABLE_4" is not defined [-Wundef] #elif CONFIG_PGTABLE_4 ^ 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:119: kernel/timeconst.h] Error 255 make[2]: *** Waiting for unfinished jobs.... /kisskb/src/arch/ia64/sn/kernel/setup.c: In function 'sn_cpu_init': /kisskb/src/arch/ia64/sn/kernel/setup.c:585:23: warning: argument to 'sizeof' in 'memset' call is the same expression as the destination; did you mean to remove the addressof? [-Wsizeof-pointer-memaccess] memset(pda, 0, sizeof(pda)); ^ /kisskb/src/arch/ia64/sn/kernel/bte.c: In function 'bte_copy': /kisskb/src/arch/ia64/sn/kernel/bte.c:115:22: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] nasid_to_try[1] = (int)NULL; ^ /kisskb/src/arch/ia64/sn/kernel/bte.c:123:22: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] nasid_to_try[1] = (int)NULL; ^ make[1]: *** [/kisskb/src/Makefile:864: kernel] Error 2 make[1]: *** Waiting for unfinished jobs.... In file included from /kisskb/src/include/linux/pci.h:989:0, from /kisskb/src/arch/ia64/include/asm/sn/pcidev.h:11, from /kisskb/src/arch/ia64/sn/kernel/io_acpi_init.c:11: /kisskb/src/arch/ia64/sn/kernel/io_acpi_init.c: In function 'sn_acpi_get_pcidev_info': /kisskb/src/arch/ia64/include/asm/pci.h:130:41: warning: format '%lx' expects argument of type 'long unsigned int', but argument 3 has type 'long long unsigned int' [-Wformat=] #define PCI_CONTROLLER(busdev) ((struct pci_controller *) busdev->sysdata) ^ /kisskb/src/arch/ia64/include/asm/pci.h:131:35: note: in expansion of macro 'PCI_CONTROLLER' #define pci_domain_nr(busdev) (PCI_CONTROLLER(busdev)->segment) ^ /kisskb/src/arch/ia64/sn/kernel/io_acpi_init.c:361:30: note: in expansion of macro 'pci_domain_nr' __func__, segment, pci_domain_nr(dev)); ^ /kisskb/src/arch/ia64/sn/kernel/tiocx.c: In function 'cx_device_register': /kisskb/src/arch/ia64/sn/kernel/tiocx.c:211:2: warning: ignoring return value of 'device_register', declared with attribute warn_unused_result [-Wunused-result] device_register(&cx_dev->dev); ^ /kisskb/src/arch/ia64/sn/kernel/tiocx.c:214:2: warning: ignoring return value of 'device_create_file', declared with attribute warn_unused_result [-Wunused-result] device_create_file(&cx_dev->dev, &dev_attr_cxdev_control); ^ /kisskb/src/arch/ia64/sn/kernel/tiocx.c: In function 'tiocx_init': /kisskb/src/arch/ia64/sn/kernel/tiocx.c:494:2: warning: ignoring return value of 'bus_register', declared with attribute warn_unused_result [-Wunused-result] bus_register(&tiocx_bus_type); ^ /kisskb/src/arch/ia64/sn/kernel/sn2/sn2_smp.c: In function 'sn2_ptc_init': /kisskb/src/arch/ia64/sn/kernel/sn2/sn2_smp.c:557:6: warning: the address of 'proc_sn2_ptc_operations' will always evaluate as 'true' [-Waddress] if (!&proc_sn2_ptc_operations) { ^ /kisskb/src/arch/ia64/sn/kernel/sn2/sn2_smp.c: In function 'sn2_global_tlb_purge': /kisskb/src/arch/ia64/sn/kernel/sn2/sn2_smp.c:320:1: warning: the frame size of 2176 bytes is larger than 2048 bytes [-Wframe-larger-than=] } ^ /kisskb/src/fs/compat_ioctl.c: In function 'serial_struct_ioctl': /kisskb/src/fs/compat_ioctl.c:1540:38: warning: typedef 'SS' locally defined but not used [-Wunused-local-typedefs] typedef struct serial_struct SS; ^ /kisskb/src/arch/ia64/sn/kernel/sn2/sn_hwperf.c: In function 'sn_topology_show': /kisskb/src/arch/ia64/sn/kernel/sn2/sn_hwperf.c:415:9: warning: 'nasid_mask' may be used uninitialized in this function [-Wmaybe-uninitialized] if (((u64)nasid_mask << nasid_shift) & (1ULL << nasid_msb)) ^ /kisskb/src/arch/ia64/sn/kernel/sn2/sn_hwperf.c:418:3: warning: 'region_size' may be used uninitialized in this function [-Wmaybe-uninitialized] seq_printf(s, "partition %u %s local " ^ /kisskb/src/arch/ia64/sn/kernel/sn2/sn_hwperf.c:415:8: warning: 'nasid_shift' may be used uninitialized in this function [-Wmaybe-uninitialized] if (((u64)nasid_mask << nasid_shift) & (1ULL << nasid_msb)) ^ /kisskb/src/arch/ia64/sn/kernel/sn2/sn_hwperf.c:418:3: warning: 'coher' may be used uninitialized in this function [-Wmaybe-uninitialized] seq_printf(s, "partition %u %s local " ^ /kisskb/src/arch/ia64/sn/kernel/sn2/sn_hwperf.c:418:3: warning: 'partid' may be used uninitialized in this function [-Wmaybe-uninitialized] /kisskb/src/arch/ia64/sn/kernel/sn2/sn_hwperf.c:418:3: warning: 'sharing_size' may be used uninitialized in this function [-Wmaybe-uninitialized] /kisskb/src/arch/ia64/sn/kernel/sn2/sn_hwperf.c:418:3: warning: 'system_size' may be used uninitialized in this function [-Wmaybe-uninitialized] /kisskb/src/arch/ia64/sn/kernel/sn2/sn_hwperf.c:418:3: warning: 'shubtype' may be used uninitialized in this function [-Wmaybe-uninitialized] /kisskb/src/sound/core/pcm_native.c: In function 'snd_pcm_fasync': /kisskb/src/sound/core/pcm_native.c:3255:1: warning: label 'out' defined but not used [-Wunused-label] out: ^ /kisskb/src/fs/nfsd/nfsctl.c: In function 'write_ports': /kisskb/src/fs/nfsd/nfsctl.c:618:8: warning: 'fd' may be used uninitialized in this function [-Wmaybe-uninitialized] err = svc_addsock(nfsd_serv, fd, buf, &proto); ^ /kisskb/src/fs/nfsd/nfsctl.c:608:7: note: 'fd' was declared here int fd; ^ /kisskb/src/fs/cifs/cifssmb.c: In function 'CIFSSMBSetFileInfo': /kisskb/src/fs/cifs/cifssmb.c:4867:2: warning: array subscript is above array bounds [-Warray-bounds] memcpy(data_offset, data, sizeof(FILE_BASIC_INFO)); ^ /kisskb/src/drivers/acpi/scan.c:1163:1: warning: 'acpi_is_child_device' defined but not used [-Wunused-function] acpi_is_child_device(struct acpi_device *device, ^ /kisskb/src/fs/nfs/inode.c: In function 'nfs_zap_caches_locked': /kisskb/src/fs/nfs/inode.c:145:41: warning: argument to 'sizeof' in 'memset' call is the same pointer type '__be32 *' as the destination; expected '__be32' or an explicit length [-Wsizeof-pointer-memaccess] memset(NFS_COOKIEVERF(inode), 0, sizeof(NFS_COOKIEVERF(inode))); ^ In file included from /kisskb/src/drivers/ata/libata-core.c:62:0: /kisskb/src/drivers/ata/libata-core.c: In function 'ata_dev_configure': /kisskb/src/include/linux/libata.h:1179:2: warning: 'native_sectors' may be used uninitialized in this function [-Wmaybe-uninitialized] printk("%sata%u.%02u: "fmt, lv, (dev)->link->ap->print_id, \ ^ /kisskb/src/drivers/ata/libata-core.c:1365:6: note: 'native_sectors' was declared here u64 native_sectors; ^ In file included from /kisskb/src/include/linux/sunrpc/svcauth.h:16:0, from /kisskb/src/include/linux/sunrpc/svc.h:18, from /kisskb/src/fs/nfsd/export.c:31: /kisskb/src/fs/nfsd/export.c: In function 'expkey_parse': /kisskb/src/include/linux/sunrpc/cache.h:199:2: warning: 'rv' may be used uninitialized in this function [-Wmaybe-uninitialized] return rv; ^ /kisskb/src/include/linux/sunrpc/cache.h:194:6: note: 'rv' was declared here int rv; ^ /kisskb/src/fs/nfsd/export.c: In function 'svc_export_parse': /kisskb/src/fs/nfsd/export.c:567:15: warning: 'an_int' may be used uninitialized in this function [-Wmaybe-uninitialized] exp.ex_flags= an_int; ^ In file included from /kisskb/src/include/linux/sunrpc/svcauth.h:16:0, from /kisskb/src/include/linux/sunrpc/svc.h:18, from /kisskb/src/fs/nfsd/export.c:31: /kisskb/src/include/linux/sunrpc/cache.h:199:2: warning: 'rv' may be used uninitialized in this function [-Wmaybe-uninitialized] return rv; ^ /kisskb/src/include/linux/sunrpc/cache.h:194:6: note: 'rv' was declared here int rv; ^ In file included from /kisskb/src/fs/reiserfs/do_balan.c:20:0: /kisskb/src/fs/reiserfs/do_balan.c: In function 'balance_leaf': /kisskb/src/fs/reiserfs/do_balan.c:1299:18: warning: operation on 'aux_ih' may be undefined [-Wsequence-point] (aux_ih = ^ /kisskb/src/include/linux/reiserfs_fs.h:638:66: note: in definition of macro 'is_direntry_le_key' #define is_direntry_le_key(version,key) (le_key_k_type (version, key) == TYPE_DIRENTRY) ^ /kisskb/src/fs/reiserfs/do_balan.c:1298:10: note: in expansion of macro 'is_direntry_le_ih' if (is_direntry_le_ih ^ In file included from /kisskb/src/fs/nfsd/nfs4idmap.c:49:0: /kisskb/src/fs/nfsd/nfs4idmap.c: In function 'nametoid_parse': /kisskb/src/include/linux/sunrpc/cache.h:199:2: warning: 'rv' may be used uninitialized in this function [-Wmaybe-uninitialized] return rv; ^ /kisskb/src/include/linux/sunrpc/cache.h:194:6: note: 'rv' was declared here int rv; ^ /kisskb/src/fs/nfsd/nfs4idmap.c: In function 'idtoname_parse': /kisskb/src/include/linux/sunrpc/cache.h:199:2: warning: 'rv' may be used uninitialized in this function [-Wmaybe-uninitialized] return rv; ^ /kisskb/src/include/linux/sunrpc/cache.h:194:6: note: 'rv' was declared here int rv; ^ In file included from /kisskb/src/fs/reiserfs/lbalance.c:8:0: /kisskb/src/fs/reiserfs/lbalance.c: In function 'leaf_item_bottle': /kisskb/src/fs/reiserfs/lbalance.c:392:28: warning: operation on 'ih' may be undefined [-Wsequence-point] if (is_direntry_le_ih(ih = B_N_PITEM_HEAD(src, item_num))) ^ /kisskb/src/include/linux/reiserfs_fs.h:638:66: note: in definition of macro 'is_direntry_le_key' #define is_direntry_le_key(version,key) (le_key_k_type (version, key) == TYPE_DIRENTRY) ^ /kisskb/src/fs/reiserfs/lbalance.c:392:7: note: in expansion of macro 'is_direntry_le_ih' if (is_direntry_le_ih(ih = B_N_PITEM_HEAD(src, item_num))) ^ /kisskb/src/fs/reiserfs/lbalance.c:420:28: warning: operation on 'ih' may be undefined [-Wsequence-point] if (is_direntry_le_ih(ih = B_N_PITEM_HEAD(src, item_num))) ^ /kisskb/src/include/linux/reiserfs_fs.h:638:66: note: in definition of macro 'is_direntry_le_key' #define is_direntry_le_key(version,key) (le_key_k_type (version, key) == TYPE_DIRENTRY) ^ /kisskb/src/fs/reiserfs/lbalance.c:420:7: note: in expansion of macro 'is_direntry_le_ih' if (is_direntry_le_ih(ih = B_N_PITEM_HEAD(src, item_num))) ^ /kisskb/src/fs/reiserfs/lbalance.c: In function 'leaf_delete_items': /kisskb/src/fs/reiserfs/lbalance.c:778:12: warning: operation on 'ih' may be undefined [-Wsequence-point] (ih = B_N_PITEM_HEAD(bh, B_NR_ITEMS(bh) - 1))) ^ /kisskb/src/include/linux/reiserfs_fs.h:638:66: note: in definition of macro 'is_direntry_le_key' #define is_direntry_le_key(version,key) (le_key_k_type (version, key) == TYPE_DIRENTRY) ^ /kisskb/src/fs/reiserfs/lbalance.c:777:8: note: in expansion of macro 'is_direntry_le_ih' if (is_direntry_le_ih ^ /kisskb/src/fs/xfs/xfs_dir2_block.c: In function 'xfs_dir2_sf_to_block': /kisskb/src/fs/xfs/xfs_dir2_block.c:1150:26: warning: array subscript is above array bounds [-Warray-bounds] dep->name[0] = dep->name[1] = '.'; ^ /kisskb/src/fs/xfs/xfs_dir2_leaf.c: In function 'xfs_dir2_leaf_compact': /kisskb/src/fs/xfs/xfs_dir2_leaf.c:622:31: warning: array subscript is above array bounds [-Warray-bounds] leaf->ents[to] = leaf->ents[from]; ^ /kisskb/src/net/sunrpc/svcauth_unix.c: In function 'ip_map_parse': /kisskb/src/net/sunrpc/svcauth_unix.c:231:5: warning: 'rv' may be used uninitialized in this function [-Wmaybe-uninitialized] if (expiry ==0) ^ /kisskb/src/net/sunrpc/svcauth_unix.c: In function 'unix_gid_parse': /kisskb/src/net/sunrpc/svcauth_unix.c:572:2: warning: 'gids' may be used uninitialized in this function [-Wmaybe-uninitialized] for (i = 0 ; i < gids ; i++) { ^ /kisskb/src/net/sunrpc/svcauth_unix.c:561:5: warning: 'rv' may be used uninitialized in this function [-Wmaybe-uninitialized] if (expiry == 0) ^ In file included from /kisskb/src/include/linux/sunrpc/svcauth.h:17:0, from /kisskb/src/include/linux/sunrpc/svc.h:18, from /kisskb/src/include/linux/sunrpc/svcsock.h:12, from /kisskb/src/net/sunrpc/svcauth_unix.c:6: /kisskb/src/include/linux/hash.h:28:30: warning: 'uid' may be used uninitialized in this function [-Wmaybe-uninitialized] #define hash_long(val, bits) hash_64(val, bits) ^ /kisskb/src/net/sunrpc/svcauth_unix.c:543:6: note: 'uid' was declared here int uid; ^ /kisskb/src/net/sunrpc/auth_gss/svcauth_gss.c: In function 'rsc_parse': /kisskb/src/net/sunrpc/auth_gss/svcauth_gss.c:435:5: warning: 'rv' may be used uninitialized in this function [-Wmaybe-uninitialized] if (expiry == 0) ^ /kisskb/src/net/sunrpc/auth_gss/svcauth_gss.c: In function 'rsi_parse': /kisskb/src/net/sunrpc/auth_gss/svcauth_gss.c:222:5: warning: 'rv' may be used uninitialized in this function [-Wmaybe-uninitialized] if (expiry == 0) ^ /kisskb/src/drivers/char/mbcs.c: In function 'mbcs_probe': /kisskb/src/drivers/char/mbcs.c:784:2: warning: ignoring return value of 'device_create_file', declared with attribute warn_unused_result [-Wunused-result] device_create_file(&dev->dev, &dev_attr_algo); ^ /kisskb/src/drivers/infiniband/core/cma.c: In function 'cma_iw_handler': /kisskb/src/drivers/infiniband/core/cma.c:1247:3: warning: case value '4294967185' not in enumerated type 'enum iw_cm_event_status' [-Wswitch] case -ECONNREFUSED: ^ /kisskb/src/drivers/infiniband/core/cma.c:1250:3: warning: case value '4294967186' not in enumerated type 'enum iw_cm_event_status' [-Wswitch] case -ETIMEDOUT: ^ /kisskb/src/drivers/infiniband/core/cma.c:1246:3: warning: case value '4294967192' not in enumerated type 'enum iw_cm_event_status' [-Wswitch] case -ECONNRESET: ^ In file included from /kisskb/src/drivers/input/serio/i8042.h:28:0, from /kisskb/src/drivers/input/serio/i8042.c:89: /kisskb/src/drivers/input/serio/i8042-x86ia64io.h: In function 'i8042_platform_init': /kisskb/src/drivers/input/serio/i8042-x86ia64io.h:665:47: error: array type has incomplete element type static const struct dmi_system_id __initconst i8042_dmi_notimeout_table[] = { ^ /kisskb/src/drivers/input/serio/i8042-x86ia64io.h:668:3: error: field name not in record or union initializer .matches = { ^ /kisskb/src/drivers/input/serio/i8042-x86ia64io.h:668:3: error: (near initialization for 'i8042_dmi_notimeout_table') /kisskb/src/drivers/input/serio/i8042-x86ia64io.h:669:4: error: implicit declaration of function 'DMI_MATCH' [-Werror=implicit-function-declaration] DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."), ^ /kisskb/src/drivers/input/serio/i8042-x86ia64io.h:669:14: error: 'DMI_SYS_VENDOR' undeclared (first use in this function) DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."), ^ /kisskb/src/drivers/input/serio/i8042-x86ia64io.h:669:14: note: each undeclared identifier is reported only once for each function it appears in /kisskb/src/drivers/input/serio/i8042-x86ia64io.h:670:14: error: 'DMI_PRODUCT_NAME' undeclared (first use in this function) DMI_MATCH(DMI_PRODUCT_NAME, "Vostro V13"), ^ /kisskb/src/drivers/input/serio/i8042-x86ia64io.h:665:47: warning: unused variable 'i8042_dmi_notimeout_table' [-Wunused-variable] static const struct dmi_system_id __initconst i8042_dmi_notimeout_table[] = { ^ cc1: some warnings being treated as errors make[3]: *** [/kisskb/src/scripts/Makefile.build:213: drivers/input/serio/i8042.o] Error 1 make[3]: *** Waiting for unfinished jobs.... make[2]: *** [/kisskb/src/scripts/Makefile.build:348: drivers/input/serio] Error 2 make[2]: *** Waiting for unfinished jobs.... make[1]: *** [/kisskb/src/Makefile:864: drivers] Error 2 make: *** [Makefile:128: sub-make] Error 2 Command 'make -s -j 24 ARCH=ia64 O=/kisskb/build/stable-27_ia64-defconfig_ia64-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/ia64-linux/bin/ia64-linux- ' returned non-zero exit status 2 # rm -rf /kisskb/build/stable-27_ia64-defconfig_ia64-gcc4.9 # Build took: 0:01:33.524903