Buildresult: linus/mpc85xx_defconfig/powerpc-gcc4.9 built on Jun 21 2020, 06:35
kisskb
Revisions
|
Branches
|
Compilers
|
Configs
|
Build Results
|
Build Failures
|
Status:
OK
Date/Time:
Jun 21 2020, 06:35
Duration:
0:02:19.051451
Builder:
ka1
Revision:
Merge tag 's390-5.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux (
1566feea450cb0ffcdb47daf723f62640c9f616a)
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 1566feea450cb0ffcdb47daf723f62640c9f616a^{commit} 1566feea450cb0ffcdb47daf723f62640c9f616a already have revision, skipping fetch # git checkout -q -f -B kisskb 1566feea450cb0ffcdb47daf723f62640c9f616a # git clean -qxdf # < git log -1 # commit 1566feea450cb0ffcdb47daf723f62640c9f616a # Merge: 7fdfbe08a2b3 b3583fca5fb6 # Author: Linus Torvalds <torvalds@linux-foundation.org> # Date: Sat Jun 20 12:31:08 2020 -0700 # # Merge tag 's390-5.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux # # Pull s390 fixes from Vasily Gorbik: # # - a few ptrace fixes mostly for strace and seccomp_bpf kernel tests # findings # # - cleanup unused pm callbacks in virtio ccw # # - replace kmalloc + memset with kzalloc in crypto # # - use $(LD) for vDSO linkage to make clang happy # # - fix vDSO clock_getres() to preserve the same behaviour as # posix_get_hrtimer_res() # # - fix workqueue cpumask warning when NUMA=n and nr_node_ids=2 # # - reduce SLSB writes during input processing, improve warnings and # cleanup qdio_data usage in qdio # # - a few fixes to use scnprintf() instead of snprintf() # # * tag 's390-5.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux: # s390: fix syscall_get_error for compat processes # s390/qdio: warn about unexpected SLSB states # s390/qdio: clean up usage of qdio_data # s390/numa: let NODES_SHIFT depend on NEED_MULTIPLE_NODES # s390/vdso: fix vDSO clock_getres() # s390/vdso: Use $(LD) instead of $(CC) to link vDSO # s390/protvirt: use scnprintf() instead of snprintf() # s390: use scnprintf() in sys_##_prefix##_##_name##_show # s390/crypto: use scnprintf() instead of snprintf() # s390/zcrypt: use kzalloc # s390/virtio: remove unused pm callbacks # s390/qdio: reduce SLSB writes during Input Queue processing # selftests/seccomp: s390 shares the syscall and return value register # s390/ptrace: fix setting syscall number # s390/ptrace: pass invalid syscall numbers to tracing # s390/ptrace: return -ENOSYS when invalid syscall is supplied # s390/seccomp: pass syscall arguments via seccomp_data # s390/qdio: fine-tune SLSB update # < /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 1566feea450cb0ffcdb47daf723f62640c9f616a # < make -s -j 48 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 48 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 48 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 48 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 0xcc7628) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) INFO: Uncompressed kernel (size 0xcc7628) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) INFO: Uncompressed kernel (size 0xcc7628) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) INFO: Uncompressed kernel (size 0xcc7628) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) INFO: Uncompressed kernel (size 0xcc7628) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) INFO: Uncompressed kernel (size 0xcc7628) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) INFO: Uncompressed kernel (size 0xcc7628) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) INFO: Uncompressed kernel (size 0xcc7628) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) INFO: Uncompressed kernel (size 0xcc7628) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) INFO: Uncompressed kernel (size 0xcc7628) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) INFO: Uncompressed kernel (size 0xcc7628) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) INFO: Uncompressed kernel (size 0xcc7628) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) INFO: Uncompressed kernel (size 0xcc7628) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) INFO: Uncompressed kernel (size 0xcc7628) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) INFO: Uncompressed kernel (size 0xcc7628) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) INFO: Uncompressed kernel (size 0xcb6e24) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) Image Name: Linux-5.8.0-rc1-g1566feea450c Created: Sun Jun 21 06:37:32 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6226983 Bytes = 6081.04 KiB = 5.94 MiB Load Address: 00000000 Entry Point: 00000000 Image Name: Linux-5.8.0-rc1-g1566feea450c Created: Sun Jun 21 06:37:34 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6261582 Bytes = 6114.83 KiB = 5.97 MiB Load Address: 00d00000 Entry Point: 00d00314 Image Name: Linux-5.8.0-rc1-g1566feea450c Created: Sun Jun 21 06:37:34 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6259966 Bytes = 6113.25 KiB = 5.97 MiB Load Address: 00d00000 Entry Point: 00d00314 Image Name: Linux-5.8.0-rc1-g1566feea450c Created: Sun Jun 21 06:37:34 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6262154 Bytes = 6115.38 KiB = 5.97 MiB Load Address: 00d00000 Entry Point: 00d002a4 Image Name: Linux-5.8.0-rc1-g1566feea450c Created: Sun Jun 21 06:37:34 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6261477 Bytes = 6114.72 KiB = 5.97 MiB Load Address: 00d00000 Entry Point: 00d002a4 Image Name: Linux-5.8.0-rc1-g1566feea450c Created: Sun Jun 21 06:37:34 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6261572 Bytes = 6114.82 KiB = 5.97 MiB Load Address: 00d00000 Entry Point: 00d002a4 Image Name: Linux-5.8.0-rc1-g1566feea450c Created: Sun Jun 21 06:37:35 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6260017 Bytes = 6113.30 KiB = 5.97 MiB Load Address: 00d00000 Entry Point: 00d00314 Image Name: Linux-5.8.0-rc1-g1566feea450c Created: Sun Jun 21 06:37:35 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6261476 Bytes = 6114.72 KiB = 5.97 MiB Load Address: 00d00000 Entry Point: 00d002a4 Image Name: Linux-5.8.0-rc1-g1566feea450c Created: Sun Jun 21 06:37:35 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6261542 Bytes = 6114.79 KiB = 5.97 MiB Load Address: 00d00000 Entry Point: 00d00314 Image Name: Linux-5.8.0-rc1-g1566feea450c Created: Sun Jun 21 06:37:35 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6259968 Bytes = 6113.25 KiB = 5.97 MiB Load Address: 00d00000 Entry Point: 00d00314 Image Name: Linux-5.8.0-rc1-g1566feea450c Created: Sun Jun 21 06:37:36 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6259957 Bytes = 6113.24 KiB = 5.97 MiB Load Address: 00d00000 Entry Point: 00d002a4 Image Name: Linux-5.8.0-rc1-g1566feea450c Created: Sun Jun 21 06:37:36 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6261296 Bytes = 6114.55 KiB = 5.97 MiB Load Address: 00d00000 Entry Point: 00d002a4 Image Name: Linux-5.8.0-rc1-g1566feea450c Created: Sun Jun 21 06:37:36 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6260112 Bytes = 6113.39 KiB = 5.97 MiB Load Address: 00d00000 Entry Point: 00d002a4 Image Name: Linux-5.8.0-rc1-g1566feea450c Created: Sun Jun 21 06:37:36 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6259900 Bytes = 6113.18 KiB = 5.97 MiB Load Address: 00d00000 Entry Point: 00d002a4 Image Name: Linux-5.8.0-rc1-g1566feea450c Created: Sun Jun 21 06:37:36 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6261452 Bytes = 6114.70 KiB = 5.97 MiB Load Address: 00d00000 Entry Point: 00d002a4 Image Name: Linux-5.8.0-rc1-g1566feea450c Created: Sun Jun 21 06:37:37 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6262003 Bytes = 6115.24 KiB = 5.97 MiB Load Address: 00d00000 Entry Point: 00d002a4 Completed OK # rm -rf /kisskb/build/linus_mpc85xx_defconfig_powerpc-gcc4.9 # Build took: 0:02:19.051451
© Michael Ellerman 2006-2018.