Buildresult: kbuild/mpc85xx_smp_defconfig/powerpc-gcc4.9 built on May 7 2021, 23:50
kisskb
Revisions
|
Branches
|
Compilers
|
Configs
|
Build Results
|
Build Failures
|
Status:
OK
Date/Time:
May 7 2021, 23:50
Duration:
0:02:14.491017
Builder:
ka2
Revision:
linux/kconfig.h: replace IF_ENABLED() with PTR_IF() in <linux/kernel.h> (
316a1c580c288031b7957e39e160ca285f6e1e3a)
Target:
kbuild/mpc85xx_smp_defconfig/powerpc-gcc4.9
Branch:
kbuild
Compiler:
powerpc-gcc4.9
(powerpc64-linux-gcc (GCC) 4.9.4 / GNU ld (GNU Binutils) 2.29.1.20170915)
Config:
mpc85xx_smp_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 316a1c580c288031b7957e39e160ca285f6e1e3a^{commit} 316a1c580c288031b7957e39e160ca285f6e1e3a already have revision, skipping fetch # git checkout -q -f -B kisskb 316a1c580c288031b7957e39e160ca285f6e1e3a # git clean -qxdf # < git log -1 # commit 316a1c580c288031b7957e39e160ca285f6e1e3a # Author: Masahiro Yamada <masahiroy@kernel.org> # Date: Thu May 6 02:45:15 2021 +0900 # # linux/kconfig.h: replace IF_ENABLED() with PTR_IF() in <linux/kernel.h> # # <linux/kconfig.h> is included from all the kernel-space source files, # including C, assembly, linker scripts. It is intended to contain a # minimal set of macros to evaluate CONFIG options. # # IF_ENABLED() is an intruder here because (x ? y : z) is C code, which # should not be included from assembly files or linker scripts. # # Also, <linux/kconfig.h> is no longer self-contained because NULL is # defined in <linux/stddef.h>. # # Move IF_ENABLED() out to <linux/kernel.h> as PTR_IF(). PTF_IF() # takes the general boolean expression instead of a CONFIG option # so that it fits better in <linux/kernel.h>. # # Signed-off-by: Masahiro Yamada <masahiroy@kernel.org> # Reviewed-by: Kees Cook <keescook@chromium.org> # < /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 316a1c580c288031b7957e39e160ca285f6e1e3a # < make -s -j 48 ARCH=powerpc O=/kisskb/build/kbuild_mpc85xx_smp_defconfig_powerpc-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/powerpc64-linux/bin/powerpc64-linux- mpc85xx_smp_defconfig # < make -s -j 48 ARCH=powerpc O=/kisskb/build/kbuild_mpc85xx_smp_defconfig_powerpc-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/powerpc64-linux/bin/powerpc64-linux- help # make -s -j 48 ARCH=powerpc O=/kisskb/build/kbuild_mpc85xx_smp_defconfig_powerpc-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/powerpc64-linux/bin/powerpc64-linux- olddefconfig # make -s -j 48 ARCH=powerpc O=/kisskb/build/kbuild_mpc85xx_smp_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:10: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 0xe1b30c) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xf00000) INFO: Uncompressed kernel (size 0xe1b30c) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xf00000) INFO: Uncompressed kernel (size 0xe1b30c) overlaps the address of the wrapper(0x400000) INFO: Uncompressed kernel (size 0xe1b30c) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xf00000) INFO: Fixing the link_address of wrapper to (0xf00000) INFO: Uncompressed kernel (size 0xe1b30c) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xf00000) INFO: Uncompressed kernel (size 0xe1b30c) overlaps the address of the wrapper(0x400000) INFO: Uncompressed kernel (size 0xe1b30c) overlaps the address of the wrapper(0x400000) INFO: Uncompressed kernel (size 0xe1b30c) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xf00000) INFO: Fixing the link_address of wrapper to (0xf00000) INFO: Fixing the link_address of wrapper to (0xf00000) INFO: Uncompressed kernel (size 0xe1b30c) overlaps the address of the wrapper(0x400000) INFO: Uncompressed kernel (size 0xe1b30c) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xf00000) INFO: Fixing the link_address of wrapper to (0xf00000) INFO: Uncompressed kernel (size 0xe1b30c) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xf00000) INFO: Uncompressed kernel (size 0xe1b30c) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xf00000) INFO: Uncompressed kernel (size 0xe1b30c) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xf00000) INFO: Uncompressed kernel (size 0xe1b30c) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xf00000) INFO: Uncompressed kernel (size 0xe1b30c) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xf00000) INFO: Uncompressed kernel (size 0xe0abe0) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xf00000) Image Name: Linux-5.12.0-109959-g316a1c580c2 Created: Fri May 7 23:52:31 2021 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6847707 Bytes = 6687.21 KiB = 6.53 MiB Load Address: 00000000 Entry Point: 00000000 Image Name: Linux-5.12.0-109959-g316a1c580c2 Created: Fri May 7 23:52:33 2021 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6880195 Bytes = 6718.94 KiB = 6.56 MiB Load Address: 00f00000 Entry Point: 00f002a4 Image Name: Linux-5.12.0-109959-g316a1c580c2 Created: Fri May 7 23:52:34 2021 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6880332 Bytes = 6719.07 KiB = 6.56 MiB Load Address: 00f00000 Entry Point: 00f00314 Image Name: Linux-5.12.0-109959-g316a1c580c2 Created: Fri May 7 23:52:34 2021 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6879714 Bytes = 6718.47 KiB = 6.56 MiB Load Address: 00f00000 Entry Point: 00f00314 Image Name: Linux-5.12.0-109959-g316a1c580c2 Created: Fri May 7 23:52:34 2021 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6879640 Bytes = 6718.40 KiB = 6.56 MiB Load Address: 00f00000 Entry Point: 00f002a4 Image Name: Linux-5.12.0-109959-g316a1c580c2 Created: Fri May 7 23:52:34 2021 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6880214 Bytes = 6718.96 KiB = 6.56 MiB Load Address: 00f00000 Entry Point: 00f002a4 Image Name: Linux-5.12.0-109959-g316a1c580c2 Created: Fri May 7 23:52:34 2021 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6880982 Bytes = 6719.71 KiB = 6.56 MiB Load Address: 00f00000 Entry Point: 00f002a4 Image Name: Linux-5.12.0-109959-g316a1c580c2 Created: Fri May 7 23:52:34 2021 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6879958 Bytes = 6718.71 KiB = 6.56 MiB Load Address: 00f00000 Entry Point: 00f00314 Image Name: Linux-5.12.0-109959-g316a1c580c2 Created: Fri May 7 23:52:34 2021 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6880199 Bytes = 6718.94 KiB = 6.56 MiB Load Address: 00f00000 Entry Point: 00f002a4 Image Name: Linux-5.12.0-109959-g316a1c580c2 Created: Fri May 7 23:52:34 2021 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6879684 Bytes = 6718.44 KiB = 6.56 MiB Load Address: 00f00000 Entry Point: 00f002a4 Image Name: Linux-5.12.0-109959-g316a1c580c2 Created: Fri May 7 23:52:34 2021 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6880243 Bytes = 6718.99 KiB = 6.56 MiB Load Address: 00f00000 Entry Point: 00f002a4 Image Name: Linux-5.12.0-109959-g316a1c580c2 Created: Fri May 7 23:52:34 2021 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6880367 Bytes = 6719.11 KiB = 6.56 MiB Load Address: 00f00000 Entry Point: 00f002a4 Image Name: Linux-5.12.0-109959-g316a1c580c2 Created: Fri May 7 23:52:35 2021 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6880315 Bytes = 6719.06 KiB = 6.56 MiB Load Address: 00f00000 Entry Point: 00f002a4 Image Name: Linux-5.12.0-109959-g316a1c580c2 Created: Fri May 7 23:52:35 2021 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6880238 Bytes = 6718.98 KiB = 6.56 MiB Load Address: 00f00000 Entry Point: 00f00314 Image Name: Linux-5.12.0-109959-g316a1c580c2 Created: Fri May 7 23:52:35 2021 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6879712 Bytes = 6718.47 KiB = 6.56 MiB Load Address: 00f00000 Entry Point: 00f00314 Image Name: Linux-5.12.0-109959-g316a1c580c2 Created: Fri May 7 23:52:35 2021 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6881031 Bytes = 6719.76 KiB = 6.56 MiB Load Address: 00f00000 Entry Point: 00f002a4 Completed OK # rm -rf /kisskb/build/kbuild_mpc85xx_smp_defconfig_powerpc-gcc4.9 # Build took: 0:02:14.491017
© Michael Ellerman 2006-2018.