Buildresult: linus/mpc85xx_defconfig/powerpc-gcc4.9 built on Jun 8 2020, 15:21
kisskb
Revisions
|
Branches
|
Compilers
|
Configs
|
Build Results
|
Build Failures
|
Status:
OK
Date/Time:
Jun 8 2020, 15:21
Duration:
0:02:59.412479
Builder:
ka2
Revision:
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net (
af7b4801030c07637840191c69eb666917e4135d)
Target:
linus/mpc85xx_defconfig/powerpc-gcc4.9
Branch:
linus
Compiler:
powerpc-gcc4.9
(powerpc64-linux-gcc (GCC) 4.9.4 / GNU ld (GNU Binutils) 2.29.1.20170915)
Config:
mpc85xx_defconfig
(
download
)
Log:
Download original
Possible warnings (3)
include/linux/err.h:22:49: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 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 af7b4801030c07637840191c69eb666917e4135d^{commit} af7b4801030c07637840191c69eb666917e4135d already have revision, skipping fetch # git checkout -q -f -B kisskb af7b4801030c07637840191c69eb666917e4135d # git clean -qxdf # < git log -1 # commit af7b4801030c07637840191c69eb666917e4135d # Merge: 52e0ad262cd7 4d3da2d8d91f # Author: Linus Torvalds <torvalds@linux-foundation.org> # Date: Sun Jun 7 17:27:45 2020 -0700 # # Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net # # Pull networking fixes from David Miller: # # - Fix the build with certain Kconfig combinations for the Chelsio # inline TLS device, from Rohit Maheshwar and Vinay Kumar Yadavi. # # - Fix leak in genetlink, from Cong Lang. # # - Fix out of bounds packet header accesses in seg6, from Ahmed # Abdelsalam. # # - Two XDP fixes in the ENA driver, from Sameeh Jubran # # - Use rwsem in device rename instead of a seqcount because this code # can sleep, from Ahmed S. Darwish. # # - Fix WoL regressions in r8169, from Heiner Kallweit. # # - Fix qed crashes in kdump mode, from Alok Prasad. # # - Fix the callbacks used for certain thermal zones in mlxsw, from Vadim # Pasternak. # # * git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net: (35 commits) # net: dsa: lantiq_gswip: fix and improve the unsupported interface error # mlxsw: core: Use different get_trend() callbacks for different thermal zones # net: dp83869: Reset return variable if PHY strap is read # rhashtable: Drop raw RCU deref in nested_table_free # cxgb4: Use kfree() instead kvfree() where appropriate # net: qed: fixes crash while running driver in kdump kernel # vsock/vmci: make vmci_vsock_transport_cb() static # net: ethtool: Fix comment mentioning typo in IS_ENABLED() # net: phy: mscc: fix Serdes configuration in vsc8584_config_init # net: mscc: Fix OF_MDIO config check # net: marvell: Fix OF_MDIO config check # net: dp83867: Fix OF_MDIO config check # net: dp83869: Fix OF_MDIO config check # net: ethernet: mvneta: fix MVNETA_SKB_HEADROOM alignment # ethtool: linkinfo: remove an unnecessary NULL check # net/xdp: use shift instead of 64 bit division # crypto/chtls:Fix compile error when CONFIG_IPV6 is disabled # inet_connection_sock: clear inet_num out of destroy helper # yam: fix possible memory leak in yam_init_driver # lan743x: Use correct MAC_CR configuration for 1 GBit speed # ... # < /opt/cross/kisskb/korg/gcc-4.9.4-nolibc/powerpc64-linux/bin/powerpc64-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-4.9.4-nolibc/powerpc64-linux/bin/powerpc64-linux-ld --version # < git log --format=%s --max-count=1 af7b4801030c07637840191c69eb666917e4135d # < make -s -j 8 ARCH=powerpc O=/kisskb/build/linus_mpc85xx_defconfig_powerpc-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/powerpc64-linux/bin/powerpc64-linux- mpc85xx_defconfig # < make -s -j 8 ARCH=powerpc O=/kisskb/build/linus_mpc85xx_defconfig_powerpc-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/powerpc64-linux/bin/powerpc64-linux- help # make -s -j 8 ARCH=powerpc O=/kisskb/build/linus_mpc85xx_defconfig_powerpc-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/powerpc64-linux/bin/powerpc64-linux- olddefconfig # make -s -j 8 ARCH=powerpc O=/kisskb/build/linus_mpc85xx_defconfig_powerpc-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/powerpc64-linux/bin/powerpc64-linux- In file included from /kisskb/src/include/linux/kernel.h:11:0, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/module.h:12, from /kisskb/src/drivers/net/ethernet/freescale/fs_enet/mac-scc.c:15: /kisskb/src/drivers/net/ethernet/freescale/fs_enet/mac-scc.c: In function 'allocate_bd': /kisskb/src/include/linux/err.h:22:49: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] #define IS_ERR_VALUE(x) unlikely((unsigned long)(void *)(x) >= (unsigned long)-MAX_ERRNO) ^ /kisskb/src/include/linux/compiler.h:78:42: note: in definition of macro 'unlikely' # define unlikely(x) __builtin_expect(!!(x), 0) ^ /kisskb/src/drivers/net/ethernet/freescale/fs_enet/mac-scc.c:139:6: note: in expansion of macro 'IS_ERR_VALUE' if (IS_ERR_VALUE(fep->ring_mem_addr)) ^ /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 0xcb1538) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) INFO: Uncompressed kernel (size 0xcb1538) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) INFO: Uncompressed kernel (size 0xcb1538) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) INFO: Uncompressed kernel (size 0xcb1538) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) INFO: Uncompressed kernel (size 0xcb1538) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) INFO: Uncompressed kernel (size 0xcb1538) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) INFO: Uncompressed kernel (size 0xcb1538) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) INFO: Uncompressed kernel (size 0xca0d34) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) Image Name: Linux-5.7.0-29136-gaf7b4801030c Created: Mon Jun 8 15:24:31 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6200302 Bytes = 6054.98 KiB = 5.91 MiB Load Address: 00000000 Entry Point: 00000000 INFO: Uncompressed kernel (size 0xcb1538) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) Image Name: Linux-5.7.0-29136-gaf7b4801030c Created: Mon Jun 8 15:24:33 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6233645 Bytes = 6087.54 KiB = 5.94 MiB Load Address: 00d00000 Entry Point: 00d002a4 INFO: Uncompressed kernel (size 0xcb1538) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) Image Name: Linux-5.7.0-29136-gaf7b4801030c Created: Mon Jun 8 15:24:33 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6233837 Bytes = 6087.73 KiB = 5.95 MiB Load Address: 00d00000 Entry Point: 00d002a4 Image Name: Linux-5.7.0-29136-gaf7b4801030c Created: Mon Jun 8 15:24:33 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6232646 Bytes = 6086.57 KiB = 5.94 MiB Load Address: 00d00000 Entry Point: 00d002a4 INFO: Uncompressed kernel (size 0xcb1538) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) INFO: Uncompressed kernel (size 0xcb1538) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) Image Name: Linux-5.7.0-29136-gaf7b4801030c Created: Mon Jun 8 15:24:33 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6232695 Bytes = 6086.62 KiB = 5.94 MiB Load Address: 00d00000 Entry Point: 00d00314 Image Name: Linux-5.7.0-29136-gaf7b4801030c Created: Mon Jun 8 15:24:33 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6234048 Bytes = 6087.94 KiB = 5.95 MiB Load Address: 00d00000 Entry Point: 00d002a4 Image Name: Linux-5.7.0-29136-gaf7b4801030c Created: Mon Jun 8 15:24:33 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6232257 Bytes = 6086.19 KiB = 5.94 MiB Load Address: 00d00000 Entry Point: 00d002a4 Image Name: Linux-5.7.0-29136-gaf7b4801030c Created: Mon Jun 8 15:24:33 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6232641 Bytes = 6086.56 KiB = 5.94 MiB Load Address: 00d00000 Entry Point: 00d002a4 INFO: Uncompressed kernel (size 0xcb1538) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) INFO: Uncompressed kernel (size 0xcb1538) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) INFO: Uncompressed kernel (size 0xcb1538) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) INFO: Uncompressed kernel (size 0xcb1538) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) Image Name: Linux-5.7.0-29136-gaf7b4801030c Created: Mon Jun 8 15:24:35 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6234207 Bytes = 6088.09 KiB = 5.95 MiB Load Address: 00d00000 Entry Point: 00d002a4 Image Name: Linux-5.7.0-29136-gaf7b4801030c Created: Mon Jun 8 15:24:36 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6232224 Bytes = 6086.16 KiB = 5.94 MiB Load Address: 00d00000 Entry Point: 00d002a4 Image Name: Linux-5.7.0-29136-gaf7b4801030c Created: Mon Jun 8 15:24:37 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6232245 Bytes = 6086.18 KiB = 5.94 MiB Load Address: 00d00000 Entry Point: 00d00314 Image Name: Linux-5.7.0-29136-gaf7b4801030c Created: Mon Jun 8 15:24:37 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6232309 Bytes = 6086.24 KiB = 5.94 MiB Load Address: 00d00000 Entry Point: 00d00314 Image Name: Linux-5.7.0-29136-gaf7b4801030c Created: Mon Jun 8 15:24:37 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6232247 Bytes = 6086.18 KiB = 5.94 MiB Load Address: 00d00000 Entry Point: 00d00314 Image Name: Linux-5.7.0-29136-gaf7b4801030c Created: Mon Jun 8 15:24:37 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6232741 Bytes = 6086.66 KiB = 5.94 MiB Load Address: 00d00000 Entry Point: 00d00314 Image Name: Linux-5.7.0-29136-gaf7b4801030c Created: Mon Jun 8 15:24:37 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6232904 Bytes = 6086.82 KiB = 5.94 MiB Load Address: 00d00000 Entry Point: 00d002a4 Image Name: Linux-5.7.0-29136-gaf7b4801030c Created: Mon Jun 8 15:24:37 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6232725 Bytes = 6086.65 KiB = 5.94 MiB Load Address: 00d00000 Entry Point: 00d002a4 Completed OK # rm -rf /kisskb/build/linus_mpc85xx_defconfig_powerpc-gcc4.9 # Build took: 0:02:59.412479
© Michael Ellerman 2006-2018.