Buildresult: powerpc-next/mpc85xx_defconfig/powerpc-gcc5 built on Feb 29 2020, 05:25
kisskb
Revisions
|
Branches
|
Compilers
|
Configs
|
Build Results
|
Build Failures
|
Status:
OK
Date/Time:
Feb 29 2020, 05:25
Duration:
0:02:24.477530
Builder:
ka1
Revision:
cpufreq:powernv: Fix unsafe notifiers (
55ad7956ff2cfe2c733cea7cf87e9964c56d8c6e)
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 55ad7956ff2cfe2c733cea7cf87e9964c56d8c6e^{commit} 55ad7956ff2cfe2c733cea7cf87e9964c56d8c6e already have revision, skipping fetch # git checkout -q -f -B kisskb 55ad7956ff2cfe2c733cea7cf87e9964c56d8c6e # git clean -qxdf # < git log -1 # commit 55ad7956ff2cfe2c733cea7cf87e9964c56d8c6e # Author: Oliver O'Halloran <oohall@gmail.com> # Date: Thu Feb 6 17:26:22 2020 +1100 # # cpufreq:powernv: Fix unsafe notifiers # # The PowerNV cpufreq driver registers two notifiers: one to catch # throttle messages from the OCC and one to bump the CPU frequency back # to normal before a reboot. Both require the cpufreq driver to be # registered in order to function since the notifier callbacks use # various cpufreq_*() functions. # # Right now we register both notifiers before we've initialised the # driver. This seems to work, but we should head off any protential # problems by registering the notifiers after the driver is initialised. # # Signed-off-by: Oliver O'Halloran <oohall@gmail.com> # Reviewed-by: Gautham R. Shenoy <ego@linux.vnet.ibm.com> # Signed-off-by: Michael Ellerman <mpe@ellerman.id.au> # Link: https://lore.kernel.org/r/20200206062622.28235-2-oohall@gmail.com # < /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 55ad7956ff2cfe2c733cea7cf87e9964c56d8c6e # < 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: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 0xc946e8) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) INFO: Uncompressed kernel (size 0xc946e8) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) INFO: Uncompressed kernel (size 0xc946e8) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) INFO: Uncompressed kernel (size 0xc946e8) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) INFO: Uncompressed kernel (size 0xc946e8) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) INFO: Uncompressed kernel (size 0xc946e8) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) INFO: Uncompressed kernel (size 0xc946e8) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) INFO: Uncompressed kernel (size 0xc946e8) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) INFO: Uncompressed kernel (size 0xc946e8) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) INFO: Uncompressed kernel (size 0xc946e8) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) INFO: Uncompressed kernel (size 0xc946e8) overlaps the address of the wrapper(0x400000) INFO: Uncompressed kernel (size 0xc946e8) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) INFO: Fixing the link_address of wrapper to (0xd00000) INFO: Uncompressed kernel (size 0xc946e8) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) INFO: Uncompressed kernel (size 0xc946e8) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) INFO: Uncompressed kernel (size 0xc946e8) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) INFO: Uncompressed kernel (size 0xc83ee4) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) Image Name: Linux-5.6.0-rc2-g55ad7956ff2c Created: Sat Feb 29 05:27:26 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6168818 Bytes = 6024.24 KiB = 5.88 MiB Load Address: 00d00000 Entry Point: 00d00314 Image Name: Linux-5.6.0-rc2-g55ad7956ff2c Created: Sat Feb 29 05:27:26 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6169433 Bytes = 6024.84 KiB = 5.88 MiB Load Address: 00d00000 Entry Point: 00d002a4 Image Name: Linux-5.6.0-rc2-g55ad7956ff2c Created: Sat Feb 29 05:27:26 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6169048 Bytes = 6024.46 KiB = 5.88 MiB Load Address: 00d00000 Entry Point: 00d002a4 Image Name: Linux-5.6.0-rc2-g55ad7956ff2c Created: Sat Feb 29 05:27:25 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6169323 Bytes = 6024.73 KiB = 5.88 MiB Load Address: 00d00000 Entry Point: 00d002a4 Image Name: Linux-5.6.0-rc2-g55ad7956ff2c Created: Sat Feb 29 05:27:26 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6138415 Bytes = 5994.55 KiB = 5.85 MiB Load Address: 00000000 Entry Point: 00000000 Image Name: Linux-5.6.0-rc2-g55ad7956ff2c Created: Sat Feb 29 05:27:27 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6168745 Bytes = 6024.17 KiB = 5.88 MiB Load Address: 00d00000 Entry Point: 00d002a4 Image Name: Linux-5.6.0-rc2-g55ad7956ff2c Created: Sat Feb 29 05:27:27 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6168840 Bytes = 6024.26 KiB = 5.88 MiB Load Address: 00d00000 Entry Point: 00d002a4 Image Name: Linux-5.6.0-rc2-g55ad7956ff2c Created: Sat Feb 29 05:27:27 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6168913 Bytes = 6024.33 KiB = 5.88 MiB Load Address: 00d00000 Entry Point: 00d00314 Image Name: Linux-5.6.0-rc2-g55ad7956ff2c Created: Sat Feb 29 05:27:27 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6168739 Bytes = 6024.16 KiB = 5.88 MiB Load Address: 00d00000 Entry Point: 00d002a4 Image Name: Linux-5.6.0-rc2-g55ad7956ff2c Created: Sat Feb 29 05:27:27 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6169159 Bytes = 6024.57 KiB = 5.88 MiB Load Address: 00d00000 Entry Point: 00d002a4 Image Name: Linux-5.6.0-rc2-g55ad7956ff2c Created: Sat Feb 29 05:27:27 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6168915 Bytes = 6024.33 KiB = 5.88 MiB Load Address: 00d00000 Entry Point: 00d00314 Image Name: Linux-5.6.0-rc2-g55ad7956ff2c Created: Sat Feb 29 05:27:27 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6168641 Bytes = 6024.06 KiB = 5.88 MiB Load Address: 00d00000 Entry Point: 00d002a4 Image Name: Linux-5.6.0-rc2-g55ad7956ff2c Created: Sat Feb 29 05:27:28 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6168913 Bytes = 6024.33 KiB = 5.88 MiB Load Address: 00d00000 Entry Point: 00d002a4 Image Name: Linux-5.6.0-rc2-g55ad7956ff2c Created: Sat Feb 29 05:27:28 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6169237 Bytes = 6024.65 KiB = 5.88 MiB Load Address: 00d00000 Entry Point: 00d00314 Image Name: Linux-5.6.0-rc2-g55ad7956ff2c Created: Sat Feb 29 05:27:28 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6168854 Bytes = 6024.27 KiB = 5.88 MiB Load Address: 00d00000 Entry Point: 00d002a4 Image Name: Linux-5.6.0-rc2-g55ad7956ff2c Created: Sat Feb 29 05:27:28 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6168676 Bytes = 6024.10 KiB = 5.88 MiB Load Address: 00d00000 Entry Point: 00d00314 Completed OK # rm -rf /kisskb/build/powerpc-next_mpc85xx_defconfig_powerpc-gcc5 # Build took: 0:02:24.477530
© Michael Ellerman 2006-2018.