# git rev-parse -q --verify bc15d4627aa8f562a1c5ec9d84076b8db25bab31^{commit} # git fetch -q -n -f git://fs.ozlabs.ibm.com/kernel/stable linux-3.17.y warning: The last gc run reported the following. Please correct the root cause and remove .git/gc.log. Automatic cleanup will not be performed until the file is removed. warning: There are too many unreachable loose objects; run 'git prune' to remove them. # git rev-parse -q --verify bc15d4627aa8f562a1c5ec9d84076b8db25bab31^{commit} bc15d4627aa8f562a1c5ec9d84076b8db25bab31 # 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/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 bc15d4627aa8f562a1c5ec9d84076b8db25bab31 # < make -s -j 48 ARCH=x86 O=/kisskb/build/stable-3.17_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: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; | ^~~~ # Added to kconfig CONFIG_BUILD_DOCSRC=n # Added to kconfig CONFIG_MODULE_SIG=n # Added to kconfig CONFIG_SAMPLES=n # < make -s -j 48 ARCH=x86 O=/kisskb/build/stable-3.17_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 # make -s -j 48 ARCH=x86 O=/kisskb/build/stable-3.17_x86-allmodconfig_x86_64-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/x86_64-linux/bin/x86_64-linux- olddefconfig # # configuration written to .config # # make -s -j 48 ARCH=x86 O=/kisskb/build/stable-3.17_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/kernel/Makefile:133: *** No X.509 certificates found *** In file included from /kisskb/src/arch/x86/tools/relocs_32.c:17: In function 'sort_relocs', inlined from 'emit_relocs' at /kisskb/src/arch/x86/tools/relocs.c:989:2, inlined from 'process_32' at /kisskb/src/arch/x86/tools/relocs.c:1081:2: /kisskb/src/arch/x86/tools/relocs.c:945:2: warning: argument 1 null where non-null expected [-Wnonnull] 945 | qsort(r->offset, r->count, sizeof(r->offset[0]), cmp_relocs); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/arch/x86/tools/relocs.h:6, from /kisskb/src/arch/x86/tools/relocs_32.c:1: /kisskb/src/arch/x86/tools/relocs.c: In function 'process_32': /usr/include/stdlib.h:827:13: note: in a call to function 'qsort' declared here 827 | extern void qsort (void *__base, size_t __nmemb, size_t __size, | ^~~~~ In file included from /kisskb/src/arch/x86/tools/relocs_64.c:17: In function 'sort_relocs', inlined from 'emit_relocs' at /kisskb/src/arch/x86/tools/relocs.c:987:2, inlined from 'process_64' at /kisskb/src/arch/x86/tools/relocs.c:1081:2: /kisskb/src/arch/x86/tools/relocs.c:945:2: warning: argument 1 null where non-null expected [-Wnonnull] 945 | qsort(r->offset, r->count, sizeof(r->offset[0]), cmp_relocs); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/arch/x86/tools/relocs.h:6, from /kisskb/src/arch/x86/tools/relocs_64.c:1: /kisskb/src/arch/x86/tools/relocs.c: In function 'process_64': /usr/include/stdlib.h:827:13: note: in a call to function 'qsort' declared here 827 | extern void qsort (void *__base, size_t __nmemb, size_t __size, | ^~~~~ 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/kernel/Makefile:133: *** No X.509 certificates found *** 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 Extracted 203 tokens Extracted 14 types Extracted 12 actions Pass 1 Pass 2 Extracted 16 tokens Extracted 1 types Extracted 1 actions Pass 1 Pass 2 Extracted 371 tokens Extracted 27 types Extracted 12 actions Pass 1 Pass 2 Generating built-in policy for TOMOYO 2.5.x. /kisskb/src/sound/soc/fsl/fsl_sai.c: In function 'fsl_sai_trigger': /kisskb/src/sound/soc/fsl/fsl_sai.c:337:7: warning: large integer implicitly truncated to unsigned type [-Woverflow] ~FSL_SAI_CR2_SYNC); ^ WARNING: arch/x86/kernel/built-in.o(.text.unlikely+0x140f): Section mismatch in reference from the function cpumask_empty.constprop.3() to the variable .init.data:nmi_ipi_mask The function cpumask_empty.constprop.3() references the variable __initdata nmi_ipi_mask. This is often because cpumask_empty.constprop.3 lacks a __initdata annotation or the annotation of nmi_ipi_mask is wrong. WARNING: arch/x86/built-in.o(.text.unlikely+0x1735): Section mismatch in reference from the function cpumask_empty.constprop.3() to the variable .init.data:nmi_ipi_mask The function cpumask_empty.constprop.3() references the variable __initdata nmi_ipi_mask. This is often because cpumask_empty.constprop.3 lacks a __initdata annotation or the annotation of nmi_ipi_mask is wrong. 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:893: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:953: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/net/ethernet/amd/nmclan_cs.c: In function 'nmclan_config': /kisskb/src/drivers/net/ethernet/amd/nmclan_cs.c:624:3: warning: 'pcmcia_request_exclusive_irq' is deprecated (declared at /kisskb/src/include/pcmcia/ds.h:213) [-Wdeprecated-declarations] ret = pcmcia_request_exclusive_irq(link, mace_interrupt); ^ /kisskb/src/drivers/staging/bcm/CmHost.c: In function 'StoreCmControlResponseMessage': /kisskb/src/drivers/staging/bcm/CmHost.c:1503:3: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] (struct bcm_connect_mgr_params *) ntohl( ^ /kisskb/src/drivers/staging/bcm/CmHost.c:1546:3: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] (struct bcm_connect_mgr_params *) ntohl( ^ /kisskb/src/drivers/staging/bcm/CmHost.c:1564:3: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] (struct bcm_connect_mgr_params *) ntohl( ^ /kisskb/src/drivers/net/ethernet/intel/i40e/i40e_debugfs.c: In function 'i40e_dbg_dump_desc': /kisskb/src/drivers/net/ethernet/intel/i40e/i40e_debugfs.c:855:1: warning: the frame size of 8192 bytes is larger than 2048 bytes [-Wframe-larger-than=] } ^ /kisskb/src/drivers/staging/unisys/virthba/virthba.c: In function 'virthba_probe': /kisskb/src/drivers/staging/unisys/virthba/virthba.c:520:2: warning: format '%u' expects argument of type 'unsigned int', but argument 4 has type 'u64' [-Wformat=] LOGINF("scsihost->max_channel=%u, max_id=%u, max_lun=%u, cmd_per_lun=%u, max_sectors=%hu, sg_tablesize=%hu\n", ^ /kisskb/src/drivers/staging/unisys/virthba/virthba.c: In function 'forward_taskmgmt_command': /kisskb/src/drivers/staging/unisys/virthba/virthba.c:749:2: warning: format '%d' expects argument of type 'int', but argument 5 has type 'u64' [-Wformat=] LOGINF("TaskMgmt:%d %d:%d:%d\n", tasktype, ^ /kisskb/src/drivers/staging/unisys/virthba/virthba.c: In function 'do_scsi_linuxstat': /kisskb/src/drivers/staging/unisys/virthba/virthba.c:1142:4: warning: format '%d' expects argument of type 'int', but argument 7 has type 'u64' [-Wformat=] LOGERR("SCSICMD ****FAILED scsicmd:0x%p op:0x%x <%d:%d:%d:%d> 0x%x-0x%x-0x%x-0x%x-0x%x.\n", ^ /kisskb/src/drivers/staging/unisys/virthba/virthba.c:1151:5: warning: format '%d' expects argument of type 'int', but argument 5 has type 'u64' [-Wformat=] LOGERR("Throtling SCSICMD errors disk <%d:%d:%d:%d>\n", ^ /kisskb/src/drivers/scsi/advansys.c:71:2: warning: #warning this driver is still not properly converted to the DMA API [-Wcpp] #warning this driver is still not properly converted to the DMA API ^ /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(); } | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./usr/include/linux/kexec.h:61: userspace cannot reference function or variable defined in the kernel WARNING: vmlinux.o(.text.unlikely+0x17fc): Section mismatch in reference from the function cpumask_empty.constprop.3() to the variable .init.data:nmi_ipi_mask The function cpumask_empty.constprop.3() references the variable __initdata nmi_ipi_mask. This is often because cpumask_empty.constprop.3 lacks a __initdata annotation or the annotation of nmi_ipi_mask is wrong. Setup is 16988 bytes (padded to 17408 bytes). System is 8037 kB CRC 3e553b3 Kernel: arch/x86/boot/bzImage is ready (#1) Completed OK # rm -rf /kisskb/build/stable-3.17_x86-allmodconfig_x86_64-gcc4.9 # Build took: 0:10:32.575802