Buildresult: powerpc-fixes/mpc85xx_defconfig+KVM/powerpc-gcc9 built on Mar 12 2021, 13:50
kisskb
Revisions
|
Branches
|
Compilers
|
Configs
|
Build Results
|
Build Failures
|
Status:
OK
Date/Time:
Mar 12 2021, 13:50
Duration:
0:04:09.357852
Builder:
ka1
Revision:
powerpc/eeh: Fix build failure with CONFIG_PROC_FS=n (
cb6627c4919fb7023111d362391add9f848d2a91)
Target:
powerpc-fixes/mpc85xx_defconfig+KVM/powerpc-gcc9
Branch:
powerpc-fixes
Compiler:
powerpc-gcc9
(powerpc64-linux-gcc (GCC) 9.2.0 / GNU ld (GNU Binutils) 2.32)
Config:
mpc85xx_defconfig+KVM
(
download
)
Log:
Download original
Possible warnings (7)
.config:4192:warning: override: reassigning to symbol PPC_E500MC .config:4193:warning: override: reassigning to symbol VIRTUALIZATION drivers/net/phy/phy_device.c:293:12: warning: 'mdio_bus_phy_resume' defined but not used [-Wunused-function] drivers/net/phy/phy_device.c:273:12: warning: 'mdio_bus_phy_suspend' defined but not used [-Wunused-function] 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 cb6627c4919fb7023111d362391add9f848d2a91^{commit} cb6627c4919fb7023111d362391add9f848d2a91 already have revision, skipping fetch # git checkout -q -f -B kisskb cb6627c4919fb7023111d362391add9f848d2a91 # git clean -qxdf # < git log -1 # commit cb6627c4919fb7023111d362391add9f848d2a91 # Author: Michael Ellerman <mpe@ellerman.id.au> # Date: Wed Mar 10 19:36:29 2021 +1100 # # powerpc/eeh: Fix build failure with CONFIG_PROC_FS=n # # The build fails with CONFIG_PROC_FS=n: # # arch/powerpc/kernel/eeh.c:1571:12: error: ‘proc_eeh_show’ defined but not used # 1571 | static int proc_eeh_show(struct seq_file *m, void *v) # # Wrap proc_eeh_show() in an ifdef to avoid it. # # Signed-off-by: Michael Ellerman <mpe@ellerman.id.au> # < /opt/cross/kisskb/korg/gcc-9.2.0-nolibc/powerpc64-linux/bin/powerpc64-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-9.2.0-nolibc/powerpc64-linux/bin/powerpc64-linux-ld --version # < git log --format=%s --max-count=1 cb6627c4919fb7023111d362391add9f848d2a91 # < make -s -j 8 ARCH=powerpc O=/kisskb/build/powerpc-fixes_mpc85xx_defconfig+KVM_powerpc-gcc9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-9.2.0-nolibc/powerpc64-linux/bin/powerpc64-linux- mpc85xx_defconfig # Added to kconfig CONFIG_PPC_E500MC=y # Added to kconfig CONFIG_VIRTUALIZATION=y # Added to kconfig CONFIG_KVM_E500MC=y # Added to kconfig # < make -s -j 8 ARCH=powerpc O=/kisskb/build/powerpc-fixes_mpc85xx_defconfig+KVM_powerpc-gcc9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-9.2.0-nolibc/powerpc64-linux/bin/powerpc64-linux- help # make -s -j 8 ARCH=powerpc O=/kisskb/build/powerpc-fixes_mpc85xx_defconfig+KVM_powerpc-gcc9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-9.2.0-nolibc/powerpc64-linux/bin/powerpc64-linux- olddefconfig .config:4192:warning: override: reassigning to symbol PPC_E500MC .config:4193:warning: override: reassigning to symbol VIRTUALIZATION # make -s -j 8 ARCH=powerpc O=/kisskb/build/powerpc-fixes_mpc85xx_defconfig+KVM_powerpc-gcc9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-9.2.0-nolibc/powerpc64-linux/bin/powerpc64-linux- /kisskb/src/drivers/net/phy/phy_device.c:293:12: warning: 'mdio_bus_phy_resume' defined but not used [-Wunused-function] 293 | static int mdio_bus_phy_resume(struct device *dev) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/net/phy/phy_device.c:273:12: warning: 'mdio_bus_phy_suspend' defined but not used [-Wunused-function] 273 | static int mdio_bus_phy_suspend(struct device *dev) | ^~~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/kernel.h:10, 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] 22 | #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' 78 | # 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' 139 | 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 0xf4abc0) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0x1000000) INFO: Uncompressed kernel (size 0xf4abc0) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0x1000000) INFO: Uncompressed kernel (size 0xf4abc0) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0x1000000) INFO: Uncompressed kernel (size 0xf4abc0) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0x1000000) INFO: Uncompressed kernel (size 0xf4abc0) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0x1000000) INFO: Uncompressed kernel (size 0xf4abc0) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0x1000000) INFO: Uncompressed kernel (size 0xf4abc0) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0x1000000) INFO: Uncompressed kernel (size 0xf3a494) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0x1000000) Image Name: Linux-5.12.0-rc2-gcb6627c4919f Created: Fri Mar 12 13:54:45 2021 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 7086059 Bytes = 6919.98 KiB = 6.76 MiB Load Address: 01000000 Entry Point: 010002cc INFO: Uncompressed kernel (size 0xf4abc0) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0x1000000) Image Name: Linux-5.12.0-rc2-gcb6627c4919f Created: Fri Mar 12 13:54:46 2021 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 7086709 Bytes = 6920.61 KiB = 6.76 MiB Load Address: 01000000 Entry Point: 010002cc INFO: Uncompressed kernel (size 0xf4abc0) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0x1000000) Image Name: Linux-5.12.0-rc2-gcb6627c4919f Created: Fri Mar 12 13:54:46 2021 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 7086132 Bytes = 6920.05 KiB = 6.76 MiB Load Address: 01000000 Entry Point: 0100031c INFO: Uncompressed kernel (size 0xf4abc0) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0x1000000) Image Name: Linux-5.12.0-rc2-gcb6627c4919f Created: Fri Mar 12 13:54:46 2021 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 7051804 Bytes = 6886.53 KiB = 6.73 MiB Load Address: 00000000 Entry Point: 00000000 INFO: Uncompressed kernel (size 0xf4abc0) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0x1000000) Image Name: Linux-5.12.0-rc2-gcb6627c4919f Created: Fri Mar 12 13:54:46 2021 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 7085977 Bytes = 6919.90 KiB = 6.76 MiB Load Address: 01000000 Entry Point: 010002cc Image Name: Linux-5.12.0-rc2-gcb6627c4919f Created: Fri Mar 12 13:54:46 2021 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 7087772 Bytes = 6921.65 KiB = 6.76 MiB Load Address: 01000000 Entry Point: 010002cc INFO: Uncompressed kernel (size 0xf4abc0) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0x1000000) INFO: Uncompressed kernel (size 0xf4abc0) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0x1000000) Image Name: Linux-5.12.0-rc2-gcb6627c4919f Created: Fri Mar 12 13:54:47 2021 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 7085970 Bytes = 6919.89 KiB = 6.76 MiB Load Address: 01000000 Entry Point: 010002cc Image Name: Linux-5.12.0-rc2-gcb6627c4919f Created: Fri Mar 12 13:54:47 2021 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 7087294 Bytes = 6921.19 KiB = 6.76 MiB Load Address: 01000000 Entry Point: 010002cc INFO: Uncompressed kernel (size 0xf4abc0) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0x1000000) INFO: Uncompressed kernel (size 0xf4abc0) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0x1000000) Image Name: Linux-5.12.0-rc2-gcb6627c4919f Created: Fri Mar 12 13:54:50 2021 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 7087796 Bytes = 6921.68 KiB = 6.76 MiB Load Address: 01000000 Entry Point: 010002cc Image Name: Linux-5.12.0-rc2-gcb6627c4919f Created: Fri Mar 12 13:54:51 2021 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 7085877 Bytes = 6919.80 KiB = 6.76 MiB Load Address: 01000000 Entry Point: 010002cc Image Name: Linux-5.12.0-rc2-gcb6627c4919f Created: Fri Mar 12 13:54:51 2021 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 7086070 Bytes = 6919.99 KiB = 6.76 MiB Load Address: 01000000 Entry Point: 0100031c Image Name: Linux-5.12.0-rc2-gcb6627c4919f Created: Fri Mar 12 13:54:51 2021 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 7086655 Bytes = 6920.56 KiB = 6.76 MiB Load Address: 01000000 Entry Point: 010002cc Image Name: Linux-5.12.0-rc2-gcb6627c4919f Created: Fri Mar 12 13:54:52 2021 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 7086404 Bytes = 6920.32 KiB = 6.76 MiB Load Address: 01000000 Entry Point: 0100031c Image Name: Linux-5.12.0-rc2-gcb6627c4919f Created: Fri Mar 12 13:54:52 2021 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 7086072 Bytes = 6919.99 KiB = 6.76 MiB Load Address: 01000000 Entry Point: 0100031c Image Name: Linux-5.12.0-rc2-gcb6627c4919f Created: Fri Mar 12 13:54:52 2021 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 7086043 Bytes = 6919.96 KiB = 6.76 MiB Load Address: 01000000 Entry Point: 0100031c Image Name: Linux-5.12.0-rc2-gcb6627c4919f Created: Fri Mar 12 13:54:52 2021 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 7086274 Bytes = 6920.19 KiB = 6.76 MiB Load Address: 01000000 Entry Point: 010002cc Completed OK # rm -rf /kisskb/build/powerpc-fixes_mpc85xx_defconfig+KVM_powerpc-gcc9 # Build took: 0:04:09.357852
© Michael Ellerman 2006-2018.