Buildresult: powerpc-fixes/mpc85xx_defconfig/powerpc-gcc4.9 built on May 14 2020, 05:48
kisskb
Revisions
|
Branches
|
Compilers
|
Configs
|
Build Results
|
Build Failures
|
Status:
OK
Date/Time:
May 14 2020, 05:48
Duration:
0:02:17.682660
Builder:
blade46
Revision:
powerpc/40x: Make more space for system call exception (
249c9b0cd193d983c3a0b00f3fd3b92333bfeebe)
Target:
powerpc-fixes/mpc85xx_defconfig/powerpc-gcc4.9
Branch:
powerpc-fixes
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 (4)
kernel/futex.c:1676:17: warning: 'oldval' may be used uninitialized in this function [-Wmaybe-uninitialized] 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 249c9b0cd193d983c3a0b00f3fd3b92333bfeebe^{commit} 249c9b0cd193d983c3a0b00f3fd3b92333bfeebe already have revision, skipping fetch # git checkout -q -f -B kisskb 249c9b0cd193d983c3a0b00f3fd3b92333bfeebe # git clean -qxdf # < git log -1 # commit 249c9b0cd193d983c3a0b00f3fd3b92333bfeebe # Author: Christophe Leroy <christophe.leroy@csgroup.eu> # Date: Sat May 9 17:05:11 2020 +0000 # # powerpc/40x: Make more space for system call exception # # When CONFIG_VIRT_CPU_ACCOUNTING is selected, system call exception # handler doesn't fit below 0xd00 and build fails. # # As exception 0xd00 doesn't exist and is never generated by 40x, # comment it out in order to get more space for system call exception. # # Fixes: 9e27086292aa ("powerpc/32: Warn and return ENOSYS on syscalls from kernel") # Reported-by: kbuild test robot <lkp@intel.com> # Signed-off-by: Christophe Leroy <christophe.leroy@csgroup.eu> # Signed-off-by: Michael Ellerman <mpe@ellerman.id.au> # Link: https://lore.kernel.org/r/633165d72f75b4ef4c0901aebe99d3915c93e9a2.1589043863.git.christophe.leroy@csgroup.eu # < /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 249c9b0cd193d983c3a0b00f3fd3b92333bfeebe # < make -s -j 32 ARCH=powerpc O=/kisskb/build/powerpc-fixes_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/powerpc-fixes_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/powerpc-fixes_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/powerpc-fixes_mpc85xx_defconfig_powerpc-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/powerpc64-linux/bin/powerpc64-linux- /kisskb/src/kernel/futex.c: In function 'do_futex': /kisskb/src/kernel/futex.c:1676:17: warning: 'oldval' may be used uninitialized in this function [-Wmaybe-uninitialized] return oldval == cmparg; ^ /kisskb/src/kernel/futex.c:1652:6: note: 'oldval' was declared here int oldval, ret; ^ 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 0xcae724) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) INFO: Uncompressed kernel (size 0xcae724) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) INFO: Uncompressed kernel (size 0xcae724) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) INFO: Uncompressed kernel (size 0xcae724) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) INFO: Uncompressed kernel (size 0xcae724) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) INFO: Uncompressed kernel (size 0xcae724) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) INFO: Uncompressed kernel (size 0xcae724) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) INFO: Uncompressed kernel (size 0xcae724) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) INFO: Uncompressed kernel (size 0xcae724) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) INFO: Uncompressed kernel (size 0xcae724) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) INFO: Uncompressed kernel (size 0xcae724) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) INFO: Uncompressed kernel (size 0xcae724) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) INFO: Uncompressed kernel (size 0xcae724) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) INFO: Uncompressed kernel (size 0xcae724) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) INFO: Uncompressed kernel (size 0xcae724) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) INFO: Uncompressed kernel (size 0xc9df20) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) Image Name: Linux-5.7.0-rc2-g249c9b0cd193d Created: Thu May 14 05:50:31 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6235260 Bytes = 6089.12 KiB = 5.95 MiB Load Address: 00d00000 Entry Point: 00d00314 Image Name: Linux-5.7.0-rc2-g249c9b0cd193d Created: Thu May 14 05:50:31 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6235261 Bytes = 6089.12 KiB = 5.95 MiB Load Address: 00d00000 Entry Point: 00d00314 Image Name: Linux-5.7.0-rc2-g249c9b0cd193d Created: Thu May 14 05:50:31 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6234129 Bytes = 6088.02 KiB = 5.95 MiB Load Address: 00d00000 Entry Point: 00d002a4 Image Name: Linux-5.7.0-rc2-g249c9b0cd193d Created: Thu May 14 05:50:31 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6235389 Bytes = 6089.25 KiB = 5.95 MiB Load Address: 00d00000 Entry Point: 00d002a4 Image Name: Linux-5.7.0-rc2-g249c9b0cd193d Created: Thu May 14 05:50:31 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6236418 Bytes = 6090.25 KiB = 5.95 MiB Load Address: 00d00000 Entry Point: 00d002a4 Image Name: Linux-5.7.0-rc2-g249c9b0cd193d Created: Thu May 14 05:50:31 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6234146 Bytes = 6088.03 KiB = 5.95 MiB Load Address: 00d00000 Entry Point: 00d00314 Image Name: Linux-5.7.0-rc2-g249c9b0cd193d Created: Thu May 14 05:50:31 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6234132 Bytes = 6088.02 KiB = 5.95 MiB Load Address: 00d00000 Entry Point: 00d00314 Image Name: Linux-5.7.0-rc2-g249c9b0cd193d Created: Thu May 14 05:50:31 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6205010 Bytes = 6059.58 KiB = 5.92 MiB Load Address: 00000000 Entry Point: 00000000 Image Name: Linux-5.7.0-rc2-g249c9b0cd193d Created: Thu May 14 05:50:31 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6235896 Bytes = 6089.74 KiB = 5.95 MiB Load Address: 00d00000 Entry Point: 00d002a4 Image Name: Linux-5.7.0-rc2-g249c9b0cd193d Created: Thu May 14 05:50:31 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6235246 Bytes = 6089.11 KiB = 5.95 MiB Load Address: 00d00000 Entry Point: 00d002a4 Image Name: Linux-5.7.0-rc2-g249c9b0cd193d Created: Thu May 14 05:50:31 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6234123 Bytes = 6088.01 KiB = 5.95 MiB Load Address: 00d00000 Entry Point: 00d002a4 Image Name: Linux-5.7.0-rc2-g249c9b0cd193d Created: Thu May 14 05:50:31 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6235815 Bytes = 6089.66 KiB = 5.95 MiB Load Address: 00d00000 Entry Point: 00d002a4 Image Name: Linux-5.7.0-rc2-g249c9b0cd193d Created: Thu May 14 05:50:31 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6235735 Bytes = 6089.58 KiB = 5.95 MiB Load Address: 00d00000 Entry Point: 00d002a4 Image Name: Linux-5.7.0-rc2-g249c9b0cd193d Created: Thu May 14 05:50:31 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6235385 Bytes = 6089.24 KiB = 5.95 MiB Load Address: 00d00000 Entry Point: 00d00314 Image Name: Linux-5.7.0-rc2-g249c9b0cd193d Created: Thu May 14 05:50:31 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6234448 Bytes = 6088.33 KiB = 5.95 MiB Load Address: 00d00000 Entry Point: 00d002a4 Image Name: Linux-5.7.0-rc2-g249c9b0cd193d Created: Thu May 14 05:50:31 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6234135 Bytes = 6088.02 KiB = 5.95 MiB Load Address: 00d00000 Entry Point: 00d002a4 Completed OK # rm -rf /kisskb/build/powerpc-fixes_mpc85xx_defconfig_powerpc-gcc4.9 # Build took: 0:02:17.682660
© Michael Ellerman 2006-2018.