Buildresult: linus/mpc85xx_defconfig/powerpc-gcc4.6 built on Feb 5 2020, 05:04
kisskb
Revisions
|
Branches
|
Compilers
|
Configs
|
Build Results
|
Build Failures
|
Status:
OK
Date/Time:
Feb 5 2020, 05:04
Duration:
0:01:58.051868
Builder:
ka3
Revision:
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net (
33b40134e5cfbbccad7f3040d1919889537a3df7)
Target:
linus/mpc85xx_defconfig/powerpc-gcc4.6
Branch:
linus
Compiler:
powerpc-gcc4.6
(powerpc-linux-gcc (GCC) 4.6.3 / GNU ld (GNU Binutils) 2.22)
Config:
mpc85xx_defconfig
(
download
)
Log:
Download original
Possible warnings (16)
include/linux/list.h:72:12: warning: 'pdeo' may be used uninitialized in this function [-Wuninitialized] kernel/printk/printk.c:204:16: warning: 'old' may be used uninitialized in this function [-Wuninitialized] kernel/trace/trace_events.c:2039:6: warning: 'ret' may be used uninitialized in this function [-Wuninitialized] sound/soc/codecs/wm8960.c:800:70: warning: 'j' may be used uninitialized in this function [-Wuninitialized] sound/soc/codecs/wm8960.c:797:68: warning: 'i' may be used uninitialized in this function [-Wuninitialized] fs/ext4/extents.c:5009:23: warning: 'ret' may be used uninitialized in this function [-Wuninitialized] mm/hugetlb.c:1426:5: warning: 'page' may be used uninitialized in this function [-Wuninitialized] drivers/tty/serial/8250/8250_core.c:248:18: warning: 'i' may be used uninitialized in this function [-Wuninitialized] fs/udf/unicode.c:132:8: warning: 'c' may be used uninitialized in this function [-Wuninitialized] drivers/net/ethernet/freescale/fs_enet/mac-scc.c:139:6: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] drivers/base/regmap/regmap.c:2598:6: warning: 'ret' may be used uninitialized in this function [-Wuninitialized] drivers/base/regmap/regmap.c:1859:6: warning: 'ret' may be used uninitialized in this function [-Wuninitialized] drivers/usb/core/devio.c:625:23: warning: 'errno' may be used uninitialized in this function [-Wuninitialized] fs/io_uring.c:5713:13: warning: 'err' may be used uninitialized in this function [-Wuninitialized] arch/powerpc/boot/dts/fsl/mpc8541cds.dts:330.3-21: Warning (pci_device_bus_num): /pci@e0008000/i8259@19000:bus-range: PCI bus number 1 out of range, expected (0 - 0) arch/powerpc/boot/dts/fsl/mpc8555cds.dts:330.3-21: Warning (pci_device_bus_num): /pci@e0008000/i8259@19000:bus-range: PCI bus number 1 out of range, expected (0 - 0)
Full Log
# git rev-parse -q --verify 33b40134e5cfbbccad7f3040d1919889537a3df7^{commit} 33b40134e5cfbbccad7f3040d1919889537a3df7 already have revision, skipping fetch # git checkout -q -f -B kisskb 33b40134e5cfbbccad7f3040d1919889537a3df7 # git clean -qxdf # < git log -1 # commit 33b40134e5cfbbccad7f3040d1919889537a3df7 # Merge: d60ddd244215 bd5cd35b782a # Author: Linus Torvalds <torvalds@linux-foundation.org> # Date: Tue Feb 4 13:32:20 2020 +0000 # # Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net # # Pull networking fixes from David Miller: # # 1) Use after free in rxrpc_put_local(), from David Howells. # # 2) Fix 64-bit division error in mlxsw, from Nathan Chancellor. # # 3) Make sure we clear various bits of TCP state in response to # tcp_disconnect(). From Eric Dumazet. # # 4) Fix netlink attribute policy in cls_rsvp, from Eric Dumazet. # # 5) txtimer must be deleted in stmmac suspend(), from Nicolin Chen. # # 6) Fix TC queue mapping in bnxt_en driver, from Michael Chan. # # 7) Various netdevsim fixes from Taehee Yoo (use of uninitialized data, # snapshot panics, stack out of bounds, etc.) # # 8) cls_tcindex changes hash table size after allocating the table, fix # from Cong Wang. # # 9) Fix regression in the enforcement of session ID uniqueness in l2tp. # We only have to enforce uniqueness for IP based tunnels not UDP # ones. From Ridge Kennedy. # # * git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net: (46 commits) # gtp: use __GFP_NOWARN to avoid memalloc warning # l2tp: Allow duplicate session creation with UDP # r8152: Add MAC passthrough support to new device # net_sched: fix an OOB access in cls_tcindex # qed: Remove set but not used variable 'p_link' # tc-testing: add missing 'nsPlugin' to basic.json # tc-testing: fix eBPF tests failure on linux fresh clones # net: hsr: fix possible NULL deref in hsr_handle_frame() # netdevsim: remove unused sdev code # netdevsim: use __GFP_NOWARN to avoid memalloc warning # netdevsim: use IS_ERR instead of IS_ERR_OR_NULL for debugfs # netdevsim: fix stack-out-of-bounds in nsim_dev_debugfs_init() # netdevsim: fix panic in nsim_dev_take_snapshot_write() # netdevsim: disable devlink reload when resources are being used # netdevsim: fix using uninitialized resources # bnxt_en: Fix TC queue mapping. # bnxt_en: Fix logic that disables Bus Master during firmware reset. # bnxt_en: Fix RDMA driver failure with SRIOV after firmware reset. # bnxt_en: Refactor logic to re-enable SRIOV after firmware reset detected. # net: stmmac: Delete txtimer in suspend() # ... # < /opt/cross/kisskb/gcc-4.6.3-nolibc/powerpc-linux/bin/powerpc-linux-gcc --version # < /opt/cross/kisskb/gcc-4.6.3-nolibc/powerpc-linux/bin/powerpc-linux-ld --version # < git log --format=%s --max-count=1 33b40134e5cfbbccad7f3040d1919889537a3df7 # < make -s -j 80 ARCH=powerpc O=/kisskb/build/linus_mpc85xx_defconfig_powerpc-gcc4.6 CROSS_COMPILE=/opt/cross/kisskb/gcc-4.6.3-nolibc/powerpc-linux/bin/powerpc-linux- mpc85xx_defconfig # make -s -j 80 ARCH=powerpc O=/kisskb/build/linus_mpc85xx_defconfig_powerpc-gcc4.6 CROSS_COMPILE=/opt/cross/kisskb/gcc-4.6.3-nolibc/powerpc-linux/bin/powerpc-linux- /kisskb/src/fs/proc/inode.c: In function 'proc_reg_open': /kisskb/src/include/linux/list.h:72:12: warning: 'pdeo' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/fs/proc/inode.c:338:21: note: 'pdeo' was declared here /kisskb/src/kernel/printk/printk.c: In function 'devkmsg_sysctl_set_loglvl': /kisskb/src/kernel/printk/printk.c:204:16: warning: 'old' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/kernel/trace/trace_events.c: In function 'event_create_dir': /kisskb/src/kernel/trace/trace_events.c:2039:6: warning: 'ret' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/sound/soc/codecs/wm8960.c: In function 'wm8960_configure_clocking': /kisskb/src/sound/soc/codecs/wm8960.c:800:70: warning: 'j' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/sound/soc/codecs/wm8960.c:797:68: warning: 'i' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/fs/ext4/extents.c: In function 'ext4_convert_unwritten_io_end_vec': /kisskb/src/fs/ext4/extents.c:5009:23: warning: 'ret' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/mm/hugetlb.c: In function 'alloc_pool_huge_page': /kisskb/src/mm/hugetlb.c:1426:5: warning: 'page' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/drivers/tty/serial/8250/8250_core.c: In function 'univ8250_release_irq': /kisskb/src/drivers/tty/serial/8250/8250_core.c:248:18: warning: 'i' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/drivers/tty/serial/8250/8250_core.c:228:19: note: 'i' was declared here /kisskb/src/fs/udf/unicode.c: In function 'udf_name_conv_char': /kisskb/src/fs/udf/unicode.c:132:8: warning: 'c' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/drivers/net/ethernet/freescale/fs_enet/mac-scc.c: In function 'allocate_bd': /kisskb/src/drivers/net/ethernet/freescale/fs_enet/mac-scc.c:139:6: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] /kisskb/src/drivers/base/regmap/regmap.c: In function 'regmap_raw_read': /kisskb/src/drivers/base/regmap/regmap.c:2598:6: warning: 'ret' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/drivers/base/regmap/regmap.c: In function '_regmap_raw_write': /kisskb/src/drivers/base/regmap/regmap.c:1859:6: warning: 'ret' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/drivers/usb/core/devio.c: In function 'async_completed': /kisskb/src/drivers/usb/core/devio.c:625:23: warning: 'errno' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/fs/io_uring.c: In function '__io_sqe_files_update': /kisskb/src/fs/io_uring.c:5713:13: warning: 'err' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/arch/powerpc/boot/dts/fsl/mpc8541cds.dts:330.3-21: Warning (pci_device_bus_num): /pci@e0008000/i8259@19000:bus-range: PCI bus number 1 out of range, expected (0 - 0) /kisskb/src/arch/powerpc/boot/dts/fsl/mpc8555cds.dts:330.3-21: Warning (pci_device_bus_num): /pci@e0008000/i8259@19000:bus-range: PCI bus number 1 out of range, expected (0 - 0) INFO: Uncompressed kernel (size 0xc8a6dc) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) INFO: Uncompressed kernel (size 0xc8a6dc) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) INFO: Uncompressed kernel (size 0xc8a6dc) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) INFO: Uncompressed kernel (size 0xc8a6dc) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) INFO: Uncompressed kernel (size 0xc8a6dc) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) INFO: Uncompressed kernel (size 0xc8a6dc) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) INFO: Uncompressed kernel (size 0xc8a6dc) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) INFO: Uncompressed kernel (size 0xc8a6dc) overlaps the address of the wrapper(0x400000) INFO: Uncompressed kernel (size 0xc8a6dc) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) INFO: Fixing the link_address of wrapper to (0xd00000) INFO: Uncompressed kernel (size 0xc8a6dc) overlaps the address of the wrapper(0x400000) INFO: Uncompressed kernel (size 0xc8a6dc) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) INFO: Fixing the link_address of wrapper to (0xd00000) INFO: Uncompressed kernel (size 0xc8a6dc) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) INFO: Uncompressed kernel (size 0xc8a6dc) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) INFO: Uncompressed kernel (size 0xc8a6dc) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) INFO: Uncompressed kernel (size 0xc8a6dc) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) INFO: Uncompressed kernel (size 0xc79f44) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) Image Name: Linux-5.5.0-g33b40134e5cf Created: Wed Feb 5 05:06:39 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6023340 Bytes = 5882.17 KiB = 5.74 MiB Load Address: 00000000 Entry Point: 00000000 Image Name: Linux-5.5.0-g33b40134e5cf Created: Wed Feb 5 05:06:39 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6051928 Bytes = 5910.09 KiB = 5.77 MiB Load Address: 00d00000 Entry Point: 00d002e8 Image Name: Linux-5.5.0-g33b40134e5cf Created: Wed Feb 5 05:06:39 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6051874 Bytes = 5910.03 KiB = 5.77 MiB Load Address: 00d00000 Entry Point: 00d002a8 Image Name: Linux-5.5.0-g33b40134e5cf Created: Wed Feb 5 05:06:39 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6052435 Bytes = 5910.58 KiB = 5.77 MiB Load Address: 00d00000 Entry Point: 00d002a8 Image Name: Linux-5.5.0-g33b40134e5cf Created: Wed Feb 5 05:06:39 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6051882 Bytes = 5910.04 KiB = 5.77 MiB Load Address: 00d00000 Entry Point: 00d002e8 Image Name: Linux-5.5.0-g33b40134e5cf Created: Wed Feb 5 05:06:39 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6051922 Bytes = 5910.08 KiB = 5.77 MiB Load Address: 00d00000 Entry Point: 00d002a8 Image Name: Linux-5.5.0-g33b40134e5cf Created: Wed Feb 5 05:06:39 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6051594 Bytes = 5909.76 KiB = 5.77 MiB Load Address: 00d00000 Entry Point: 00d002a8 Image Name: Linux-5.5.0-g33b40134e5cf Created: Wed Feb 5 05:06:39 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6051945 Bytes = 5910.10 KiB = 5.77 MiB Load Address: 00d00000 Entry Point: 00d002e8 Image Name: Linux-5.5.0-g33b40134e5cf Created: Wed Feb 5 05:06:39 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6054684 Bytes = 5912.78 KiB = 5.77 MiB Load Address: 00d00000 Entry Point: 00d002a8 Image Name: Linux-5.5.0-g33b40134e5cf Created: Wed Feb 5 05:06:39 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6051880 Bytes = 5910.04 KiB = 5.77 MiB Load Address: 00d00000 Entry Point: 00d002e8 Image Name: Linux-5.5.0-g33b40134e5cf Created: Wed Feb 5 05:06:39 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6053430 Bytes = 5911.55 KiB = 5.77 MiB Load Address: 00d00000 Entry Point: 00d002a8 Image Name: Linux-5.5.0-g33b40134e5cf Created: Wed Feb 5 05:06:39 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6051570 Bytes = 5909.74 KiB = 5.77 MiB Load Address: 00d00000 Entry Point: 00d002e8 Image Name: Linux-5.5.0-g33b40134e5cf Created: Wed Feb 5 05:06:40 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6053994 Bytes = 5912.10 KiB = 5.77 MiB Load Address: 00d00000 Entry Point: 00d002a8 Image Name: Linux-5.5.0-g33b40134e5cf Created: Wed Feb 5 05:06:40 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6054582 Bytes = 5912.68 KiB = 5.77 MiB Load Address: 00d00000 Entry Point: 00d002a8 Image Name: Linux-5.5.0-g33b40134e5cf Created: Wed Feb 5 05:06:40 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6051597 Bytes = 5909.76 KiB = 5.77 MiB Load Address: 00d00000 Entry Point: 00d002a8 Image Name: Linux-5.5.0-g33b40134e5cf Created: Wed Feb 5 05:06:40 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6051928 Bytes = 5910.09 KiB = 5.77 MiB Load Address: 00d00000 Entry Point: 00d002a8 Completed OK # rm -rf /kisskb/build/linus_mpc85xx_defconfig_powerpc-gcc4.6 # Build took: 0:01:58.051868
© Michael Ellerman 2006-2018.