# git rev-parse -q --verify f35b5e46feabab668a44df5b33f3558629f94dfc^{commit} # git fetch -q -n -f git://fs.ozlabs.ibm.com/kernel/stable linux-3.15.y # git rev-parse -q --verify f35b5e46feabab668a44df5b33f3558629f94dfc^{commit} f35b5e46feabab668a44df5b33f3558629f94dfc # git checkout -q -f -B kisskb f35b5e46feabab668a44df5b33f3558629f94dfc # git clean -qxdf # < git log -1 # commit f35b5e46feabab668a44df5b33f3558629f94dfc # Author: Greg Kroah-Hartman # Date: Thu Aug 14 09:52:00 2014 +0800 # # Linux 3.15.10 # < /opt/cross/kisskb/korg/gcc-4.9.4-nolibc/i386-linux/bin/i386-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-4.9.4-nolibc/i386-linux/bin/i386-linux-ld --version # < git log --format=%s --max-count=1 f35b5e46feabab668a44df5b33f3558629f94dfc # < make -s -j 24 ARCH=i386 O=/kisskb/build/stable-3.15_i386-allmodconfig_i386-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/i386-linux/bin/i386-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; | ^~~~ warning: (GENERIC_CPUFREQ_CPU0 && ARM_BIG_LITTLE_CPUFREQ && ARM_EXYNOS5440_CPUFREQ) selects PM_OPP which has unmet direct dependencies (ARCH_HAS_OPP) # Added to kconfig CONFIG_BUILD_DOCSRC=n # Added to kconfig CONFIG_MODULE_SIG=n # Added to kconfig CONFIG_SAMPLES=n # yes \n | make -s -j 24 ARCH=i386 O=/kisskb/build/stable-3.15_i386-allmodconfig_i386-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/i386-linux/bin/i386-linux- oldconfig yes: standard output: Broken pipe # make -s -j 24 ARCH=i386 O=/kisskb/build/stable-3.15_i386-allmodconfig_i386-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/i386-linux/bin/i386-linux- warning: (GENERIC_CPUFREQ_CPU0 && ARM_BIG_LITTLE_CPUFREQ && ARM_EXYNOS5440_CPUFREQ) selects PM_OPP which has unmet direct dependencies (ARCH_HAS_OPP) warning: (GENERIC_CPUFREQ_CPU0 && ARM_BIG_LITTLE_CPUFREQ && ARM_EXYNOS5440_CPUFREQ) selects PM_OPP which has unmet direct dependencies (ARCH_HAS_OPP) /kisskb/src/kernel/Makefile:149: *** No X.509 certificates found *** 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/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/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:149: *** 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 200 tokens Extracted 14 types Extracted 11 actions Pass 1 Pass 2 Extracted 16 tokens Extracted 1 types Extracted 1 actions Pass 1 Pass 2 Generating built-in policy for TOMOYO 2.5.x. /kisskb/src/arch/x86/pci/sta2x11-fixup.c:186:2: warning: initialization from incompatible pointer type .free = swiotlb_free_coherent, ^ /kisskb/src/arch/x86/pci/sta2x11-fixup.c:186:2: warning: (near initialization for 'sta2x11_dma_ops.free') /kisskb/src/arch/x86/kernel/head_32.S: Assembler messages: /kisskb/src/arch/x86/kernel/head_32.S:662: Warning: ignoring fill value in section `.bss..page_aligned' /kisskb/src/arch/x86/kernel/head_32.S:667: Warning: ignoring fill value in section `.bss..page_aligned' /kisskb/src/arch/x86/kernel/head_32.S:669: Warning: ignoring fill value in section `.bss..page_aligned' WARNING: arch/x86/kernel/built-in.o(.text.unlikely+0x19ff): 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+0x1a7c): 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. /kisskb/src/drivers/gpio/gpio-sch311x.c: In function 'sch311x_gpio_probe': /kisskb/src/drivers/gpio/gpio-sch311x.c:286:3: warning: ignoring return value of 'gpiochip_remove', declared with attribute warn_unused_result [-Wunused-result] gpiochip_remove(&priv->blocks[i].chip); ^ /kisskb/src/drivers/gpu/drm/i915/i915_cmd_parser.c: In function 'i915_parse_cmds': /kisskb/src/drivers/gpu/drm/i915/i915_cmd_parser.c:405:4: warning: format '%td' expects argument of type 'ptrdiff_t', but argument 5 has type 'long unsigned int' [-Wformat=] DRM_DEBUG_DRIVER("CMD: Command length exceeds batch length: 0x%08X length=%d batchlen=%td\n", ^ /kisskb/src/drivers/input/misc/max8997_haptic.c: In function 'max8997_haptic_enable': /kisskb/src/drivers/input/misc/max8997_haptic.c:185:3: warning: ignoring return value of 'regulator_enable', declared with attribute warn_unused_result [-Wunused-result] regulator_enable(chip->regulator); ^ /kisskb/src/drivers/gpu/drm/nouveau/core/subdev/fb/ramnve0.c: In function 'nve0_ram_ctor': /kisskb/src/drivers/gpu/drm/nouveau/core/subdev/fb/ramnve0.c:1380:1: warning: the frame size of 1508 bytes is larger than 1024 bytes [-Wframe-larger-than=] } ^ /kisskb/src/drivers/isdn/icn/icn.c: In function 'icn_sendbuf': /kisskb/src/drivers/isdn/icn/icn.c:721:2: warning: #warning TODO test headroom or use skb->nb to flag ACK [-Wcpp] #warning TODO test headroom or use skb->nb to flag ACK ^ /kisskb/src/drivers/isdn/sc/init.c: In function 'identify_board': /kisskb/src/drivers/isdn/sc/init.c:487:14: warning: passing argument 1 of 'readl' makes pointer from integer without a cast sig = readl(rambase + SIG_OFFSET); ^ In file included from /kisskb/src/arch/x86/include/asm/realmode.h:5:0, from /kisskb/src/arch/x86/include/asm/acpi.h:33, from /kisskb/src/arch/x86/include/asm/fixmap.h:19, from /kisskb/src/arch/x86/include/asm/apic.h:12, from /kisskb/src/arch/x86/include/asm/smp.h:12, from /kisskb/src/include/linux/smp.h:61, from /kisskb/src/include/linux/topology.h:33, from /kisskb/src/include/linux/gfp.h:8, from /kisskb/src/include/linux/kmod.h:22, from /kisskb/src/include/linux/module.h:13, from /kisskb/src/drivers/isdn/sc/init.c:7: /kisskb/src/arch/x86/include/asm/io.h:56:17: note: expected 'const volatile void *' but argument is of type 'long unsigned int' build_mmio_read(readl, "l", unsigned int, "=r", :"memory") ^ /kisskb/src/arch/x86/include/asm/io.h:45:20: note: in definition of macro 'build_mmio_read' static inline type name(const volatile void __iomem *addr) \ ^ /kisskb/src/drivers/isdn/sc/init.c:497:14: warning: passing argument 1 of 'readl' makes pointer from integer without a cast sig = readl(rambase + SIG_OFFSET); ^ In file included from /kisskb/src/arch/x86/include/asm/realmode.h:5:0, from /kisskb/src/arch/x86/include/asm/acpi.h:33, from /kisskb/src/arch/x86/include/asm/fixmap.h:19, from /kisskb/src/arch/x86/include/asm/apic.h:12, from /kisskb/src/arch/x86/include/asm/smp.h:12, from /kisskb/src/include/linux/smp.h:61, from /kisskb/src/include/linux/topology.h:33, from /kisskb/src/include/linux/gfp.h:8, from /kisskb/src/include/linux/kmod.h:22, from /kisskb/src/include/linux/module.h:13, from /kisskb/src/drivers/isdn/sc/init.c:7: /kisskb/src/arch/x86/include/asm/io.h:56:17: note: expected 'const volatile void *' but argument is of type 'long unsigned int' build_mmio_read(readl, "l", unsigned int, "=r", :"memory") ^ /kisskb/src/arch/x86/include/asm/io.h:45:20: note: in definition of macro 'build_mmio_read' static inline type name(const volatile void __iomem *addr) \ ^ /kisskb/src/drivers/isdn/sc/init.c:507:14: warning: passing argument 1 of 'readl' makes pointer from integer without a cast sig = readl(rambase + SIG_OFFSET); ^ In file included from /kisskb/src/arch/x86/include/asm/realmode.h:5:0, from /kisskb/src/arch/x86/include/asm/acpi.h:33, from /kisskb/src/arch/x86/include/asm/fixmap.h:19, from /kisskb/src/arch/x86/include/asm/apic.h:12, from /kisskb/src/arch/x86/include/asm/smp.h:12, from /kisskb/src/include/linux/smp.h:61, from /kisskb/src/include/linux/topology.h:33, from /kisskb/src/include/linux/gfp.h:8, from /kisskb/src/include/linux/kmod.h:22, from /kisskb/src/include/linux/module.h:13, from /kisskb/src/drivers/isdn/sc/init.c:7: /kisskb/src/arch/x86/include/asm/io.h:56:17: note: expected 'const volatile void *' but argument is of type 'long unsigned int' build_mmio_read(readl, "l", unsigned int, "=r", :"memory") ^ /kisskb/src/arch/x86/include/asm/io.h:45:20: note: in definition of macro 'build_mmio_read' static inline type name(const volatile void __iomem *addr) \ ^ /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/net/rds/iw_rdma.c: In function 'rds_iw_update_cm_id': /kisskb/src/net/rds/iw_rdma.c:200:1: warning: the frame size of 1028 bytes is larger than 1024 bytes [-Wframe-larger-than=] } ^ /kisskb/src/net/sunrpc/xprtrdma/verbs.c: In function 'rpcrdma_register_default_external': /kisskb/src/net/sunrpc/xprtrdma/verbs.c:1774:1: warning: the frame size of 1044 bytes is larger than 1024 bytes [-Wframe-larger-than=] } ^ /kisskb/src/drivers/net/ethernet/mellanox/mlx5/core/debugfs.c: In function 'qp_read_field': /kisskb/src/drivers/net/ethernet/mellanox/mlx5/core/debugfs.c:303:11: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] param = (u64)mlx5_qp_state_str(be32_to_cpu(ctx->flags) >> 28); ^ /kisskb/src/drivers/net/ethernet/mellanox/mlx5/core/debugfs.c:307:11: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] param = (u64)mlx5_qp_type_str((be32_to_cpu(ctx->flags) >> 16) & 0xff); ^ /kisskb/src/drivers/net/ethernet/mellanox/mlx5/core/debugfs.c: In function 'dbg_read': /kisskb/src/drivers/net/ethernet/mellanox/mlx5/core/debugfs.c:467:46: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] ret = snprintf(tbuf, sizeof(tbuf), "%s\n", (const char *)field); ^ /kisskb/src/drivers/staging/dgap/dgap.c: In function 'dgap_sniff_nowait_nolock': /kisskb/src/drivers/staging/dgap/dgap.c:1653:1: warning: the frame size of 1052 bytes is larger than 1024 bytes [-Wframe-larger-than=] } ^ /kisskb/src/drivers/staging/dgnc/dgnc_tty.c: In function 'dgnc_sniff_nowait_nolock': /kisskb/src/drivers/staging/dgnc/dgnc_tty.c:583:1: warning: the frame size of 1052 bytes is larger than 1024 bytes [-Wframe-larger-than=] } ^ /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/drivers/staging/silicom/bpctl_mod.c:6786:12: warning: 'bp_proc_create' defined but not used [-Wunused-function] static int bp_proc_create(void) ^ /kisskb/src/drivers/staging/vt6655/device_main.c: In function 'device_ioctl': /kisskb/src/drivers/staging/vt6655/device_main.c:3253:1: warning: the frame size of 1300 bytes is larger than 1024 bytes [-Wframe-larger-than=] } ^ /kisskb/src/drivers/staging/vt6655/iwctl.c: In function 'iwctl_giwaplist': /kisskb/src/drivers/staging/vt6655/iwctl.c:759:1: warning: the frame size of 1284 bytes is larger than 1024 bytes [-Wframe-larger-than=] } ^ In file included from /kisskb/src/drivers/staging/wlan-ng/prism2usb.c:5:0: /kisskb/src/drivers/staging/wlan-ng/prism2fw.c: In function 'read_cardpda.constprop': /kisskb/src/drivers/staging/wlan-ng/prism2fw.c:795:1: warning: the frame size of 1072 bytes is larger than 1024 bytes [-Wframe-larger-than=] } ^ /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.15_i386-allmodconfig_i386-gcc4.9/usr/include/linux/kexec.h:50: userspace cannot reference function or variable defined in the kernel WARNING: vmlinux.o(.text+0x893e3): Section mismatch in reference from the function intel_scu_devices_create() to the function .init.text:i2c_register_board_info() The function intel_scu_devices_create() references the function __init i2c_register_board_info(). This is often because intel_scu_devices_create lacks a __init annotation or the annotation of i2c_register_board_info is wrong. WARNING: vmlinux.o(.text.unlikely+0x1b18): 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: drivers/net/ethernet/3com/3c509.o(.data+0x660): Section mismatch in reference from the variable el3_eisa_driver to the function .init.text:el3_eisa_probe() The variable el3_eisa_driver references the function __init el3_eisa_probe() If the reference is valid then annotate the variable with __init* or __refdata (see linux/init.h) or name the variable: *_template, *_timer, *_sht, *_ops, *_probe, *_probe_one, *_console WARNING: drivers/net/ethernet/3com/3c59x.o(.data+0xc60): Section mismatch in reference from the variable vortex_eisa_driver to the function .init.text:vortex_eisa_probe() The variable vortex_eisa_driver references the function __init vortex_eisa_probe() If the reference is valid then annotate the variable with __init* or __refdata (see linux/init.h) or name the variable: *_template, *_timer, *_sht, *_ops, *_probe, *_probe_one, *_console Setup is 16860 bytes (padded to 16896 bytes). System is 9534 kB CRC 76256eec Kernel: arch/x86/boot/bzImage is ready (#1) WARNING: drivers/net/ethernet/dec/tulip/de4x5.o(.data+0x1160): Section mismatch in reference from the variable de4x5_eisa_driver to the function .init.text:de4x5_eisa_probe() The variable de4x5_eisa_driver references the function __init de4x5_eisa_probe() If the reference is valid then annotate the variable with __init* or __refdata (see linux/init.h) or name the variable: *_template, *_timer, *_sht, *_ops, *_probe, *_probe_one, *_console WARNING: drivers/net/ethernet/hp/hp100.o(.data+0x8e0): Section mismatch in reference from the variable hp100_eisa_driver to the function .init.text:hp100_eisa_probe() The variable hp100_eisa_driver references the function __init hp100_eisa_probe() If the reference is valid then annotate the variable with __init* or __refdata (see linux/init.h) or name the variable: *_template, *_timer, *_sht, *_ops, *_probe, *_probe_one, *_console WARNING: drivers/scsi/sim710.o(.data+0x1a0): Section mismatch in reference from the variable sim710_eisa_driver to the function .init.text:sim710_eisa_probe() The variable sim710_eisa_driver references the function __init sim710_eisa_probe() If the reference is valid then annotate the variable with __init* or __refdata (see linux/init.h) or name the variable: *_template, *_timer, *_sht, *_ops, *_probe, *_probe_one, *_console Completed OK # rm -rf /kisskb/build/stable-3.15_i386-allmodconfig_i386-gcc4.9 # Build took: 0:12:06.101454