# git rev-parse -q --verify f63b2b3204ea962e9cc34a223771ec973694f8bf^{commit} # git fetch -q -n -f git://fs.ozlabs.ibm.com/kernel/stable linux-3.2.y # git rev-parse -q --verify f63b2b3204ea962e9cc34a223771ec973694f8bf^{commit} f63b2b3204ea962e9cc34a223771ec973694f8bf # git checkout -q -f -B kisskb f63b2b3204ea962e9cc34a223771ec973694f8bf # git clean -qxdf # < git log -1 # commit f63b2b3204ea962e9cc34a223771ec973694f8bf # Author: Ben Hutchings # Date: Fri Jun 1 00:30:27 2018 +0100 # # Linux 3.2.102 # < /opt/cross/kisskb/korg/gcc-4.9.4-nolibc/x86_64-linux/bin/x86_64-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-4.9.4-nolibc/x86_64-linux/bin/x86_64-linux-ld --version # < git log --format=%s --max-count=1 f63b2b3204ea962e9cc34a223771ec973694f8bf # < make -s -j 32 ARCH=x86 O=/kisskb/build/stable-3.2_x86-allmodconfig_x86_64-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/x86_64-linux/bin/x86_64-linux- allmodconfig In file included from scripts/kconfig/zconf.tab.c:2500: /kisskb/src/scripts/kconfig/confdata.c: In function 'conf_write': /kisskb/src/scripts/kconfig/confdata.c:748:19: warning: '%s' directive writing likely 7 or more bytes into a region of size between 1 and 4097 [-Wformat-overflow=] 748 | sprintf(newname, "%s%s", dirname, basename); | ^~~~~~ /kisskb/src/scripts/kconfig/confdata.c:748:19: note: assuming directive output of 7 bytes /kisskb/src/scripts/kconfig/confdata.c:748:2: note: 'sprintf' output 1 or more bytes (assuming 4104) into a destination of size 4097 748 | sprintf(newname, "%s%s", dirname, basename); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/scripts/kconfig/confdata.c:751:20: warning: '.tmpconfig.' directive writing 11 bytes into a region of size between 1 and 4097 [-Wformat-overflow=] 751 | sprintf(tmpname, "%s.tmpconfig.%d", dirname, (int)getpid()); | ^~~~~~~~~~~~~~~~~ /kisskb/src/scripts/kconfig/confdata.c:751:3: note: 'sprintf' output between 13 and 4119 bytes into a destination of size 4097 751 | sprintf(tmpname, "%s.tmpconfig.%d", dirname, (int)getpid()); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # Added to kconfig CONFIG_BUILD_DOCSRC=n # Added to kconfig CONFIG_MODULE_SIG=n # Added to kconfig CONFIG_SAMPLES=n # < make -s -j 32 ARCH=x86 O=/kisskb/build/stable-3.2_x86-allmodconfig_x86_64-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/x86_64-linux/bin/x86_64-linux- help # yes \n | make -s -j 32 ARCH=x86 O=/kisskb/build/stable-3.2_x86-allmodconfig_x86_64-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/x86_64-linux/bin/x86_64-linux- oldconfig yes: standard output: Broken pipe # make -s -j 32 ARCH=x86 O=/kisskb/build/stable-3.2_x86-allmodconfig_x86_64-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/x86_64-linux/bin/x86_64-linux- /kisskb/src/arch/x86/Makefile:81: stack protector enabled but no compiler support 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); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Creating an empty policy/profile.conf Creating a default policy/exception_policy.conf Creating an empty policy/domain_policy.conf Creating an empty policy/manager.conf Creating an empty policy/stat.conf Generating built-in policy for TOMOYO 2.5.x. /kisskb/src/arch/x86/kernel/head_64.S: Assembler messages: /kisskb/src/arch/x86/kernel/head_64.S:448: Warning: ignoring fill value in section `.bss' /kisskb/src/arch/x86/kernel/head_64.S:453: Warning: ignoring fill value in section `.bss..page_aligned' /kisskb/src/drivers/dma/dmatest.c: In function 'dmatest_add_channel': /kisskb/src/drivers/dma/dmatest.c:594:28: warning: the omitted middle operand in ?: will always be 'true', suggest explicit middle operand [-Wparentheses] thread_count += cnt > 0 ?: 0; ^ In file included from /kisskb/src/drivers/message/i2o/config-osm.c:39:0: /kisskb/src/drivers/message/i2o/i2o_config.c: In function 'i2o_cfg_passthru': /kisskb/src/drivers/message/i2o/i2o_config.c:881:19: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] (p->virt, (void __user *)sg[i].addr_bus, ^ /kisskb/src/drivers/message/i2o/i2o_config.c:936:10: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] ((void __user *)sg[j].addr_bus, sg_list[j].virt, ^ /kisskb/src/drivers/mtd/devices/docg3.c:752:12: warning: 'doc_get_erase_count' defined but not used [-Wunused-function] static int doc_get_erase_count(struct docg3 *docg3, loff_t from) ^ /kisskb/src/drivers/net/tokenring/ibmtr_cs.c: In function 'ibmtr_config': /kisskb/src/drivers/net/tokenring/ibmtr_cs.c:195:5: warning: 'pcmcia_request_exclusive_irq' is deprecated (declared at /kisskb/src/include/pcmcia/ds.h:201) [-Wdeprecated-declarations] ret = pcmcia_request_exclusive_irq(link, ibmtr_interrupt); ^ /kisskb/src/drivers/net/tokenring/tms380tr.c: In function 'tms380tr_exec_sifcmd': /kisskb/src/drivers/net/tokenring/tms380tr.c:1238:18: warning: right-hand operand of comma expression has no effect [-Wunused-value] loop_counter = 0,5 * 800000; ^ /kisskb/src/drivers/telephony/ixj.c: In function 'add_caps': /kisskb/src/drivers/telephony/ixj.c:5930:38: warning: operation on 'j->caps' may be undefined [-Wsequence-point] j->caplist[j->caps].handle = j->caps++; ^ /kisskb/src/drivers/telephony/ixj.c:5950:38: warning: operation on 'j->caps' may be undefined [-Wsequence-point] j->caplist[j->caps].handle = j->caps++; ^ /kisskb/src/drivers/telephony/ixj.c:5954:38: warning: operation on 'j->caps' may be undefined [-Wsequence-point] j->caplist[j->caps].handle = j->caps++; ^ /kisskb/src/drivers/telephony/ixj.c:5965:39: warning: operation on 'j->caps' may be undefined [-Wsequence-point] j->caplist[j->caps].handle = j->caps++; ^ /kisskb/src/drivers/telephony/ixj.c:5976:39: warning: operation on 'j->caps' may be undefined [-Wsequence-point] j->caplist[j->caps].handle = j->caps++; ^ /kisskb/src/drivers/telephony/ixj.c:5988:39: warning: operation on 'j->caps' may be undefined [-Wsequence-point] j->caplist[j->caps].handle = j->caps++; ^ /kisskb/src/drivers/telephony/ixj.c:5998:38: warning: operation on 'j->caps' may be undefined [-Wsequence-point] j->caplist[j->caps].handle = j->caps++; ^ /kisskb/src/drivers/telephony/ixj.c:6003:38: warning: operation on 'j->caps' may be undefined [-Wsequence-point] j->caplist[j->caps].handle = j->caps++; ^ /kisskb/src/drivers/telephony/ixj.c:6008:38: warning: operation on 'j->caps' may be undefined [-Wsequence-point] j->caplist[j->caps].handle = j->caps++; ^ /kisskb/src/drivers/telephony/ixj.c:6013:38: warning: operation on 'j->caps' may be undefined [-Wsequence-point] j->caplist[j->caps].handle = j->caps++; ^ /kisskb/src/drivers/telephony/ixj.c:6019:38: warning: operation on 'j->caps' may be undefined [-Wsequence-point] j->caplist[j->caps].handle = j->caps++; ^ /kisskb/src/drivers/telephony/ixj.c:6026:39: warning: operation on 'j->caps' may be undefined [-Wsequence-point] j->caplist[j->caps].handle = j->caps++; ^ /kisskb/src/drivers/telephony/ixj.c:6031:39: warning: operation on 'j->caps' may be undefined [-Wsequence-point] j->caplist[j->caps].handle = j->caps++; ^ /kisskb/src/drivers/telephony/ixj.c:6036:39: warning: operation on 'j->caps' may be undefined [-Wsequence-point] j->caplist[j->caps].handle = j->caps++; ^ /kisskb/src/drivers/telephony/ixj.c:6041:39: warning: operation on 'j->caps' may be undefined [-Wsequence-point] j->caplist[j->caps].handle = j->caps++; ^ /kisskb/src/drivers/telephony/ixj.c:6049:39: warning: operation on 'j->caps' may be undefined [-Wsequence-point] j->caplist[j->caps].handle = j->caps++; ^ /kisskb/src/drivers/telephony/ixj.c:6057:39: warning: operation on 'j->caps' may be undefined [-Wsequence-point] j->caplist[j->caps].handle = j->caps++; ^ /kisskb/src/drivers/telephony/ixj.c:6065:39: warning: operation on 'j->caps' may be undefined [-Wsequence-point] j->caplist[j->caps].handle = j->caps++; ^ /kisskb/src/drivers/telephony/ixj.c:6071:39: warning: operation on 'j->caps' may be undefined [-Wsequence-point] j->caplist[j->caps].handle = j->caps++; ^ /kisskb/src/drivers/net/ethernet/i825xx/znet.c: In function 'hardware_init': /kisskb/src/drivers/net/ethernet/i825xx/znet.c:864:29: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] set_dma_addr(znet->rx_dma, (unsigned int) znet->rx_start); ^ /kisskb/src/drivers/net/ethernet/i825xx/znet.c:871:29: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] set_dma_addr(znet->tx_dma, (unsigned int) znet->tx_start); ^ /kisskb/src/drivers/staging/gma500/power.c: In function 'gma_power_begin': /kisskb/src/drivers/staging/gma500/power.c:269:22: warning: passing argument 1 of 'gma_resume_display' from incompatible pointer type gma_resume_display(dev); ^ /kisskb/src/drivers/staging/gma500/power.c:99:13: note: expected 'struct pci_dev *' but argument is of type 'struct drm_device *' static void gma_resume_display(struct pci_dev *pdev) ^ /kisskb/src/drivers/staging/gma500/psb_drv.c: In function 'psb_mode_operation_ioctl': /kisskb/src/drivers/staging/gma500/psb_drv.c:712:16: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] arg->data = (void *)resp; ^ /kisskb/src/drivers/staging/gma500/mid_bios.c: In function 'mid_get_vbt_data': /kisskb/src/drivers/staging/gma500/mid_bios.c:192:24: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] new_size |= ((0xff & (unsigned int)vbt->mrst_gct)) << 8; ^ /kisskb/src/drivers/staging/gma500/mid_bios.c:201:28: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] number_desc = ((0xff00 & (unsigned int)vbt->mrst_gct)) >> 8; ^ /kisskb/src/drivers/staging/gma500/mid_bios.c:202:22: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] bpi = ((0xff0000 & (unsigned int)vbt->mrst_gct)) >> 16; ^ /kisskb/src/drivers/usb/dwc3/ep0.c: In function '__dwc3_gadget_ep0_queue': /kisskb/src/drivers/usb/dwc3/ep0.c:148:8: warning: unused variable 'type' [-Wunused-variable] u32 type; ^ In file included from /kisskb/src/drivers/usb/host/ohci-hcd.c:101:0: /kisskb/src/drivers/usb/host/ohci-dbg.c: In function 'fill_registers_buffer': /kisskb/src/drivers/usb/host/ohci-dbg.c:77:11: warning: the comparison will always evaluate as 'true' for the address of 'next' will never be NULL [-Waddress] if (next != NULL) { \ ^ /kisskb/src/drivers/usb/host/ohci-dbg.c:642:2: note: in expansion of macro 'ohci_dbg_sw' ohci_dbg_sw (ohci, &next, &size, ^ /kisskb/src/drivers/usb/host/ohci-dbg.c:77:11: warning: the comparison will always evaluate as 'true' for the address of 'next' will never be NULL [-Waddress] if (next != NULL) { \ ^ /kisskb/src/drivers/usb/host/ohci-dbg.c:661:3: note: in expansion of macro 'ohci_dbg_sw' ohci_dbg_sw (ohci, &next, &size, ^ /kisskb/src/drivers/staging/media/dt3155v4l/dt3155v4l.c:307:2: warning: initialization from incompatible pointer type .queue_setup = dt3155_queue_setup, ^ /kisskb/src/drivers/staging/media/dt3155v4l/dt3155v4l.c:307:2: warning: (near initialization for 'q_ops.queue_setup') /kisskb/src/drivers/staging/media/dt3155v4l/dt3155v4l.c:311:2: warning: initialization from incompatible pointer type .start_streaming = dt3155_start_streaming, ^ /kisskb/src/drivers/staging/media/dt3155v4l/dt3155v4l.c:311:2: warning: (near initialization for 'q_ops.start_streaming') /kisskb/src/drivers/staging/sm7xx/smtcfb.c:831:19: warning: 'sm712vga_setup' defined but not used [-Wunused-function] static int __init sm712vga_setup(char *options) ^ /kisskb/src/drivers/staging/vme/bridges/vme_ca91cx42.c: In function 'ca91cx42_master_read': /kisskb/src/drivers/staging/vme/bridges/vme_ca91cx42.c:879:6: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] if ((int)addr & 0x1) { ^ /kisskb/src/drivers/staging/vme/bridges/vme_ca91cx42.c:885:6: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] if ((int)addr & 0x2) { ^ /kisskb/src/drivers/staging/vme/bridges/vme_ca91cx42.c: In function 'ca91cx42_master_write': /kisskb/src/drivers/staging/vme/bridges/vme_ca91cx42.c:933:6: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] if ((int)addr & 0x1) { ^ /kisskb/src/drivers/staging/vme/bridges/vme_ca91cx42.c:939:6: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] if ((int)addr & 0x2) { ^ /kisskb/src/drivers/staging/vme/bridges/vme_ca91cx42.c: In function 'ca91cx42_master_rmw': /kisskb/src/drivers/staging/vme/bridges/vme_ca91cx42.c:993:13: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] pci_addr = (u32)image->kern_base + offset; ^ /kisskb/src/drivers/staging/zcache/zcache-main.c:1891:19: warning: 'enable_zcache' defined but not used [-Wunused-function] static int __init enable_zcache(char *s) ^ /kisskb/src/drivers/staging/zcache/zcache-main.c:1902:19: warning: 'no_cleancache' defined but not used [-Wunused-function] static int __init no_cleancache(char *s) ^ /kisskb/src/drivers/staging/zcache/zcache-main.c:1912:19: warning: 'no_frontswap' defined but not used [-Wunused-function] static int __init no_frontswap(char *s) ^ /kisskb/src/drivers/net/wireless/prism54/isl_ioctl.c: In function 'prism54_ioctl': /kisskb/src/drivers/net/wireless/prism54/isl_ioctl.c:2733:14: warning: array subscript is above array bounds [-Warray-bounds] current_ev = prism54_translate_bss(ndev, &info, current_ev, ^ /kisskb/src/drivers/net/wireless/airo.c: In function 'encapsulate': /kisskb/src/drivers/net/wireless/airo.c:1421:2: warning: array subscript is above array bounds [-Warray-bounds] emmh32_update(&context->seed,frame->da + ETH_ALEN * 2,payLen); //payload ^ /kisskb/src/drivers/net/wireless/airo.c: In function 'decapsulate': /kisskb/src/drivers/net/wireless/airo.c:1509:3: warning: array subscript is above array bounds [-Warray-bounds] emmh32_update(&context->seed, eth->da + ETH_ALEN*2,payLen); ^ /kisskb/src/drivers/scsi/mvsas/mv_sas.c: In function 'mvs_update_phyinfo': /kisskb/src/drivers/scsi/mvsas/mv_sas.c:1165:34: warning: comparison between 'enum sas_device_type' and 'enum sas_dev_type' [-Wenum-compare] if (phy->identify.device_type == SAS_END_DEV) ^ /kisskb/src/drivers/scsi/mvsas/mv_sas.c:1168:39: warning: comparison between 'enum sas_device_type' and 'enum sas_dev_type' [-Wenum-compare] else if (phy->identify.device_type != NO_DEVICE) ^ /kisskb/src/drivers/scsi/pm8001/pm8001_hwi.c: In function 'hw_event_sas_phy_up': /kisskb/src/drivers/scsi/pm8001/pm8001_hwi.c:2932:32: warning: comparison between 'enum sas_device_type' and 'enum sas_dev_type' [-Wenum-compare] if (phy->identify.device_type == SAS_END_DEV) ^ /kisskb/src/drivers/scsi/pm8001/pm8001_hwi.c:2934:37: warning: comparison between 'enum sas_device_type' and 'enum sas_dev_type' [-Wenum-compare] else if (phy->identify.device_type != NO_DEVICE) ^ /kisskb/src/drivers/scsi/aic7xxx_old.c: In function 'aic7xxx_register': /kisskb/src/drivers/scsi/aic7xxx_old.c:7901:5: warning: case value '257' not in enumerated type 'ahc_chip' [-Wswitch] case (AHC_AIC7770|AHC_VL): ^ /kisskb/src/drivers/scsi/aic7xxx_old.c:7898:5: warning: case value '513' not in enumerated type 'ahc_chip' [-Wswitch] case (AHC_AIC7770|AHC_EISA): ^ /kisskb/src/drivers/scsi/aic7xxx_old.c: In function 'aic7xxx_load_seeprom': /kisskb/src/drivers/scsi/aic7xxx_old.c:8517:5: warning: case value '257' not in enumerated type 'ahc_chip' [-Wswitch] case (AHC_AIC7770|AHC_VL): ^ /kisskb/src/drivers/scsi/aic7xxx_old.c:8510:5: warning: case value '513' not in enumerated type 'ahc_chip' [-Wswitch] case (AHC_AIC7770|AHC_EISA): /* None of these adapters have seeproms. */ ^ WARNING: vmlinux.o(.devinit.text+0xbabc): Section mismatch in reference from the function cnb20le_res() to the function .init.text:acpi_os_get_root_pointer() The function __devinit cnb20le_res() references a function __init acpi_os_get_root_pointer(). If acpi_os_get_root_pointer is only used by cnb20le_res then annotate acpi_os_get_root_pointer with a matching annotation. /kisskb/src/scripts/unifdef.c: In function 'Mpass': /kisskb/src/scripts/unifdef.c:453:28: warning: 'strncpy' output truncated before terminating nul copying 4 bytes from a string of the same length [-Wstringop-truncation] 453 | static void Mpass (void) { strncpy(keyword, "if ", 4); Pelif(); } | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/build/stable-3.2_x86-allmodconfig_x86_64-gcc4.9/usr/include/drm/drm_mode.h:85: found __[us]{8,16,32,64} type without #include /kisskb/build/stable-3.2_x86-allmodconfig_x86_64-gcc4.9/usr/include/scsi/scsi_netlink.h:108: found __[us]{8,16,32,64} type without #include /kisskb/build/stable-3.2_x86-allmodconfig_x86_64-gcc4.9/usr/include/drm/i915_drm.h:120: found __[us]{8,16,32,64} type without #include /kisskb/build/stable-3.2_x86-allmodconfig_x86_64-gcc4.9/usr/include/linux/mmc/ioctl.h:10: found __[us]{8,16,32,64} type without #include /kisskb/build/stable-3.2_x86-allmodconfig_x86_64-gcc4.9/usr/include/drm/mga_drm.h:260: found __[us]{8,16,32,64} type without #include /kisskb/build/stable-3.2_x86-allmodconfig_x86_64-gcc4.9/usr/include/drm/radeon_drm.h:758: found __[us]{8,16,32,64} type without #include /kisskb/build/stable-3.2_x86-allmodconfig_x86_64-gcc4.9/usr/include/drm/via_drm.h:117: found __[us]{8,16,32,64} type without #include /kisskb/build/stable-3.2_x86-allmodconfig_x86_64-gcc4.9/usr/include/linux/soundcard.h:1054: userspace cannot reference function or variable defined in the kernel In file included from /kisskb/src/arch/x86/lib/inat.c:24, from /kisskb/src/arch/x86/tools/test_get_len.c:28: /kisskb/build/stable-3.2_x86-allmodconfig_x86_64-gcc4.9/arch/x86/lib/inat-tables.c:990:19: warning: duplicate 'const' declaration specifier [-Wduplicate-decl-specifier] 990 | const insn_attr_t const *inat_escape_tables[INAT_ESC_MAX + 1][INAT_LSTPFX_MAX + 1] = { | ^~~~~ /kisskb/build/stable-3.2_x86-allmodconfig_x86_64-gcc4.9/arch/x86/lib/inat-tables.c:1003:19: warning: duplicate 'const' declaration specifier [-Wduplicate-decl-specifier] 1003 | const insn_attr_t const *inat_group_tables[INAT_GRP_MAX + 1][INAT_LSTPFX_MAX + 1] = { | ^~~~~ /kisskb/build/stable-3.2_x86-allmodconfig_x86_64-gcc4.9/arch/x86/lib/inat-tables.c:1024:19: warning: duplicate 'const' declaration specifier [-Wduplicate-decl-specifier] 1024 | const insn_attr_t const *inat_avx_tables[X86_VEX_M_MAX + 1][INAT_LSTPFX_MAX + 1] = { | ^~~~~ Warning: arch/x86/tools/test_get_len found difference at :ffffffff8104fac4 Warning: ffffffff8104fb45: 66 0f 38 82 01 invpcid (%rcx),%rax Warning: objdump says 5 bytes, but insn_get_length() says 4 Warning: arch/x86/tools/test_get_len found difference at :ffffffff8104fac4 Warning: ffffffff8104fb5f: 66 0f 38 82 01 invpcid (%rcx),%rax Warning: objdump says 5 bytes, but insn_get_length() says 4 Warning: arch/x86/tools/test_get_len found difference at :ffffffff8104fc07 Warning: ffffffff8104fc54: 66 0f 38 82 01 invpcid (%rcx),%rax Warning: objdump says 5 bytes, but insn_get_length() says 4 WARNING: drivers/net/ethernet/broadcom/b44.o(.init.text+0x6b): Section mismatch in reference from the function init_module() to the function .exit.text:b44_pci_exit() The function __init init_module() references a function __exit b44_pci_exit(). This is often seen when error handling in the init function uses functionality in the exit path. The fix is often to remove the __exit annotation of b44_pci_exit() so it may be used outside an exit section. Warning: decoded and checked 1415411 instructions with 3 warnings Setup is 16304 bytes (padded to 16384 bytes). System is 5665 kB CRC 8488c28 Kernel: arch/x86/boot/bzImage is ready (#1) Completed OK # rm -rf /kisskb/build/stable-3.2_x86-allmodconfig_x86_64-gcc4.9 # Build took: 0:10:29.615807