Buildresult: powerpc-next/mpc85xx_defconfig/powerpc-gcc5 built on Feb 26 2021, 02:39
kisskb
Revisions
|
Branches
|
Compilers
|
Configs
|
Build Results
|
Build Failures
|
Status:
OK
Date/Time:
Feb 26 2021, 02:39
Duration:
0:02:17.789093
Builder:
ka2
Revision:
selftests/powerpc: Fix L1D flushing tests for Power10 (
abe22c0dd0c554ed01dd6bb9ec849797585e91aa)
Target:
powerpc-next/mpc85xx_defconfig/powerpc-gcc5
Branch:
powerpc-next
Compiler:
powerpc-gcc5
(powerpc64-linux-gcc (GCC) 5.5.0 / 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 abe22c0dd0c554ed01dd6bb9ec849797585e91aa^{commit} abe22c0dd0c554ed01dd6bb9ec849797585e91aa already have revision, skipping fetch # git checkout -q -f -B kisskb abe22c0dd0c554ed01dd6bb9ec849797585e91aa # git clean -qxdf # < git log -1 # commit abe22c0dd0c554ed01dd6bb9ec849797585e91aa # Author: Russell Currey <ruscur@russell.cc> # Date: Tue Feb 23 17:02:27 2021 +1000 # # selftests/powerpc: Fix L1D flushing tests for Power10 # # The rfi_flush and entry_flush selftests work by using the PM_LD_MISS_L1 # perf event to count L1D misses. The value of this event has changed # over time: # # - Power7 uses 0x400f0 # - Power8 and Power9 use both 0x400f0 and 0x3e054 # - Power10 uses only 0x3e054 # # Rather than relying on raw values, configure perf to count L1D read # misses in the most explicit way available. # # This fixes the selftests to work on systems without 0x400f0 as # PM_LD_MISS_L1, and should change no behaviour for systems that the tests # already worked on. # # The only potential downside is that referring to a specific perf event # requires PMU support implemented in the kernel for that platform. # # Signed-off-by: Russell Currey <ruscur@russell.cc> # Acked-by: Daniel Axtens <dja@axtens.net> # Signed-off-by: Michael Ellerman <mpe@ellerman.id.au> # Link: https://lore.kernel.org/r/20210223070227.2916871-1-ruscur@russell.cc # < /opt/cross/kisskb/korg/gcc-5.5.0-nolibc/powerpc64-linux/bin/powerpc64-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-5.5.0-nolibc/powerpc64-linux/bin/powerpc64-linux-ld --version # < git log --format=%s --max-count=1 abe22c0dd0c554ed01dd6bb9ec849797585e91aa # < make -s -j 48 ARCH=powerpc O=/kisskb/build/powerpc-next_mpc85xx_defconfig_powerpc-gcc5 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-5.5.0-nolibc/powerpc64-linux/bin/powerpc64-linux- mpc85xx_defconfig # < make -s -j 48 ARCH=powerpc O=/kisskb/build/powerpc-next_mpc85xx_defconfig_powerpc-gcc5 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-5.5.0-nolibc/powerpc64-linux/bin/powerpc64-linux- help # make -s -j 48 ARCH=powerpc O=/kisskb/build/powerpc-next_mpc85xx_defconfig_powerpc-gcc5 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-5.5.0-nolibc/powerpc64-linux/bin/powerpc64-linux- olddefconfig # make -s -j 48 ARCH=powerpc O=/kisskb/build/powerpc-next_mpc85xx_defconfig_powerpc-gcc5 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-5.5.0-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 0xd549b0) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xe00000) INFO: Uncompressed kernel (size 0xd549b0) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xe00000) INFO: Uncompressed kernel (size 0xd549b0) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xe00000) INFO: Uncompressed kernel (size 0xd549b0) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xe00000) INFO: Uncompressed kernel (size 0xd549b0) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xe00000) INFO: Uncompressed kernel (size 0xd549b0) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xe00000) INFO: Uncompressed kernel (size 0xd549b0) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xe00000) INFO: Uncompressed kernel (size 0xd549b0) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xe00000) INFO: Uncompressed kernel (size 0xd549b0) overlaps the address of the wrapper(0x400000) INFO: Uncompressed kernel (size 0xd549b0) 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 0xd549b0) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xe00000) INFO: Uncompressed kernel (size 0xd549b0) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xe00000) INFO: Uncompressed kernel (size 0xd549b0) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xe00000) INFO: Uncompressed kernel (size 0xd549b0) overlaps the address of the wrapper(0x400000) INFO: Uncompressed kernel (size 0xd549b0) 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 0xd44284) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xe00000) Image Name: Linux-5.11.0-93906-gabe22c0dd0c Created: Fri Feb 26 02:41:41 2021 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6464386 Bytes = 6312.88 KiB = 6.16 MiB Load Address: 00e00000 Entry Point: 00e002a4 Image Name: Linux-5.11.0-93906-gabe22c0dd0c Created: Fri Feb 26 02:41:41 2021 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6436196 Bytes = 6285.35 KiB = 6.14 MiB Load Address: 00000000 Entry Point: 00000000 Image Name: Linux-5.11.0-93906-gabe22c0dd0c Created: Fri Feb 26 02:41:41 2021 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6466127 Bytes = 6314.58 KiB = 6.17 MiB Load Address: 00e00000 Entry Point: 00e002a4 Image Name: Linux-5.11.0-93906-gabe22c0dd0c Created: Fri Feb 26 02:41:42 2021 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6464439 Bytes = 6312.93 KiB = 6.16 MiB Load Address: 00e00000 Entry Point: 00e002a4 Image Name: Linux-5.11.0-93906-gabe22c0dd0c Created: Fri Feb 26 02:41:43 2021 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6464835 Bytes = 6313.32 KiB = 6.17 MiB Load Address: 00e00000 Entry Point: 00e002a4 Image Name: Linux-5.11.0-93906-gabe22c0dd0c Created: Fri Feb 26 02:41:43 2021 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6464854 Bytes = 6313.33 KiB = 6.17 MiB Load Address: 00e00000 Entry Point: 00e00314 Image Name: Linux-5.11.0-93906-gabe22c0dd0c Created: Fri Feb 26 02:41:44 2021 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6464866 Bytes = 6313.35 KiB = 6.17 MiB Load Address: 00e00000 Entry Point: 00e002a4 Image Name: Linux-5.11.0-93906-gabe22c0dd0c Created: Fri Feb 26 02:41:43 2021 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6466871 Bytes = 6315.30 KiB = 6.17 MiB Load Address: 00e00000 Entry Point: 00e002a4 Image Name: Linux-5.11.0-93906-gabe22c0dd0c Created: Fri Feb 26 02:41:44 2021 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6464358 Bytes = 6312.85 KiB = 6.16 MiB Load Address: 00e00000 Entry Point: 00e00314 Image Name: Linux-5.11.0-93906-gabe22c0dd0c Created: Fri Feb 26 02:41:44 2021 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6464479 Bytes = 6312.97 KiB = 6.17 MiB Load Address: 00e00000 Entry Point: 00e00314 Image Name: Linux-5.11.0-93906-gabe22c0dd0c Created: Fri Feb 26 02:41:44 2021 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6467006 Bytes = 6315.44 KiB = 6.17 MiB Load Address: 00e00000 Entry Point: 00e002a4 Image Name: Linux-5.11.0-93906-gabe22c0dd0c Created: Fri Feb 26 02:41:45 2021 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6464852 Bytes = 6313.33 KiB = 6.17 MiB Load Address: 00e00000 Entry Point: 00e00314 Image Name: Linux-5.11.0-93906-gabe22c0dd0c Created: Fri Feb 26 02:41:45 2021 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6466521 Bytes = 6314.96 KiB = 6.17 MiB Load Address: 00e00000 Entry Point: 00e002a4 Image Name: Linux-5.11.0-93906-gabe22c0dd0c Created: Fri Feb 26 02:41:45 2021 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6464381 Bytes = 6312.87 KiB = 6.16 MiB Load Address: 00e00000 Entry Point: 00e002a4 Image Name: Linux-5.11.0-93906-gabe22c0dd0c Created: Fri Feb 26 02:41:45 2021 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6464840 Bytes = 6313.32 KiB = 6.17 MiB Load Address: 00e00000 Entry Point: 00e00314 Image Name: Linux-5.11.0-93906-gabe22c0dd0c Created: Fri Feb 26 02:41:45 2021 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6466405 Bytes = 6314.85 KiB = 6.17 MiB Load Address: 00e00000 Entry Point: 00e002a4 Completed OK # rm -rf /kisskb/build/powerpc-next_mpc85xx_defconfig_powerpc-gcc5 # Build took: 0:02:17.789093
© Michael Ellerman 2006-2018.