lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:	Mon,  4 Jan 2016 16:01:44 +0100
From:	Geert Uytterhoeven <geert@...ux-m68k.org>
To:	linux-kernel@...r.kernel.org
Subject: Build regressions/improvements in v4.4-rc8

Below is the list of build error/warning regressions/improvements in
v4.4-rc8[1] compared to v4.3[2].

Summarized:
  - build errors: +24/-11
  - build warnings: +153/-107

JFYI, when comparing v4.4-rc8[1] to v4.4-rc7[3], the summaries are:
  - build errors: +19/-18
  - build warnings: +30/-173

Note that there may be false regressions, as some logs are incomplete.
Still, they're build errors/warnings.

As I haven't mastered kup yet, there's no verbose summary at
http://www.kernel.org/pub/linux/kernel/people/geert/linux-log/v4.4-rc8.summary.gz

Happy fixing! ;-)

Thanks to the linux-next team for providing the build service.

[1] http://kisskb.ellerman.id.au/kisskb/head/9755/ (all 259 configs)
[2] http://kisskb.ellerman.id.au/kisskb/head/9535/ (256 out of 259 configs)
[3] http://kisskb.ellerman.id.au/kisskb/head/9745/ (258 out of 259 configs)


*** ERRORS ***

24 error regressions:
  + /home/kisskb/slave/src/arch/arm/kernel/ftrace.c: error: implicit declaration of function 'flush_tlb_all' [-Werror=implicit-function-declaration]:  => 93:2
  + /home/kisskb/slave/src/arch/arm/kernel/patch.c: error: 'L_PTE_DIRTY' undeclared (first use in this function):  => 39:2
  + /home/kisskb/slave/src/arch/arm/kernel/patch.c: error: 'L_PTE_MT_WRITEBACK' undeclared (first use in this function):  => 39:2
  + /home/kisskb/slave/src/arch/arm/kernel/patch.c: error: 'L_PTE_PRESENT' undeclared (first use in this function):  => 39:2
  + /home/kisskb/slave/src/arch/arm/kernel/patch.c: error: 'L_PTE_XN' undeclared (first use in this function):  => 39:2
  + /home/kisskb/slave/src/arch/arm/kernel/patch.c: error: 'L_PTE_YOUNG' undeclared (first use in this function):  => 39:2
  + /home/kisskb/slave/src/net/sched/sch_dsmark.c: error: unrecognizable insn::  => 316:1
  + /tmp/cc5DX198.s: Error: can't resolve `_start' {*UND* section} - `L0.' {.text section}:  => 43
  + /tmp/ccHnSrdb.s: Error: can't resolve `_start' {*UND* section} - `L0.' {.text section}:  => 49, 366
  + /tmp/ccSLqWGf.s: Error: can't resolve `_start' {*UND* section} - `L0.' {.text section}:  => 43
  + /tmp/cch44bTJ.s: Error: can't resolve `_start' {*UND* section} - `L0.' {.text section}:  => 49, 378
  + /tmp/ccjj7cLa.s: Error: can't resolve `_start' {*UND* section} - `L0.' {.text section}:  => 43
  + /tmp/ccsgtMo8.s: Error: can't resolve `_start' {*UND* section} - `L0.' {.text section}:  => 41, 403
  + /tmp/ccxItlIa.s: Error: can't resolve `_start' {*UND* section} - `L0.' {.text section}:  => 43
  + error: e1000_main.c: relocation truncated to fit: R_PPC64_REL24 against symbol `_restgpr0_24' defined in .text.save.restore section in arch/powerpc/lib/built-in.o:  => (.text+0x1ff8a4c)
  + error: e1000_main.c: relocation truncated to fit: R_PPC64_REL24 against symbol `_restgpr0_29' defined in .text.save.restore section in arch/powerpc/lib/built-in.o:  => (.text+0x1ff8bc0)
  + error: e1000_main.c: relocation truncated to fit: R_PPC64_REL24 against symbol `_restgpr0_30' defined in .text.save.restore section in arch/powerpc/lib/built-in.o:  => (.text+0x1ff8af0)
  + error: e1000_main.c: relocation truncated to fit: R_PPC64_REL24 against symbol `_savegpr0_22' defined in .text.save.restore section in arch/powerpc/lib/built-in.o:  => (.text+0x1ff76bc)
  + error: e1000_main.c: relocation truncated to fit: R_PPC64_REL24 against symbol `_savegpr0_27' defined in .text.save.restore section in arch/powerpc/lib/built-in.o:  => (.text+0x1ff8dc4)
  + error: e1000_main.c: relocation truncated to fit: R_PPC64_REL24 against symbol `_savegpr0_29' defined in .text.save.restore section in arch/powerpc/lib/built-in.o:  => (.text+0x1ff8af8)
  + error: relocation truncated to fit: R_PPC64_REL24 against symbol `.netif_tx_wake_queue' defined in .text section in net/built-in.o:  => (.text+0x1ff91c8)
  + error: relocation truncated to fit: R_PPC64_REL24 against symbol `_restgpr0_29' defined in .text.save.restore section in arch/powerpc/lib/built-in.o:  => (.text+0x1ff9260)
  + error: relocation truncated to fit: R_PPC64_REL24 against symbol `_restgpr0_30' defined in .text.save.restore section in arch/powerpc/lib/built-in.o:  => (.text+0x1ff73c4)
  + error: relocation truncated to fit: R_PPC64_REL24 against symbol `_savegpr0_29' defined in .text.save.restore section in arch/powerpc/lib/built-in.o:  => (.text+0x1ff90d0)

11 error improvements:
  - /home/kisskb/slave/src/arch/arm/kernel/devtree.c: error: implicit declaration of function 'early_init_dt_scan_nodes' [-Werror=implicit-function-declaration]: 244:2 => 
  - /home/kisskb/slave/src/arch/arm/kernel/devtree.c: error: implicit declaration of function 'early_init_dt_verify' [-Werror=implicit-function-declaration]: 215:2 => 
  - /home/kisskb/slave/src/arch/arm/kernel/devtree.c: error: implicit declaration of function 'of_flat_dt_match_machine' [-Werror=implicit-function-declaration]: 218:2 => 
  - /home/kisskb/slave/src/arch/arm/kernel/devtree.c: error: implicit declaration of function 'of_get_flat_dt_prop' [-Werror=implicit-function-declaration]: 229:3 => 
  - /home/kisskb/slave/src/arch/arm/kernel/devtree.c: error: implicit declaration of function 'of_get_flat_dt_root' [-Werror=implicit-function-declaration]: 228:3 => 
  - /home/kisskb/slave/src/drivers/scsi/advansys.c: error: implicit declaration of function 'free_dma' [-Werror=implicit-function-declaration]: 11384:3 => 
  - /home/kisskb/slave/src/drivers/scsi/advansys.c: error: implicit declaration of function 'request_dma' [-Werror=implicit-function-declaration]: 11300:4 => 
  - error: relocation truncated to fit: R_PPC64_REL24 against symbol `._mcount' defined in .text section in arch/powerpc/kernel/entry_64.o: (.text+0x1ff8a78), (.text+0x1ff8c08), (.text+0x1ff8ac0), (.text+0x1ff8804), (.text+0x1ff8684), (.text+0x1ff90c8) => 
  - error: relocation truncated to fit: R_PPC64_REL24 against symbol `.eeh_check_failure' defined in .text section in arch/powerpc/kernel/built-in.o: (.text+0x1ff8ec4), (.text+0x1ff8fc0) => 
  - error: relocation truncated to fit: R_PPC64_REL24 against symbol `_restgpr0_22' defined in .text.save.restore section in arch/powerpc/lib/built-in.o: (.text+0x1ff90b0) => 
  - error: relocation truncated to fit: R_PPC64_REL24 against symbol `_savegpr0_30' defined in .text.save.restore section in arch/powerpc/lib/built-in.o: (.text+0x1ff8a68) => 


*** WARNINGS ***

153 warning regressions:
  + /home/kisskb/slave/src/arch/arc/include/asm/elf.h: warning: integer overflow in expression [-Woverflow]:  => 58:29
  + /home/kisskb/slave/src/arch/powerpc/include/asm/io-defs.h: warning: 'px_cmd' may be used uninitialized in this function [-Wuninitialized]:  => 11:1
  + /home/kisskb/slave/src/arch/powerpc/include/asm/io-defs.h: warning: 'px_is' may be used uninitialized in this function [-Wuninitialized]:  => 11:1
  + /home/kisskb/slave/src/arch/powerpc/net/bpf_jit_comp.c: warning: the frame size of 4416 bytes is larger than 2048 bytes [-Wframe-larger-than=]:  => 561:1
  + /home/kisskb/slave/src/arch/sh/kernel/cpu/sh4a/setup-sh7786.c: warning: 'tmu3_device' defined but not used [-Wunused-variable]:  => 251:31
  + /home/kisskb/slave/src/crypto/keywrap.c: warning: 'crypto_kw_decrypt' uses dynamic stack allocation [enabled by default]:  => 218:1
  + /home/kisskb/slave/src/crypto/keywrap.c: warning: 'crypto_kw_encrypt' uses dynamic stack allocation [enabled by default]:  => 303:1
  + /home/kisskb/slave/src/drivers/gpio/gpio-intel-mid.c: warning: 'intel_gpio_runtime_idle' defined but not used [-Wunused-function]:  => 348:12
  + /home/kisskb/slave/src/drivers/gpu/drm/i915/intel_display.c: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]:  => 2969:11
  + /home/kisskb/slave/src/drivers/gpu/drm/msm/mdp/mdp5/mdp5.xml.h: warning: 'uv_filter' may be used uninitialized in this function [-Wuninitialized]:  => 1038:16
  + /home/kisskb/slave/src/drivers/mfd/tc3589x.c: warning: 'version' may be used uninitialized in this function [-Wuninitialized]:  => 390:2
  + /home/kisskb/slave/src/drivers/mmc/core/pwrseq_simple.c: warning: 'mmc_pwrseq_simple_set_gpios_value.isra.10' uses dynamic stack allocation [enabled by default]:  => 41:1
  + /home/kisskb/slave/src/drivers/mmc/host/dw_mmc.c: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]:  => 702:17
  + /home/kisskb/slave/src/drivers/net/ethernet/aurora/nb8800.c: warning: 'next' may be used uninitialized in this function [-Wuninitialized]:  => 350:21
  + /home/kisskb/slave/src/drivers/net/ethernet/hisilicon/hns/hns_dsaf_xgmac.c: warning: the frame size of 1056 bytes is larger than 1024 bytes [-Wframe-larger-than=]:  => 414:1
  + /home/kisskb/slave/src/drivers/net/ethernet/hisilicon/hns/hns_dsaf_xgmac.c: warning: the frame size of 1060 bytes is larger than 1024 bytes [-Wframe-larger-than=]:  => 731:1
  + /home/kisskb/slave/src/drivers/net/ethernet/intel/i40e/i40e_txrx.c: warning: 'oiph' may be used uninitialized in this function [-Wuninitialized]:  => 2357:37
  + /home/kisskb/slave/src/drivers/net/ethernet/intel/i40e/i40e_txrx.c: warning: 'oudph' may be used uninitialized in this function [-Wuninitialized]:  => 2357:17
  + /home/kisskb/slave/src/drivers/net/ethernet/mellanox/mlxsw/reg.h: warning: 'rdq' may be used uninitialized in this function [-Wuninitialized]:  => 1985:35
  + /home/kisskb/slave/src/drivers/net/ethernet/mellanox/mlxsw/reg.h: warning: 'swid' may be used uninitialized in this function [-Wuninitialized]:  => 1976:25
  + /home/kisskb/slave/src/drivers/net/ethernet/qlogic/qed/qed_dev.c: warning: the frame size of 1096 bytes is larger than 1024 bytes [-Wframe-larger-than=]:  => 1687:1
  + /home/kisskb/slave/src/drivers/net/wireless/realtek/rtl8xxxu/rtl8xxxu.c: warning: 'rf_amode' may be used uninitialized in this function [-Wuninitialized]:  => 3469:23
  + /home/kisskb/slave/src/drivers/net/wireless/wl3501_cs.c: warning: 'restricted' may be used uninitialized in this function [-Wuninitialized]  CC [M]  drivers/net/wireless/mwifiex/ethtool.o:  => 1771:23
  + /home/kisskb/slave/src/drivers/net/wireless/wl3501_cs.c: warning: 'tmp' is used uninitialized in this function [-Wuninitialized]  CC      drivers/media/usb/gspca/m5602/m5602_ov7660.o:  => 816:13
  + /home/kisskb/slave/src/drivers/nfc/st21nfca/core.c: warning: 'atqa' may be used uninitialized in this function [-Wuninitialized]:  => 669:21
  + /home/kisskb/slave/src/drivers/nfc/st21nfca/core.c: warning: 'len' may be used uninitialized in this function [-Wuninitialized]:  => 671:10, 671:4
  + /home/kisskb/slave/src/drivers/nfc/st21nfca/core.c: warning: 'sak' may be used uninitialized in this function [-Wuninitialized]:  => 670:20, 665:31
  + /home/kisskb/slave/src/drivers/of/of_reserved_mem.c: warning: comparison of distinct pointer types lacks a cast [enabled by default]:  => 129:11
  + /home/kisskb/slave/src/drivers/power/bq27xxx_battery.c: warning: 'bq27xxx_powersupply_init' defined but not used [-Wunused-function]:  => 994:12
  + /home/kisskb/slave/src/drivers/power/bq27xxx_battery.c: warning: 'bq27xxx_powersupply_unregister' defined but not used [-Wunused-function]:  => 1029:13
  + /home/kisskb/slave/src/drivers/power/bq27xxx_battery.c: warning: 'bq27xxx_regs' defined but not used [-Wunused-variable]:  => 288:12
  + /home/kisskb/slave/src/drivers/power/da9150-fg.c: warning: 'da9150_fg_read_attr.isra.4' uses dynamic stack allocation [enabled by default]:  => 108:1
  + /home/kisskb/slave/src/drivers/power/da9150-fg.c: warning: 'da9150_fg_write_attr.isra.3.constprop.5' uses dynamic stack allocation [enabled by default]:  => 126:1
  + /home/kisskb/slave/src/drivers/regulator/core.c: warning: unused variable 'i' [-Wunused-variable]:  => 142:6
  + /home/kisskb/slave/src/drivers/regulator/s2mpa01.c: warning: the frame size of 1504 bytes is larger than 1024 bytes [-Wframe-larger-than=]:  => 397:1
  + /home/kisskb/slave/src/drivers/rtc/rtc-sh.c: warning: 'sh_rtc_set_irq_wake' defined but not used [-Wunused-function]  CC      lib/lzo/lzo1x_decompress_safe.o:  => 749:13
  + /home/kisskb/slave/src/drivers/staging/fbtft/fbtft-sysfs.c: warning: the frame size of 1040 bytes is larger than 1024 bytes [-Wframe-larger-than=]:  => 137:1
  + /home/kisskb/slave/src/drivers/tty/serial/8250/8250_core.c: warning: 'i' may be used uninitialized in this function [-Wmaybe-uninitialized]:  => 250:10, 163:19
  + /home/kisskb/slave/src/drivers/usb/misc/usbtest.c: warning: 'test_queue' uses dynamic stack allocation [enabled by default]:  => 2030:1
  + /home/kisskb/slave/src/drivers/usb/storage/transport.c: warning: 'partial' may be used uninitialized in this function [-Wmaybe-uninitialized]:  => 499:15, 473:40
  + /home/kisskb/slave/src/drivers/video/backlight/adp8860_bl.c: warning: 'reg_val' may be used uninitialized in this function [-Wuninitialized]:  => 569:10, 625:11
  + /home/kisskb/slave/src/drivers/video/backlight/adp8870_bl.c: warning: 'reg_val' may be used uninitialized in this function [-Wuninitialized]:  => 811:11
  + /home/kisskb/slave/src/drivers/video/fbdev/amifb.c: warning: 'amifb_setup' defined but not used [-Wunused-function]:  => 2346:19
  + /home/kisskb/slave/src/fs/afs/internal.h: warning: 'packed' attribute ignored for field of type 'enum <anonymous>' [-Wattributes]  CC      fs/overlayfs/dir.o:  => 164:2
  + /home/kisskb/slave/src/fs/afs/internal.h: warning: 'packed' attribute ignored for field of type 'enum <anonymous>' [-Wattributes]  CC [M]  fs/btrfs/dir-item.o:  => 164:2
  + /home/kisskb/slave/src/fs/cifs/cifssmb.c: warning: format '%zu' expects argument of type 'size_t', but argument 3 has type 'unsigned int' [-Wformat=]:  => 1501:2
  + /home/kisskb/slave/src/fs/cifs/cifssmb.c: warning: format '%zu' expects argument of type 'size_t', but argument 4 has type 'unsigned int' [-Wformat=]:  => 1501:2, 1459:3
  + /home/kisskb/slave/src/fs/cifs/cifssmb.c: warning: format '%zu' expects argument of type 'size_t', but argument 5 has type 'unsigned int' [-Wformat=]:  => 1459:3
  + /home/kisskb/slave/src/fs/cifs/connect.c: warning: format '%zd' expects argument of type 'signed size_t', but argument 2 has type 'ssize_t' [-Wformat=]:  => 2447:3, 2457:3, 2438:3, 2430:3
  + /home/kisskb/slave/src/fs/cifs/connect.c: warning: format '%zd' expects argument of type 'signed size_t', but argument 3 has type 'ssize_t' [-Wformat=]:  => 2430:3, 2438:3, 2457:3, 2447:3
  + /home/kisskb/slave/src/fs/cifs/file.c: warning: format '%zd' expects argument of type 'signed size_t', but argument 2 has type 'size_t' [-Wformat=]:  => 1650:2
  + /home/kisskb/slave/src/fs/cifs/file.c: warning: format '%zd' expects argument of type 'signed size_t', but argument 3 has type 'size_t' [-Wformat=]:  => 1650:2
  + /home/kisskb/slave/src/fs/cifs/file.c: warning: format '%zu' expects argument of type 'size_t', but argument 4 has type 'unsigned int' [-Wformat=]:  => 2876:4, 2869:4
  + /home/kisskb/slave/src/fs/cifs/file.c: warning: format '%zu' expects argument of type 'size_t', but argument 5 has type 'unsigned int' [-Wformat=]:  => 3329:4, 3322:4, 2869:4, 2876:4
  + /home/kisskb/slave/src/fs/cifs/file.c: warning: format '%zu' expects argument of type 'size_t', but argument 6 has type 'unsigned int' [-Wformat=]:  => 3322:4, 3329:4
  + /home/kisskb/slave/src/fs/cifs/readdir.c: warning: format '%zd' expects argument of type 'signed size_t', but argument 2 has type 'size_t' [-Wformat=]:  => 702:3
  + /home/kisskb/slave/src/fs/cifs/readdir.c: warning: format '%zd' expects argument of type 'signed size_t', but argument 3 has type 'size_t' [-Wformat=]:  => 702:3
  + /home/kisskb/slave/src/fs/cifs/transport.c: warning: format '%zu' expects argument of type 'size_t', but argument 3 has type 'unsigned int' [-Wformat=]:  => 350:3
  + /home/kisskb/slave/src/fs/cifs/transport.c: warning: format '%zu' expects argument of type 'size_t', but argument 4 has type 'unsigned int' [-Wformat=]:  => 350:3
  + /home/kisskb/slave/src/fs/ext4/ext4_extents.h: warning: '*((void *)&zero_ex+6)' may be used uninitialized in this function [-Wmaybe-uninitialized]:  => 225:12
  + /home/kisskb/slave/src/fs/ext4/ext4_extents.h: warning: '*((void *)&zero_ex+8)' may be used uninitialized in this function [-Wmaybe-uninitialized]:  => 224:8
  + /home/kisskb/slave/src/fs/ext4/extents.c: warning: 'lblock' may be used uninitialized in this function [-Wmaybe-uninitialized]:  => 2306:14
  + /home/kisskb/slave/src/fs/ext4/extents.c: warning: 'len' may be used uninitialized in this function [-Wmaybe-uninitialized]:  => 2305:14
  + /home/kisskb/slave/src/fs/ext4/extents.c: warning: 'zero_ex.ee_block' may be used uninitialized in this function [-Wmaybe-uninitialized]:  => 3113:2
  + /home/kisskb/slave/src/fs/ext4/inode.c: warning: 'retval' may be used uninitialized in this function [-Wmaybe-uninitialized]:  => 548:5
  + /home/kisskb/slave/src/fs/jffs2/readinode.c: warning: format '%zd' expects argument of type 'signed size_t', but argument 5 has type 'size_t' [-Wformat]: 92:4, 1203:3 => 1207:3, 665:4, 92:4
  + /home/kisskb/slave/src/fs/mpage.c: warning: the frame size of 1144 bytes is larger than 1024 bytes [-Wframe-larger-than=]:  => 661:1
  + /home/kisskb/slave/src/fs/namei.c: warning: 'seq' may be used uninitialized in this function [-Wmaybe-uninitialized]:  => 3161:10, 1759:10
  + /home/kisskb/slave/src/include/asm-generic/bug.h: warning: 'fn' may be used uninitialized in this function [-Wmaybe-uninitialized]:  => 74:48
  + /home/kisskb/slave/src/include/linux/buffer_head.h: warning: 'blocknr' may be used uninitialized in this function [-Wmaybe-uninitialized]:  => 370:2, 363:2
  + /home/kisskb/slave/src/include/linux/compiler.h: warning: 'counter' may be used uninitialized in this function [-Wuninitialized]:  => 218:2
  + /home/kisskb/slave/src/include/linux/kernel.h: warning: comparison of distinct pointer types lacks a cast:  => 730:17
  + /home/kisskb/slave/src/include/linux/rbtree.h: warning: 'rb_link' may be used uninitialized in this function [-Wmaybe-uninitialized]:  => 86:11
  + /home/kisskb/slave/src/include/linux/rbtree.h: warning: 'rb_parent' may be used uninitialized in this function [-Wmaybe-uninitialized]:  => 83:28
  + /home/kisskb/slave/src/include/net/inetpeer.h: warning: 'daddr.<U7e40>.a4.addr' may be used uninitialized in this function [-Wmaybe-uninitialized]:  => 141:6
  + /home/kisskb/slave/src/include/net/inetpeer.h: warning: 'daddr.<Ueab0>.a4.addr' may be used uninitialized in this function [-Wmaybe-uninitialized]:  => 141:6
  + /home/kisskb/slave/src/include/net/inetpeer.h: warning: 'daddr.in6_u.u6_addr32[2]' may be used uninitialized in this function [-Wmaybe-uninitialized]:  => 141:6
  + /home/kisskb/slave/src/include/net/inetpeer.h: warning: 'daddr.in6_u.u6_addr32[3]' may be used uninitialized in this function [-Wmaybe-uninitialized]:  => 141:6
  + /home/kisskb/slave/src/include/net/inetpeer.h: warning: 'saddr.<U7e40>.a4.addr' may be used uninitialized in this function [-Wmaybe-uninitialized]:  => 141:6
  + /home/kisskb/slave/src/include/net/inetpeer.h: warning: 'saddr.<U7e40>.a4.vif' may be used uninitialized in this function [-Wmaybe-uninitialized]:  => 141:26
  + /home/kisskb/slave/src/include/net/inetpeer.h: warning: 'saddr.<U7e40>.key[2]' may be used uninitialized in this function [-Wmaybe-uninitialized]:  => 141:6
  + /home/kisskb/slave/src/include/net/inetpeer.h: warning: 'saddr.<U7e40>.key[3]' may be used uninitialized in this function [-Wmaybe-uninitialized]:  => 141:6
  + /home/kisskb/slave/src/include/net/inetpeer.h: warning: 'saddr.<Ueab0>.a4.addr' may be used uninitialized in this function [-Wmaybe-uninitialized]:  => 141:6
  + /home/kisskb/slave/src/include/net/inetpeer.h: warning: 'saddr.<Ueab0>.a4.vif' may be used uninitialized in this function [-Wmaybe-uninitialized]:  => 141:26
  + /home/kisskb/slave/src/include/net/inetpeer.h: warning: 'saddr.<Ueab0>.key[2]' may be used uninitialized in this function [-Wmaybe-uninitialized]:  => 141:6
  + /home/kisskb/slave/src/include/net/inetpeer.h: warning: 'saddr.<Ueab0>.key[3]' may be used uninitialized in this function [-Wmaybe-uninitialized]:  => 141:6
  + /home/kisskb/slave/src/include/uapi/linux/swab.h: warning: '*((void *)&crq+8)' is used uninitialized in this function [-Wuninitialized]:  => 71:9
  + /home/kisskb/slave/src/ipc/shm.c: warning: 'ret' may be used uninitialized in this function [-Wmaybe-uninitialized]:  => 1219:2
  + /home/kisskb/slave/src/kernel/sysctl.c: warning: 'kbuf' may be used uninitialized in this function [-Wmaybe-uninitialized]:  => 1892:12
  + /home/kisskb/slave/src/kernel/time/posix-cpu-timers.c: warning: 'now' may be used uninitialized in this function [-Wmaybe-uninitialized]:  => 818:21, 95:8, 1268:13
  + /home/kisskb/slave/src/kernel/time/posix-cpu-timers.c: warning: 'val' may be used uninitialized in this function [-Wmaybe-uninitialized]:  => 695:17
  + /home/kisskb/slave/src/kernel/trace/bpf_trace.c: warning: 'bpf_perf_event_output' uses dynamic stack allocation [enabled by default]:  => 254:1
  + /home/kisskb/slave/src/mm/cma.c: warning: comparison of distinct pointer types lacks a cast [enabled by default]:  => 186:27, 269:14
  + /home/kisskb/slave/src/mm/memcontrol.c: warning: 'memcg' may be used uninitialized in this function [-Wuninitialized]:  => 4868:9
  + /home/kisskb/slave/src/mm/memcontrol.c: warning: value computed is not used [-Wunused-value]:  => 1018:6
  + /home/kisskb/slave/src/mm/mmap.c: warning: 'prev' may be used uninitialized in this function [-Wmaybe-uninitialized]:  => 660:17
  + /home/kisskb/slave/src/mm/slub.c: warning: '___slab_alloc' uses dynamic stack allocation [enabled by default]:  => 2445:1
  + /home/kisskb/slave/src/mm/slub.c: warning: 'get_partial_node.isra.43' uses dynamic stack allocation [enabled by default]:  => 1703:1
  + /home/kisskb/slave/src/mm/slub.c: warning: 'unfreeze_partials.isra.42' uses dynamic stack allocation [enabled by default]:  => 2068:1
  + /home/kisskb/slave/src/net/core/neighbour.c: warning: 'p_name' may be used uninitialized in this function [-Wmaybe-uninitialized]:  => 3180:10
  + /home/kisskb/slave/src/net/ipv4/fib_trie.c: warning: 'local_tp' may be used uninitialized in this function [-Wmaybe-uninitialized]:  => 911:11
  + /home/kisskb/slave/src/net/ipv4/ping.c: warning: 'code' may be used uninitialized in this function [-Wmaybe-uninitialized]:  => 559:37, 476:63
  + /home/kisskb/slave/src/net/ipv4/ping.c: warning: 'icmph' may be used uninitialized in this function [-Wmaybe-uninitialized]:  => 513:48
  + /home/kisskb/slave/src/net/ipv4/ping.c: warning: 'type' may be used uninitialized in this function [-Wmaybe-uninitialized]:  => 532:3, 690:21
  + /home/kisskb/slave/src/net/ipv4/tcp_input.c: warning: array subscript is above array bounds [-Warray-bounds]:  => 4224:49
  + /home/kisskb/slave/src/net/ipv4/tcp_metrics.c: warning: 'hash' may be used uninitialized in this function [-Wmaybe-uninitialized]:  => 1079:7
  + /home/kisskb/slave/src/net/ipv6/ip6_output.c: warning: passing argument 4 of 'NF_HOOK' discards qualifiers from pointer target type:  => 234
  + /home/kisskb/slave/src/net/packet/af_packet.c: warning: 'hdrlen' may be used uninitialized in this function [-Wmaybe-uninitialized]:  => 2098:33
  + /home/kisskb/slave/src/net/sunrpc/svcauth_unix.c: warning: 'sin6' may be used uninitialized in this function [-Wmaybe-uninitialized]:  => 282:12
  + /home/kisskb/slave/src/net/sunrpc/svcsock.c: warning: 'level' may be used uninitialized in this function [-Wmaybe-uninitialized]:  => 779:6
  + /home/kisskb/slave/src/net/sunrpc/svcsock.c: warning: 'optname' may be used uninitialized in this function [-Wmaybe-uninitialized]:  => 779:6
  + /home/kisskb/slave/src/net/sunrpc/xdr.c: warning: 'subbuf.head[0].iov_base' may be used uninitialized in this function [-Wmaybe-uninitialized]:  => 1113:8, 1207:12, 1144:8
  + /home/kisskb/slave/src/net/sunrpc/xdr.c: warning: 'subbuf.page_base' may be used uninitialized in this function [-Wmaybe-uninitialized]:  => 1149:17, 1118:19
  + /home/kisskb/slave/src/net/sunrpc/xdr.c: warning: 'subbuf.pages' may be used uninitialized in this function [-Wmaybe-uninitialized]:  => 1149:17, 1118:19
  + /home/kisskb/slave/src/net/sunrpc/xdr.c: warning: 'subbuf.tail[0].iov_base' may be used uninitialized in this function [-Wmaybe-uninitialized]:  => 1122:8, 1153:8
  + /home/kisskb/slave/src/net/unix/af_unix.c: warning: 'hash' may be used uninitialized in this function [-Wmaybe-uninitialized]:  => 1694:9, 1116:9, 1237:8, 1026:20
  + /home/kisskb/slave/src/net/wireless/nl80211.c: warning: 'rdev' may be used uninitialized in this function [-Wuninitialized]:  => 10276:21
  + /home/kisskb/slave/src/net/wireless/nl80211.c: warning: 'wdev' may be used uninitialized in this function [-Wuninitialized]:  => 2345:18
  + /home/kisskb/slave/src/net/xfrm/xfrm_policy.c: warning: 'dst_ops' may be used uninitialized in this function [-Wmaybe-uninitialized]:  => 1599:7
  + /home/kisskb/slave/src/scripts/recordmcount.c: warning: format not a string literal and no format arguments [-Wformat-security]:  => 589:4
  + <stdin>: warning: #warning syscall mlock2 not implemented [-Wcpp]:  => 1304:2
  + <stdin>: warning: #warning syscall mlock2 not implemented:  => 1304:2
  + warning: (SND_SOC_INTEL_BYTCR_RT5640_MACH && SND_SOC_INTEL_CHT_BSW_RT5672_MACH && SND_SOC_INTEL_CHT_BSW_RT5645_MACH && SND_SOC_INTEL_CHT_BSW_MAX98090_TI_MACH) selects SND_SST_IPC_ACPI which has unmet direct dependencies (SOUND && !M68K && !UML && SND && SND_SOC && ACPI):  => N/A
  + warning: arch/sparc/built-in.o(.text.unlikely+0x584): Section mismatch in reference from the function find_numa_latencies_for_group() to the function .init.text:find_mlgroup():  => N/A
  + warning: arch/sparc/mm/built-in.o(.text.unlikely+0x158): Section mismatch in reference from the function find_numa_latencies_for_group() to the function .init.text:find_mlgroup():  => N/A
  + warning: drivers/built-in.o(.text+0x141a5a): Section mismatch in reference from the function dmar_walk_remapping_entries() to the function .init.text:dmar_table_print_dmar_entry():  => N/A
  + warning: drivers/built-in.o(.text+0x1818aa): Section mismatch in reference from the function dmar_walk_remapping_entries() to the function .init.text:dmar_table_print_dmar_entry():  => N/A
  + warning: drivers/built-in.o(.text+0x37c3c0): Section mismatch in reference from the function etrax_init_module() to the function .init.text:etrax_ethernet_init():  => N/A
  + warning: drivers/built-in.o(.text+0x41c0270): Section mismatch in reference from the function .create_device_attrs() to the function .init.text:.make_sensor_label():  => N/A
  + warning: drivers/built-in.o(.text+0x69ce0): Section mismatch in reference from the function etrax_init_module() to the function .init.text:etrax_ethernet_init():  => N/A
  + warning: drivers/hwmon/built-in.o(.text+0x4ad00): Section mismatch in reference from the function .create_device_attrs() to the function .init.text:.make_sensor_label():  => N/A
  + warning: drivers/hwmon/ibmpowernv.o(.text+0x990): Section mismatch in reference from the function .create_device_attrs() to the function .init.text:.make_sensor_label():  => N/A
  + warning: drivers/iommu/built-in.o(.text+0x8e2a): Section mismatch in reference from the function dmar_walk_remapping_entries() to the function .init.text:dmar_table_print_dmar_entry():  => N/A
  + warning: drivers/iommu/built-in.o(.text+0xdf8e): Section mismatch in reference from the function dmar_walk_remapping_entries() to the function .init.text:dmar_table_print_dmar_entry():  => N/A
  + warning: drivers/net/built-in.o(.text+0x1d0c): Section mismatch in reference from the function etrax_init_module() to the function .init.text:etrax_ethernet_init():  => N/A
  + warning: drivers/net/built-in.o(.text+0x51980): Section mismatch in reference from the function etrax_init_module() to the function .init.text:etrax_ethernet_init():  => N/A
  + warning: vmlinux.o(.data+0x42a78): Section mismatch in reference from the variable lba_driver to the function .init.text:lba_driver_probe():  => N/A
  + warning: vmlinux.o(.data+0x42b24): Section mismatch in reference from the variable ccio_driver to the function .init.text:ccio_probe():  => N/A
  + warning: vmlinux.o(.data+0x42ca4): Section mismatch in reference from the variable dino_driver to the function .init.text:dino_probe():  => N/A
  + warning: vmlinux.o(.data+0x42dd0): Section mismatch in reference from the variable lasi_driver to the function .init.text:lasi_init_chip():  => N/A
  + warning: vmlinux.o(.data+0x42e34): Section mismatch in reference from the variable asp_driver to the function .init.text:asp_init_chip():  => N/A
  + warning: vmlinux.o(.data+0x42e98): Section mismatch in reference from the variable wax_driver to the function .init.text:wax_init_chip():  => N/A
  + warning: vmlinux.o(.data+0x42efc): Section mismatch in reference from the variable eisa_driver to the function .init.text:eisa_probe():  => N/A
  + warning: vmlinux.o(.data+0x430e4): Section mismatch in reference from the variable superio_driver to the function .init.text:superio_probe():  => N/A
  + warning: vmlinux.o(.text+0x55a4af0): Section mismatch in reference from the function .create_device_attrs() to the function .init.text:.make_sensor_label():  => N/A
  + warning: vmlinux.o(.text+0x5d8672): Section mismatch in reference from the function dmar_walk_remapping_entries() to the function .init.text:dmar_table_print_dmar_entry():  => N/A
  + warning: vmlinux.o(.text+0x6e849e): Section mismatch in reference from the function dmar_walk_remapping_entries() to the function .init.text:dmar_table_print_dmar_entry():  => N/A
  + warning: vmlinux.o(.text+0x898c): Section mismatch in reference from the variable __boot_from_prom to the function .init.text:prom_init():  => N/A
  + warning: vmlinux.o(.text+0x8c24): Section mismatch in reference from the variable start_here_multiplatform to the function .init.text:early_setup():  => N/A
  + warning: vmlinux.o(.text+0x8c48): Section mismatch in reference from the variable start_here_common to the function .init.text:setup_system():  => N/A
  + warning: vmlinux.o(.text+0x8c5c): Section mismatch in reference from the variable start_here_common to the function .init.text:start_kernel():  => N/A
  + warning: vmlinux.o(.text+0x9e427): Section mismatch in reference from the function intel_scu_devices_create() to the function .init.text:i2c_register_board_info():  => N/A
  + warning: vmlinux.o(.text.unlikely+0x584): Section mismatch in reference from the function find_numa_latencies_for_group() to the function .init.text:find_mlgroup():  => N/A

107 warning improvements:
  - /home/kisskb/slave/src/arch/arm/kernel/devtree.c: warning: assignment makes pointer from integer without a cast [enabled by default]: 229:8, 218:8 => 
  - /home/kisskb/slave/src/arch/mips/include/asm/page.h: warning: comparison of unsigned expression >= 0 is always true [-Wtype-limits]: 204:2 => 
  - /home/kisskb/slave/src/arch/powerpc/include/asm/hw_irq.h: warning: 'flags' may be used uninitialized in this function [-Wuninitialized]: 147:2, 145:2 => 
  - /home/kisskb/slave/src/arch/sh/kernel/cpu/sh2a/../../entry-common.S: Warning: overflow in branch to __restore_all; converted into longer instruction sequence: 89 => 
  - /home/kisskb/slave/src/arch/sh/kernel/cpu/sh2a/../../entry-common.S: Warning: overflow in branch to syscall_call; converted into longer instruction sequence: 208 => 
  - /home/kisskb/slave/src/arch/sh/kernel/cpu/sh2a/../../entry-common.S: Warning: overflow in branch to syscall_trace_entry; converted into longer instruction sequence: 349, 347 => 
  - /home/kisskb/slave/src/arch/sh/kernel/cpu/sh4a/setup-sh7786.c: warning: 'tmu3_device' defined but not used [-Wunused-variable]  CC      kernel/cpuset.o: 251:31 => 
  - /home/kisskb/slave/src/drivers/base/power/domain.c: warning: comparison of distinct pointer types lacks a cast [enabled by default]: 151:2 => 
  - /home/kisskb/slave/src/drivers/bluetooth/btintel.h: warning: 'btintel_version_info' defined but not used [-Wunused-function]: 98:13 => 
  - /home/kisskb/slave/src/drivers/hid/hid-sensor-hub.c: warning: passing argument 1 of '__div64_32' from incompatible pointer type [enabled by default]: 221:20, 221:2 => 221:2
  - /home/kisskb/slave/src/drivers/hid/hid-sensor-hub.c: warning: right shift count >= width of type [enabled by default]: 221:2, 221:20 => 221:2
  - /home/kisskb/slave/src/drivers/infiniband/core/uverbs_cmd.c: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]: 1481:2 => 
  - /home/kisskb/slave/src/drivers/infiniband/hw/cxgb4/mem.c: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]: 147:20 => 
  - /home/kisskb/slave/src/drivers/media/media-entity.c: warning: 'media_entity_pipeline_start' uses dynamic stack allocation [enabled by default]: 333:1 => 
  - /home/kisskb/slave/src/drivers/media/platform/soc_camera/atmel-isi.c: warning: 'atmel_isi_runtime_resume' defined but not used [-Wunused-function]: 1053:12 => 
  - /home/kisskb/slave/src/drivers/media/platform/soc_camera/atmel-isi.c: warning: 'atmel_isi_runtime_suspend' defined but not used [-Wunused-function]: 1043:12 => 
  - /home/kisskb/slave/src/drivers/mfd/wm5110-tables.c: warning: passing argument 2 of 'regmap_register_patch' from incompatible pointer type [enabled by default]: 281:11 => 
  - /home/kisskb/slave/src/drivers/mfd/wm8998-tables.c: warning: passing argument 2 of 'regmap_register_patch' from incompatible pointer type [enabled by default]: 50:10 => 
  - /home/kisskb/slave/src/drivers/net/ethernet/dec/tulip/tulip_core.c: warning: #warning Processor architecture undefined! [-Wcpp]: 101:2 => 
  - /home/kisskb/slave/src/drivers/net/ethernet/dec/tulip/winbond-840.c: warning: #warning Processor architecture undefined [-Wcpp]: 910:2 => 
  - /home/kisskb/slave/src/drivers/net/ethernet/intel/i40e/i40e_common.c: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]: 521:24, 522:23, 445:23, 444:24 => 
  - /home/kisskb/slave/src/drivers/net/ethernet/intel/i40e/i40e_main.c: warning: left shift count >= width of type [enabled by default]: 7654:2 => 
  - /home/kisskb/slave/src/drivers/net/ethernet/intel/i40evf/i40e_common.c: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]: 444:24, 445:23, 522:23, 521:24 => 
  - /home/kisskb/slave/src/drivers/net/ethernet/mellanox/mlxsw/pci.c: warning: unused variable 'pdev' [-Wunused-variable]: 643:18 => 
  - /home/kisskb/slave/src/drivers/net/ethernet/neterion/vxge/vxge-main.c: warning: 'adaptive_coalesce_rx_interrupts' defined but not used [-Wunused-function]: 2149:13 => 
  - /home/kisskb/slave/src/drivers/net/ethernet/neterion/vxge/vxge-main.c: warning: 'adaptive_coalesce_tx_interrupts' defined but not used [-Wunused-function]: 2121:13 => 
  - /home/kisskb/slave/src/drivers/net/ethernet/neterion/vxge/vxge-main.c: warning: the frame size of 1040 bytes is larger than 1024 bytes [-Wframe-larger-than=]: 1873:1, 2248:1 => 
  - /home/kisskb/slave/src/drivers/net/ethernet/stmicro/stmmac/dwmac-ipq806x.c: warning: large integer implicitly truncated to unsigned type [-Woverflow]: 344:9 => 
  - /home/kisskb/slave/src/drivers/net/wireless/ath/wil6210/pcie_bus.c: warning: 'wil6210_resume' defined but not used [-Wunused-function]: 291:12 => 
  - /home/kisskb/slave/src/drivers/net/wireless/ath/wil6210/pcie_bus.c: warning: 'wil6210_suspend' defined but not used [-Wunused-function]: 264:12 => 
  - /home/kisskb/slave/src/drivers/nfc/st21nfca/st21nfca.c: warning: 'atqa' may be used uninitialized in this function [-Wuninitialized]: 681:21 => 
  - /home/kisskb/slave/src/drivers/nfc/st21nfca/st21nfca.c: warning: 'len' may be used uninitialized in this function [-Wuninitialized]: 683:4, 683:10 => 
  - /home/kisskb/slave/src/drivers/nfc/st21nfca/st21nfca.c: warning: 'sak' may be used uninitialized in this function [-Wuninitialized]: 682:20, 677:31 => 
  - /home/kisskb/slave/src/drivers/ntb/ntb_transport.c: warning: right shift count >= width of type [enabled by default]: 828:3 => 
  - /home/kisskb/slave/src/drivers/platform/x86/toshiba_acpi.c: warning: 'events_type' may be used uninitialized in this function [-Wuninitialized]: 2404:25 => 
  - /home/kisskb/slave/src/drivers/scsi/advansys.c: warning: large integer implicitly truncated to unsigned type [-Woverflow]: 7806:2 => 
  - /home/kisskb/slave/src/drivers/scsi/be2iscsi/be_main.c: warning: logical not is only applied to the left hand side of comparison [-Wlogical-not-parentheses]: 3187:18 => 
  - /home/kisskb/slave/src/drivers/scsi/bnx2fc/bnx2fc_fcoe.c: warning: the frame size of 1028 bytes is larger than 1024 bytes [-Wframe-larger-than=]: 2134:1 => 
  - /home/kisskb/slave/src/drivers/scsi/bnx2fc/bnx2fc_fcoe.c: warning: the frame size of 1032 bytes is larger than 1024 bytes [-Wframe-larger-than=]: 2134:1 => 
  - /home/kisskb/slave/src/drivers/scsi/bnx2fc/bnx2fc_fcoe.c: warning: the frame size of 1040 bytes is larger than 1024 bytes [-Wframe-larger-than=]: 2134:1 => 
  - /home/kisskb/slave/src/drivers/thermal/rockchip_thermal.c: warning: large integer implicitly truncated to unsigned type [-Woverflow]: 247:3, 248:11 => 
  - /home/kisskb/slave/src/drivers/tty/cyclades.c: warning: 'cyz_interrupt' defined but not used [-Wunused-function]  CC [M]  drivers/net/wireless/brcm80211/brcmfmac/core.o: 1184:20 => 
  - /home/kisskb/slave/src/drivers/video/fbdev/amifb.c: warning: 'amifb_setup' defined but not used [-Wunused-function]  CC [M]  drivers/staging/iio/addac/adt7316.o: 2346:19 => 
  - /home/kisskb/slave/src/fs/9p/acl.c: warning: 'full_name' may be used uninitialized in this function [-Wuninitialized]: 277:2, 230:2 => 
  - /home/kisskb/slave/src/fs/logfs/dev_bdev.c: warning: comparison of distinct pointer types lacks a cast [enabled by default]: 174:14, 84:14 => 
  - /home/kisskb/slave/src/fs/mpage.c: warning: the frame size of 1140 bytes is larger than 1024 bytes [-Wframe-larger-than=]: 660:1 => 
  - /home/kisskb/slave/src/include/asm-generic/atomic-long.h: warning: 'counter' may be used uninitialized in this function [-Wuninitialized]: 44:1 => 
  - /home/kisskb/slave/src/include/asm-generic/cmpxchg.h: warning: value computed is not used [-Wunused-value]: 94:3 => 
  - /home/kisskb/slave/src/include/linux/iio/buffer.h: warning: 'calculated_time' may be used uninitialized in this function [-Wuninitialized]  CC      drivers/pci/pci.o: 147:32 => 
  - /home/kisskb/slave/src/include/net/ip_vs.h: warning: control reaches end of non-void function [-Wreturn-type]: 67:1, 89:1 => 
  - /home/kisskb/slave/src/kernel/cgroup.c: warning: 'root' may be used uninitialized in this function [-Wuninitialized]  CC      fs/ubifs/shrinker.o: 1949:13 => 
  - /home/kisskb/slave/src/lib/iommu-common.c: warning: large integer implicitly truncated to unsigned type [-Woverflow]: 126:3, 209:4 => 
  - /home/kisskb/slave/src/mm/page-writeback.c: warning: 'm_bg_thresh' may be used uninitialized in this function [-Wuninitialized]  LD      drivers/accessibility/braille/built-in.o: 678:17 => 
  - /home/kisskb/slave/src/mm/page-writeback.c: warning: 'm_bg_thresh' may be used uninitialized in this function [-Wuninitialized]: 678:17 => 
  - /home/kisskb/slave/src/mm/page-writeback.c: warning: 'm_bg_thresh' may be used uninitialized in this function: 1545 => 
  - /home/kisskb/slave/src/mm/page-writeback.c: warning: 'm_dirty' may be used uninitialized in this function [-Wuninitialized]: 1611:14 => 
  - /home/kisskb/slave/src/mm/page-writeback.c: warning: 'm_dirty' may be used uninitialized in this function: 1545 => 
  - /home/kisskb/slave/src/mm/page-writeback.c: warning: 'm_thresh' may be used uninitialized in this function [-Wuninitialized]: 678:17 => 
  - /home/kisskb/slave/src/mm/page-writeback.c: warning: 'm_thresh' may be used uninitialized in this function: 1545 => 
  - /home/kisskb/slave/src/mm/slub.c: warning: '__slab_alloc' uses dynamic stack allocation [enabled by default]: 2410:1 => 
  - /home/kisskb/slave/src/mm/slub.c: warning: 'get_partial_node.isra.44' uses dynamic stack allocation [enabled by default]: 1657:1 => 
  - /home/kisskb/slave/src/mm/slub.c: warning: 'unfreeze_partials.isra.43' uses dynamic stack allocation [enabled by default]: 2022:1 => 
  - /home/kisskb/slave/src/mm/zswap.c: warning: '__zswap_param_set' uses dynamic stack allocation [enabled by default]: 764:1 => 
  - /home/kisskb/slave/src/net/bridge/br_netfilter_hooks.c: warning: label 'drop' defined but not used [-Wunused-label]: 794:2 => 
  - /home/kisskb/slave/src/net/xfrm/xfrm_policy.c: warning: 'xfrm_dst_ops' may be used uninitialized in this function [-Wuninitialized]: 2857:17 => 
  - warning: (SND_SOC_ROCKCHIP_MAX98090 && SND_SOC_ROCKCHIP_RT5645) selects SND_SOC_ROCKCHIP_I2S which has unmet direct dependencies (SOUND && !M68K && !UML && SND && SND_SOC && CLKDEV_LOOKUP && SND_SOC_ROCKCHIP): N/A => 
  - warning: (USB_OTG_FSM && FSL_USB2_OTG && USB_MV_OTG) selects USB_OTG which has unmet direct dependencies (USB_SUPPORT && USB && PM): N/A => 
  - warning: drivers/built-in.o(.text+0x12a280): Section mismatch in reference from the function dmar_walk_remapping_entries() to the function .init.text:dmar_table_print_dmar_entry(): N/A => 
  - warning: drivers/built-in.o(.text+0x164449): Section mismatch in reference from the function dmar_walk_remapping_entries() to the function .init.text:dmar_table_print_dmar_entry(): N/A => 
  - warning: drivers/built-in.o(.text+0x1b2ba8): Section mismatch in reference from the function .create_device_attrs() to the function .init.text:.make_sensor_label(): N/A => 
  - warning: drivers/built-in.o(.text+0x36363c): Section mismatch in reference from the function etrax_init_module() to the function .init.text:etrax_ethernet_init(): N/A => 
  - warning: drivers/built-in.o(.text+0x414e72c): Section mismatch in reference from the function .create_device_attrs() to the function .init.text:.make_sensor_label(): N/A => 
  - warning: drivers/built-in.o(.text+0x6001c): Section mismatch in reference from the function etrax_init_module() to the function .init.text:etrax_ethernet_init(): N/A => 
  - warning: drivers/hwmon/built-in.o(.text+0x1158): Section mismatch in reference from the function .create_device_attrs() to the function .init.text:.make_sensor_label(): N/A => 
  - warning: drivers/hwmon/built-in.o(.text+0x4ace0): Section mismatch in reference from the function .create_device_attrs() to the function .init.text:.make_sensor_label(): N/A => 
  - warning: drivers/hwmon/ibmpowernv.o(.text+0x988): Section mismatch in reference from the function .create_device_attrs() to the function .init.text:.make_sensor_label(): N/A => 
  - warning: drivers/iommu/built-in.o(.text+0x8c7d): Section mismatch in reference from the function dmar_walk_remapping_entries() to the function .init.text:dmar_table_print_dmar_entry(): N/A => 
  - warning: drivers/iommu/built-in.o(.text+0xe12c): Section mismatch in reference from the function dmar_walk_remapping_entries() to the function .init.text:dmar_table_print_dmar_entry(): N/A => 
  - warning: drivers/net/built-in.o(.text+0x1d08): Section mismatch in reference from the function etrax_init_module() to the function .init.text:etrax_ethernet_init(): N/A => 
  - warning: drivers/net/built-in.o(.text+0x4fd98): Section mismatch in reference from the function etrax_init_module() to the function .init.text:etrax_ethernet_init(): N/A => 
  - warning: vmlinux.o(.data+0x121c): Section mismatch in reference from the variable sercons to the function .init.text:console_setup(): N/A => 
  - warning: vmlinux.o(.data+0x1224): Section mismatch in reference from the variable sercons to the function .init.text:console_setup(): N/A => 
  - warning: vmlinux.o(.data+0x1254): Section mismatch in reference from the variable sercons0 to the function .init.text:console_setup(): N/A => 
  - warning: vmlinux.o(.data+0x125c): Section mismatch in reference from the variable sercons0 to the function .init.text:console_setup(): N/A => 
  - warning: vmlinux.o(.data+0x128c): Section mismatch in reference from the variable sercons1 to the function .init.text:console_setup(): N/A => 
  - warning: vmlinux.o(.data+0x1294): Section mismatch in reference from the variable sercons1 to the function .init.text:console_setup(): N/A => 
  - warning: vmlinux.o(.data+0x12c4): Section mismatch in reference from the variable sercons2 to the function .init.text:console_setup(): N/A => 
  - warning: vmlinux.o(.data+0x12cc): Section mismatch in reference from the variable sercons2 to the function .init.text:console_setup(): N/A => 
  - warning: vmlinux.o(.data+0x12fc): Section mismatch in reference from the variable sercons3 to the function .init.text:console_setup(): N/A => 
  - warning: vmlinux.o(.data+0x1304): Section mismatch in reference from the variable sercons3 to the function .init.text:console_setup(): N/A => 
  - warning: vmlinux.o(.data+0x42ea8): Section mismatch in reference from the variable lba_driver to the function .init.text:lba_driver_probe(): N/A => 
  - warning: vmlinux.o(.data+0x42f54): Section mismatch in reference from the variable ccio_driver to the function .init.text:ccio_probe(): N/A => 
  - warning: vmlinux.o(.data+0x430d4): Section mismatch in reference from the variable dino_driver to the function .init.text:dino_probe(): N/A => 
  - warning: vmlinux.o(.data+0x43200): Section mismatch in reference from the variable lasi_driver to the function .init.text:lasi_init_chip(): N/A => 
  - warning: vmlinux.o(.data+0x43264): Section mismatch in reference from the variable asp_driver to the function .init.text:asp_init_chip(): N/A => 
  - warning: vmlinux.o(.data+0x432c8): Section mismatch in reference from the variable wax_driver to the function .init.text:wax_init_chip(): N/A => 
  - warning: vmlinux.o(.data+0x4332c): Section mismatch in reference from the variable eisa_driver to the function .init.text:eisa_probe(): N/A => 
  - warning: vmlinux.o(.data+0x43514): Section mismatch in reference from the variable superio_driver to the function .init.text:superio_probe(): N/A => 
  - warning: vmlinux.o(.text+0x2171a8): Section mismatch in reference from the function etrax_init_module() to the function .init.text:etrax_ethernet_init(): N/A => 
  - warning: vmlinux.o(.text+0x42): Section mismatch in reference from the (unknown reference) (unknown) to the variable .init.text:_inram: N/A => 
  - warning: vmlinux.o(.text+0x48): Section mismatch in reference from the variable _inflash0 to the variable .init.text:_inflash: N/A => 
  - warning: vmlinux.o(.text+0x4f78f8): Section mismatch in reference from the function .create_device_attrs() to the function .init.text:.make_sensor_label(): N/A => 
  - warning: vmlinux.o(.text+0x54fea2c): Section mismatch in reference from the function .create_device_attrs() to the function .init.text:.make_sensor_label(): N/A => 
  - warning: vmlinux.o(.text+0x5b3d48): Section mismatch in reference from the function dmar_walk_remapping_entries() to the function .init.text:dmar_table_print_dmar_entry(): N/A => 
  - warning: vmlinux.o(.text+0x6b8c6d): Section mismatch in reference from the function dmar_walk_remapping_entries() to the function .init.text:dmar_table_print_dmar_entry(): N/A => 
  - warning: vmlinux.o(.text+0x98b13): Section mismatch in reference from the function intel_scu_devices_create() to the function .init.text:i2c_register_board_info(): N/A => 
  - warning: vmlinux.o(.text+0xa1371c): Section mismatch in reference from the function etrax_init_module() to the function .init.text:etrax_ethernet_init(): N/A => 

Gr{oetje,eeting}s,

						Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@...ux-m68k.org

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
							    -- Linus Torvalds
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists