Buildresult: linus/mpc85xx_defconfig/powerpc-gcc4.9 built on May 7 2021, 03:18
kisskb
Revisions
|
Branches
|
Compilers
|
Configs
|
Build Results
|
Build Failures
|
Status:
OK
Date/Time:
May 7 2021, 03:18
Duration:
0:02:28.084297
Builder:
blade46
Revision:
Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-arm (
322a3b843d7f475b857646ed8f95b40431d3ecd0)
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 322a3b843d7f475b857646ed8f95b40431d3ecd0^{commit} 322a3b843d7f475b857646ed8f95b40431d3ecd0 already have revision, skipping fetch # git checkout -q -f -B kisskb 322a3b843d7f475b857646ed8f95b40431d3ecd0 # git clean -qxdf # < git log -1 # commit 322a3b843d7f475b857646ed8f95b40431d3ecd0 # Merge: 939b7cbc0090 298a58e165e4 # Author: Linus Torvalds <torvalds@linux-foundation.org> # Date: Thu May 6 09:28:07 2021 -0700 # # Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-arm # # Pull ARM updates from Russell King: # # - Fix BSS size calculation for LLVM # # - Improve robustness of kernel entry around v7_invalidate_l1 # # - Fix and update kprobes assembly # # - Correct breakpoint overflow handler check # # - Pause function graph tracer when suspending a CPU # # - Switch to generic syscallhdr.sh and syscalltbl.sh # # - Remove now unused set_kernel_text_r[wo] functions # # - Updates for ptdump (__init marking and using DEFINE_SHOW_ATTRIBUTE) # # - Fix for interrupted SMC (secure) calls # # - Remove Compaq Personal Server platform # # * tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-arm: # ARM: footbridge: remove personal server platform # ARM: 9075/1: kernel: Fix interrupted SMC calls # ARM: 9074/1: ptdump: convert to DEFINE_SHOW_ATTRIBUTE # ARM: 9073/1: ptdump: add __init section marker to three functions # ARM: 9072/1: mm: remove set_kernel_text_r[ow]() # ARM: 9067/1: syscalls: switch to generic syscallhdr.sh # ARM: 9068/1: syscalls: switch to generic syscalltbl.sh # ARM: 9066/1: ftrace: pause/unpause function graph tracer in cpu_suspend() # ARM: 9064/1: hw_breakpoint: Do not directly check the event's overflow_handler hook # ARM: 9062/1: kprobes: rewrite test-arm.c in UAL # ARM: 9061/1: kprobes: fix UNPREDICTABLE warnings # ARM: 9060/1: kexec: Remove unused kexec_reinit callback # ARM: 9059/1: cache-v7: get rid of mini-stack # ARM: 9058/1: cache-v7: refactor v7_invalidate_l1 to avoid clobbering r5/r6 # ARM: 9057/1: cache-v7: add missing ISB after cache level selection # ARM: 9056/1: decompressor: fix BSS size calculation for LLVM ld.lld # < /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 322a3b843d7f475b857646ed8f95b40431d3ecd0 # < make -s -j 32 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 32 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 32 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 32 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: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 0xd74f08) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xe00000) INFO: Uncompressed kernel (size 0xd74f08) overlaps the address of the wrapper(0x400000) INFO: Uncompressed kernel (size 0xd74f08) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xe00000) INFO: Fixing the link_address of wrapper to (0xe00000) INFO: Uncompressed kernel (size 0xd74f08) overlaps the address of the wrapper(0x400000) INFO: Uncompressed kernel (size 0xd74f08) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xe00000) INFO: Fixing the link_address of wrapper to (0xe00000) INFO: Uncompressed kernel (size 0xd74f08) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xe00000) INFO: Uncompressed kernel (size 0xd74f08) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xe00000) INFO: Uncompressed kernel (size 0xd74f08) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xe00000) INFO: Uncompressed kernel (size 0xd74f08) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xe00000) INFO: Uncompressed kernel (size 0xd74f08) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xe00000) INFO: Uncompressed kernel (size 0xd74f08) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xe00000) INFO: Uncompressed kernel (size 0xd74f08) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xe00000) INFO: Uncompressed kernel (size 0xd74f08) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xe00000) INFO: Uncompressed kernel (size 0xd74f08) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xe00000) INFO: Uncompressed kernel (size 0xd74f08) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xe00000) INFO: Uncompressed kernel (size 0xd647dc) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xe00000) Image Name: Linux-5.12.0-g322a3b843d7f Created: Fri May 7 03:20:35 2021 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6541373 Bytes = 6388.06 KiB = 6.24 MiB Load Address: 00e00000 Entry Point: 00e002a4 Image Name: Linux-5.12.0-g322a3b843d7f Created: Fri May 7 03:20:35 2021 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6539465 Bytes = 6386.20 KiB = 6.24 MiB Load Address: 00e00000 Entry Point: 00e002a4 Image Name: Linux-5.12.0-g322a3b843d7f Created: Fri May 7 03:20:35 2021 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6539644 Bytes = 6386.37 KiB = 6.24 MiB Load Address: 00e00000 Entry Point: 00e00314 Image Name: Linux-5.12.0-g322a3b843d7f Created: Fri May 7 03:20:35 2021 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6541523 Bytes = 6388.21 KiB = 6.24 MiB Load Address: 00e00000 Entry Point: 00e002a4 Image Name: Linux-5.12.0-g322a3b843d7f Created: Fri May 7 03:20:35 2021 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6541372 Bytes = 6388.06 KiB = 6.24 MiB Load Address: 00e00000 Entry Point: 00e002a4 Image Name: Linux-5.12.0-g322a3b843d7f Created: Fri May 7 03:20:35 2021 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6539646 Bytes = 6386.37 KiB = 6.24 MiB Load Address: 00e00000 Entry Point: 00e002a4 Image Name: Linux-5.12.0-g322a3b843d7f Created: Fri May 7 03:20:35 2021 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6539465 Bytes = 6386.20 KiB = 6.24 MiB Load Address: 00e00000 Entry Point: 00e002a4 Image Name: Linux-5.12.0-g322a3b843d7f Created: Fri May 7 03:20:35 2021 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6539649 Bytes = 6386.38 KiB = 6.24 MiB Load Address: 00e00000 Entry Point: 00e00314 Image Name: Linux-5.12.0-g322a3b843d7f Created: Fri May 7 03:20:35 2021 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6539651 Bytes = 6386.38 KiB = 6.24 MiB Load Address: 00e00000 Entry Point: 00e00314 Image Name: Linux-5.12.0-g322a3b843d7f Created: Fri May 7 03:20:35 2021 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6539235 Bytes = 6385.97 KiB = 6.24 MiB Load Address: 00e00000 Entry Point: 00e00314 Image Name: Linux-5.12.0-g322a3b843d7f Created: Fri May 7 03:20:35 2021 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6541783 Bytes = 6388.46 KiB = 6.24 MiB Load Address: 00e00000 Entry Point: 00e002a4 Image Name: Linux-5.12.0-g322a3b843d7f Created: Fri May 7 03:20:35 2021 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6539576 Bytes = 6386.30 KiB = 6.24 MiB Load Address: 00e00000 Entry Point: 00e00314 Image Name: Linux-5.12.0-g322a3b843d7f Created: Fri May 7 03:20:35 2021 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6507954 Bytes = 6355.42 KiB = 6.21 MiB Load Address: 00000000 Entry Point: 00000000 Image Name: Linux-5.12.0-g322a3b843d7f Created: Fri May 7 03:20:35 2021 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6539628 Bytes = 6386.36 KiB = 6.24 MiB Load Address: 00e00000 Entry Point: 00e002a4 Image Name: Linux-5.12.0-g322a3b843d7f Created: Fri May 7 03:20:35 2021 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6539569 Bytes = 6386.30 KiB = 6.24 MiB Load Address: 00e00000 Entry Point: 00e002a4 Image Name: Linux-5.12.0-g322a3b843d7f Created: Fri May 7 03:20:35 2021 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6540194 Bytes = 6386.91 KiB = 6.24 MiB Load Address: 00e00000 Entry Point: 00e002a4 Completed OK # rm -rf /kisskb/build/linus_mpc85xx_defconfig_powerpc-gcc4.9 # Build took: 0:02:28.084297
© Michael Ellerman 2006-2018.