# git rev-parse -q --verify b65f2f457c49b2cfd7967c34b7a0b04c25587f13^{commit} # git fetch -q -n -f git://fs.ozlabs.ibm.com/kernel/stable linux-3.14.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 b65f2f457c49b2cfd7967c34b7a0b04c25587f13^{commit} b65f2f457c49b2cfd7967c34b7a0b04c25587f13 # git checkout -q -f -B kisskb b65f2f457c49b2cfd7967c34b7a0b04c25587f13 # git clean -qxdf # < git log -1 # commit b65f2f457c49b2cfd7967c34b7a0b04c25587f13 # Author: Greg Kroah-Hartman # Date: Sun Sep 11 10:00:18 2016 +0200 # # Linux 3.14.79 # < /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 b65f2f457c49b2cfd7967c34b7a0b04c25587f13 # < make -s -j 32 ARCH=i386 O=/kisskb/build/stable-3.14_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()); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # 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 32 ARCH=i386 O=/kisskb/build/stable-3.14_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 32 ARCH=i386 O=/kisskb/build/stable-3.14_i386-allmodconfig_i386-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/i386-linux/bin/i386-linux- /kisskb/src/kernel/Makefile:146: *** 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:190: /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:188: /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:146: *** No X.509 certificates found *** /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') 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 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 /kisskb/src/mm/memory.c:74:2: warning: #warning Unfortunate NUMA and NUMA Balancing config, growing page-frame for last_cpupid. [-Wcpp] #warning Unfortunate NUMA and NUMA Balancing config, growing page-frame for last_cpupid. ^ /kisskb/src/mm/memory.c:74:2: warning: #warning Unfortunate NUMA and NUMA Balancing config, growing page-frame for last_cpupid. [-Wcpp] #warning Unfortunate NUMA and NUMA Balancing config, growing page-frame for last_cpupid. ^ Generating built-in policy for TOMOYO 2.5.x. /kisskb/src/arch/x86/kernel/head_32.S: Assembler messages: /kisskb/src/arch/x86/kernel/head_32.S:670: Warning: ignoring fill value in section `.bss..page_aligned' /kisskb/src/arch/x86/kernel/head_32.S:672: Warning: ignoring fill value in section `.bss..page_aligned' WARNING: arch/x86/kernel/built-in.o(.text.unlikely+0x1c7a): 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+0x1cf7): 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/net/core/sysctl_net_core.c:26:12: warning: 'one' defined but not used [-Wunused-variable] static int one = 1; ^ /kisskb/src/sound/soc/codecs/wm8993.c: In function 'wm8993_remove': /kisskb/src/sound/soc/codecs/wm8993.c:1562:22: warning: unused variable 'wm8993' [-Wunused-variable] struct wm8993_priv *wm8993 = snd_soc_codec_get_drvdata(codec); ^ 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:992:1: warning: the frame size of 1040 bytes is larger than 1024 bytes [-Wframe-larger-than=] } ^ /kisskb/src/drivers/md/bcache/bset.c: In function 'bch_dump_bset': /kisskb/src/drivers/md/bcache/bset.c:27:10: warning: format '%li' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] (uint64_t *) k - i->d, i->keys); ^ /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:1379: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/arch/x86/include/asm/mmzone_32.h:9, from /kisskb/src/arch/x86/include/asm/mmzone.h:2, from /kisskb/src/include/linux/mmzone.h:941, from /kisskb/src/include/linux/gfp.h:5, 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:55: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:44: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/arch/x86/include/asm/mmzone_32.h:9, from /kisskb/src/arch/x86/include/asm/mmzone.h:2, from /kisskb/src/include/linux/mmzone.h:941, from /kisskb/src/include/linux/gfp.h:5, 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:55: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:44: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/arch/x86/include/asm/mmzone_32.h:9, from /kisskb/src/arch/x86/include/asm/mmzone.h:2, from /kisskb/src/include/linux/mmzone.h:941, from /kisskb/src/include/linux/gfp.h:5, 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:55: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:44:20: note: in definition of macro 'build_mmio_read' static inline type name(const volatile void __iomem *addr) \ ^ /kisskb/src/drivers/platform/x86/hp-wmi.c:296:12: warning: 'hp_wmi_bios_2009_later' defined but not used [-Wunused-function] static int hp_wmi_bios_2009_later(void) ^ /kisskb/src/drivers/mtd/nand/sh_flctl.c: In function 'flctl_setup_dma': /kisskb/src/drivers/mtd/nand/sh_flctl.c:164:17: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] cfg.dst_addr = (dma_addr_t)FLDTFIFO(flctl); ^ /kisskb/src/drivers/mtd/nand/sh_flctl.c:181:17: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] cfg.src_addr = (dma_addr_t)FLDTFIFO(flctl); ^ In file included from /kisskb/src/include/linux/printk.h:244:0, from /kisskb/src/include/linux/kernel.h:13, from /kisskb/src/drivers/spi/spi-atmel.c:11: /kisskb/src/drivers/spi/spi-atmel.c: In function 'atmel_spi_transfer_one_message': /kisskb/src/include/linux/dynamic_debug.h:64:16: warning: format '%x' expects argument of type 'unsigned int', but argument 7 has type 'dma_addr_t' [-Wformat=] static struct _ddebug __aligned(8) \ ^ /kisskb/src/include/linux/dynamic_debug.h:84:2: note: in expansion of macro 'DEFINE_DYNAMIC_DEBUG_METADATA' DEFINE_DYNAMIC_DEBUG_METADATA(descriptor, fmt); \ ^ /kisskb/src/include/linux/device.h:1091:2: note: in expansion of macro 'dynamic_dev_dbg' dynamic_dev_dbg(dev, format, ##__VA_ARGS__); \ ^ /kisskb/src/drivers/spi/spi-atmel.c:1247:3: note: in expansion of macro 'dev_dbg' dev_dbg(&spi->dev, ^ /kisskb/src/include/linux/dynamic_debug.h:64:16: warning: format '%x' expects argument of type 'unsigned int', but argument 9 has type 'dma_addr_t' [-Wformat=] static struct _ddebug __aligned(8) \ ^ /kisskb/src/include/linux/dynamic_debug.h:84:2: note: in expansion of macro 'DEFINE_DYNAMIC_DEBUG_METADATA' DEFINE_DYNAMIC_DEBUG_METADATA(descriptor, fmt); \ ^ /kisskb/src/include/linux/device.h:1091:2: note: in expansion of macro 'dynamic_dev_dbg' dynamic_dev_dbg(dev, format, ##__VA_ARGS__); \ ^ /kisskb/src/drivers/spi/spi-atmel.c:1247:3: note: in expansion of macro 'dev_dbg' dev_dbg(&spi->dev, ^ /kisskb/src/net/netfilter/nfnetlink.c: In function 'nfnetlink_rcv': /kisskb/src/net/netfilter/nfnetlink.c:364:14: warning: unused variable 'net' [-Wunused-variable] struct net *net = sock_net(skb->sk); ^ /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/tty/serial/sh-sci.c: In function 'sci_remap_port': /kisskb/src/drivers/tty/serial/sh-sci.c:1994:19: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] port->membase = (void __iomem *)port->mapbase; ^ /kisskb/src/drivers/vme/bridges/vme_ca91cx42.c: In function 'ca91cx42_slave_get': /kisskb/src/drivers/vme/bridges/vme_ca91cx42.c:471:14: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] *pci_base = (dma_addr_t)vme_base + pci_offset; ^ /kisskb/src/drivers/vme/bridges/vme_tsi148.c: In function 'tsi148_slave_get': /kisskb/src/drivers/vme/bridges/vme_tsi148.c:744:14: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] *pci_base = (dma_addr_t)vme_base + pci_offset; ^ /kisskb/src/drivers/staging/dgap/dgap_driver.c: In function 'dgap_mbuf': /kisskb/src/drivers/staging/dgap/dgap_driver.c:961:1: warning: the frame size of 1028 bytes is larger than 1024 bytes [-Wframe-larger-than=] } ^ /kisskb/src/drivers/staging/dgap/dgap_fep5.c: In function 'dgap_usertoboard': /kisskb/src/drivers/staging/dgap/dgap_fep5.c:164:1: warning: the frame size of 1028 bytes is larger than 1024 bytes [-Wframe-larger-than=] } ^ /kisskb/src/drivers/staging/dgap/dgap_fep5.c: In function 'dgap_do_config_load': /kisskb/src/drivers/staging/dgap/dgap_fep5.c:103:1: warning: the frame size of 1040 bytes is larger than 1024 bytes [-Wframe-larger-than=] } ^ /kisskb/src/drivers/staging/dgap/dgap_tty.c: In function 'dgap_sniff_nowait_nolock': /kisskb/src/drivers/staging/dgap/dgap_tty.c:658: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/net/wan/farsync.c: In function 'do_bottom_half_tx': /kisskb/src/drivers/net/wan/farsync.c:1408:10: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] (char *) card-> ^ /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/usb/musb/ux500_dma.c: In function 'ux500_dma_channel_program': /kisskb/src/drivers/usb/musb/ux500_dma.c:211:51: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] if (!ux500_dma_is_compatible(channel, packet_sz, (void *)dma_addr, len)) ^ /kisskb/src/drivers/video/vt8623fb.c: In function 'vt8623_pci_probe': /kisskb/src/drivers/video/vt8623fb.c:734:23: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] par->state.vgabase = (void __iomem *) vga_res.start; ^ /kisskb/src/drivers/video/s3fb.c: In function 's3_pci_probe': /kisskb/src/drivers/video/s3fb.c:1185:23: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] par->state.vgabase = (void __iomem *) vga_res.start; ^ /kisskb/src/drivers/video/arkfb.c: In function 'ark_pci_probe': /kisskb/src/drivers/video/arkfb.c:1019:23: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] par->state.vgabase = (void __iomem *) vga_res.start; ^ /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/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/sm7xxfb/sm7xxfb.c:117:19: warning: 'sm7xx_vga_setup' defined but not used [-Wunused-function] static int __init sm7xx_vga_setup(char *options) ^ /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=] } ^ 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/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=] } ^ /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.14_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+0x8fd19): 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+0x1d93): 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 16556 bytes (padded to 16896 bytes). System is 9526 kB CRC 70580fc8 Kernel: arch/x86/boot/bzImage is ready (#1) 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 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.14_i386-allmodconfig_i386-gcc4.9 # Build took: 0:11:32.814159