Buildresult: linus/mpc85xx_defconfig/powerpc-gcc4.9 built on May 3 2021, 08:43
kisskb
Revisions
|
Branches
|
Compilers
|
Configs
|
Build Results
|
Build Failures
|
Status:
OK
Date/Time:
May 3 2021, 08:43
Duration:
0:02:07.321475
Builder:
ka1
Revision:
Merge tag 'for-linus-5.13-ofs-1' of git://git.kernel.org/pub/scm/linux/kernel/git/hubcap/linux (
9ccce092fc64d19504fa54de4fd659e279cc92e7)
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 9ccce092fc64d19504fa54de4fd659e279cc92e7^{commit} 9ccce092fc64d19504fa54de4fd659e279cc92e7 already have revision, skipping fetch # git checkout -q -f -B kisskb 9ccce092fc64d19504fa54de4fd659e279cc92e7 # git clean -qxdf # < git log -1 # commit 9ccce092fc64d19504fa54de4fd659e279cc92e7 # Merge: 27787ba3fa49 211f9f2e0503 # Author: Linus Torvalds <torvalds@linux-foundation.org> # Date: Sun May 2 14:13:46 2021 -0700 # # Merge tag 'for-linus-5.13-ofs-1' of git://git.kernel.org/pub/scm/linux/kernel/git/hubcap/linux # # Pull orangefs updates from Mike Marshall: # "orangefs: implement orangefs_readahead # # mm/readahead.c/read_pages was quite a bit different back when I put my # open-coded readahead logic into orangefs_readpage. That logic seemed # to work as designed back then, it is a trainwreck now. # # This implements orangefs_readahead using the new xarray and # readahead_expand features and removes all my open-coded readahead # logic. # # This results in an extreme read performance improvement, these sample # numbers are from my test VM: # # Here's an example of what's upstream in # 5.11.8-200.fc33.x86_64: # # 30+0 records in # 30+0 records out # 125829120 bytes (126 MB, 120 MiB) copied, 5.77943 s, 21.8 MB/s # # And here's this version of orangefs_readahead on top of 5.12.0-rc4: # # 30+0 records in # 30+0 records out # 125829120 bytes (126 MB, 120 MiB) copied, 0.325919 s, 386 MB/s # # There are four xfstest regressions with this patch. David Howells and # Matthew Wilcox have been helping me work with this code" # # * tag 'for-linus-5.13-ofs-1' of git://git.kernel.org/pub/scm/linux/kernel/git/hubcap/linux: # orangefs: leave files in the page cache for a few micro seconds at least # Orangef: implement orangefs_readahead. # < /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 9ccce092fc64d19504fa54de4fd659e279cc92e7 # < 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: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 0xd70e60) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xe00000) INFO: Uncompressed kernel (size 0xd70e60) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xe00000) INFO: Uncompressed kernel (size 0xd70e60) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xe00000) INFO: Uncompressed kernel (size 0xd70e60) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xe00000) INFO: Uncompressed kernel (size 0xd70e60) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xe00000) INFO: Uncompressed kernel (size 0xd70e60) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xe00000) INFO: Uncompressed kernel (size 0xd70e60) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xe00000) INFO: Uncompressed kernel (size 0xd70e60) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xe00000) INFO: Uncompressed kernel (size 0xd70e60) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xe00000) INFO: Uncompressed kernel (size 0xd70e60) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xe00000) INFO: Uncompressed kernel (size 0xd70e60) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xe00000) INFO: Uncompressed kernel (size 0xd70e60) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xe00000) INFO: Uncompressed kernel (size 0xd70e60) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xe00000) INFO: Uncompressed kernel (size 0xd70e60) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xe00000) INFO: Uncompressed kernel (size 0xd70e60) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xe00000) INFO: Uncompressed kernel (size 0xd60734) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xe00000) Image Name: Linux-5.12.0-g9ccce092fc64 Created: Mon May 3 08:45:09 2021 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6538062 Bytes = 6384.83 KiB = 6.24 MiB Load Address: 00e00000 Entry Point: 00e00314 Image Name: Linux-5.12.0-g9ccce092fc64 Created: Mon May 3 08:45:07 2021 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6505983 Bytes = 6353.50 KiB = 6.20 MiB Load Address: 00000000 Entry Point: 00000000 Image Name: Linux-5.12.0-g9ccce092fc64 Created: Mon May 3 08:45:09 2021 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6537959 Bytes = 6384.73 KiB = 6.24 MiB Load Address: 00e00000 Entry Point: 00e002a4 Image Name: Linux-5.12.0-g9ccce092fc64 Created: Mon May 3 08:45:10 2021 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6539142 Bytes = 6385.88 KiB = 6.24 MiB Load Address: 00e00000 Entry Point: 00e002a4 Image Name: Linux-5.12.0-g9ccce092fc64 Created: Mon May 3 08:45:10 2021 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6538658 Bytes = 6385.41 KiB = 6.24 MiB Load Address: 00e00000 Entry Point: 00e002a4 Image Name: Linux-5.12.0-g9ccce092fc64 Created: Mon May 3 08:45:11 2021 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6538026 Bytes = 6384.79 KiB = 6.24 MiB Load Address: 00e00000 Entry Point: 00e002a4 Image Name: Linux-5.12.0-g9ccce092fc64 Created: Mon May 3 08:45:11 2021 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6538105 Bytes = 6384.87 KiB = 6.24 MiB Load Address: 00e00000 Entry Point: 00e002a4 Image Name: Linux-5.12.0-g9ccce092fc64 Created: Mon May 3 08:45:11 2021 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6538041 Bytes = 6384.81 KiB = 6.24 MiB Load Address: 00e00000 Entry Point: 00e00314 Image Name: Linux-5.12.0-g9ccce092fc64 Created: Mon May 3 08:45:11 2021 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6537192 Bytes = 6383.98 KiB = 6.23 MiB Load Address: 00e00000 Entry Point: 00e002a4 Image Name: Linux-5.12.0-g9ccce092fc64 Created: Mon May 3 08:45:12 2021 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6540089 Bytes = 6386.81 KiB = 6.24 MiB Load Address: 00e00000 Entry Point: 00e002a4 Image Name: Linux-5.12.0-g9ccce092fc64 Created: Mon May 3 08:45:12 2021 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6538018 Bytes = 6384.78 KiB = 6.24 MiB Load Address: 00e00000 Entry Point: 00e002a4 Image Name: Linux-5.12.0-g9ccce092fc64 Created: Mon May 3 08:45:12 2021 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6537201 Bytes = 6383.99 KiB = 6.23 MiB Load Address: 00e00000 Entry Point: 00e00314 Image Name: Linux-5.12.0-g9ccce092fc64 Created: Mon May 3 08:45:12 2021 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6537123 Bytes = 6383.91 KiB = 6.23 MiB Load Address: 00e00000 Entry Point: 00e002a4 Image Name: Linux-5.12.0-g9ccce092fc64 Created: Mon May 3 08:45:12 2021 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6537284 Bytes = 6384.07 KiB = 6.23 MiB Load Address: 00e00000 Entry Point: 00e00314 Image Name: Linux-5.12.0-g9ccce092fc64 Created: Mon May 3 08:45:12 2021 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6537200 Bytes = 6383.98 KiB = 6.23 MiB Load Address: 00e00000 Entry Point: 00e00314 Image Name: Linux-5.12.0-g9ccce092fc64 Created: Mon May 3 08:45:12 2021 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6538460 Bytes = 6385.21 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:07.321475
© Michael Ellerman 2006-2018.