# git rev-parse -q --verify bc15d4627aa8f562a1c5ec9d84076b8db25bab31^{commit} # git fetch -q -n -f git://fs.ozlabs.ibm.com/kernel/stable linux-3.17.y # 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/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 bc15d4627aa8f562a1c5ec9d84076b8db25bab31 # < make -s -j 80 ARCH=i386 O=/kisskb/build/stable-3.17_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; | ^~~~ # 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 80 ARCH=i386 O=/kisskb/build/stable-3.17_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 80 ARCH=i386 O=/kisskb/build/stable-3.17_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:133: *** No X.509 certificates found *** 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; | ^~~~~~~~~~~ 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, | ^~~~~ /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 Generating built-in policy for TOMOYO 2.5.x. 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 /kisskb/src/sound/soc/intel/sst-mfld-platform-pcm.c:439:31: warning: 'sst_media_dai_ops' defined but not used [-Wunused-variable] static struct snd_soc_dai_ops sst_media_dai_ops = { ^ /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+0x1b84): 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+0x1c01): 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/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 1048 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:59, 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:59, 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:59, 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/drivers/staging/dgnc/dgnc_tty.c: In function 'dgnc_sniff_nowait_nolock': /kisskb/src/drivers/staging/dgnc/dgnc_tty.c:572:1: warning: the frame size of 1052 bytes is larger than 1024 bytes [-Wframe-larger-than=] } ^ /kisskb/src/drivers/staging/goldfish/goldfish_nand.c: In function 'goldfish_nand_cmd': /kisskb/src/drivers/staging/goldfish/goldfish_nand.c:89:14: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] gf_write64((u64)ptr, base + NAND_DATA, base + NAND_DATA_HIGH); ^ /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/tty/goldfish.c: In function 'goldfish_tty_do_write': /kisskb/src/drivers/tty/goldfish.c:62:13: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] gf_write64((u64)buf, base + GOLDFISH_TTY_DATA_PTR, ^ /kisskb/src/drivers/tty/goldfish.c: In function 'goldfish_tty_interrupt': /kisskb/src/drivers/tty/goldfish.c:84:13: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] gf_write64((u64)buf, base + GOLDFISH_TTY_DATA_PTR, ^ /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/rtl8192ee/pci.c: In function '_rtl_pci_rx_interrupt': /kisskb/src/drivers/staging/rtl8192ee/pci.c:885:5: warning: format '%d' expects argument of type 'int', but argument 2 has type 'sk_buff_data_t' [-Wformat=] pr_info("skb->end (%d) - skb->tail (%d) > len (%d)\n", ^ /kisskb/src/drivers/staging/rtl8192ee/pci.c:885:5: warning: format '%d' expects argument of type 'int', but argument 3 has type 'sk_buff_data_t' [-Wformat=] /kisskb/src/drivers/staging/vt6655/device_main.c: In function 'device_ioctl': /kisskb/src/drivers/staging/vt6655/device_main.c:3091: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:792: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(); } | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./usr/include/linux/kexec.h:61: userspace cannot reference function or variable defined in the kernel WARNING: vmlinux.o(.text+0x937a4): 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+0x1c9d): 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/arch/x86/boot/compressed/aslr.c: In function 'mem_avoid_overlap': /kisskb/src/arch/x86/boot/compressed/aslr.c:198:17: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] avoid.start = (u64)ptr; ^ 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+0xca0): 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 Setup is 16860 bytes (padded to 16896 bytes). System is 9793 kB CRC cad7721b Kernel: arch/x86/boot/bzImage is ready (#1) 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.17_i386-allmodconfig_i386-gcc4.9 # Build took: 0:10:02.139018