Buildresult: powerpc-fixes/85xx/mpc85xx_cds_defconfig/powerpc-gcc4.6 built on Apr 25 2020, 01:55
kisskb
Revisions
|
Branches
|
Compilers
|
Configs
|
Build Results
|
Build Failures
|
Status:
OK
Date/Time:
Apr 25 2020, 01:55
Duration:
0:00:45.046891
Builder:
ka1
Revision:
lib/mpi: Fix building for powerpc with clang (
5990cdee689c6885b27c6d969a3d58b09002b0bc)
Target:
powerpc-fixes/85xx/mpc85xx_cds_defconfig/powerpc-gcc4.6
Branch:
powerpc-fixes
Compiler:
powerpc-gcc4.6
(powerpc-linux-gcc (GCC) 4.6.3 / GNU ld (GNU Binutils) 2.22)
Config:
85xx/mpc85xx_cds_defconfig
(
download
)
Log:
Download original
Possible warnings (9)
include/linux/list.h:72:12: warning: 'pdeo' may be used uninitialized in this function [-Wuninitialized] kernel/printk/printk.c:204:16: warning: 'old' may be used uninitialized in this function [-Wuninitialized] drivers/tty/serial/8250/8250_core.c:247:18: warning: 'i' may be used uninitialized in this function [-Wuninitialized] fs/ext4/extents.c:4774:23: warning: 'ret' may be used uninitialized in this function [-Wuninitialized] fs/namei.c:1805:10: warning: 'inode' may be used uninitialized in this function [-Wuninitialized] fs/namei.c:1805:10: warning: 'seq' may be used uninitialized in this function [-Wuninitialized] fs/io_uring.c:6701:13: warning: 'err' may be used uninitialized in this function [-Wuninitialized] 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 5990cdee689c6885b27c6d969a3d58b09002b0bc^{commit} 5990cdee689c6885b27c6d969a3d58b09002b0bc already have revision, skipping fetch # git checkout -q -f -B kisskb 5990cdee689c6885b27c6d969a3d58b09002b0bc # git clean -qxdf # < git log -1 # commit 5990cdee689c6885b27c6d969a3d58b09002b0bc # Author: Nathan Chancellor <natechancellor@gmail.com> # Date: Mon Apr 13 12:50:42 2020 -0700 # # lib/mpi: Fix building for powerpc with clang # # 0day reports over and over on an powerpc randconfig with clang: # # lib/mpi/generic_mpih-mul1.c:37:13: error: invalid use of a cast in a # inline asm context requiring an l-value: remove the cast or build with # -fheinous-gnu-extensions # # Remove the superfluous casts, which have been done previously for x86 # and arm32 in commit dea632cadd12 ("lib/mpi: fix build with clang") and # commit 7b7c1df2883d ("lib/mpi/longlong.h: fix building with 32-bit # x86"). # # Reported-by: kbuild test robot <lkp@intel.com> # Signed-off-by: Nathan Chancellor <natechancellor@gmail.com> # Acked-by: Herbert Xu <herbert@gondor.apana.org.au> # Signed-off-by: Michael Ellerman <mpe@ellerman.id.au> # Link: https://github.com/ClangBuiltLinux/linux/issues/991 # Link: https://lore.kernel.org/r/20200413195041.24064-1-natechancellor@gmail.com # < /opt/cross/kisskb/gcc-4.6.3-nolibc/powerpc-linux/bin/powerpc-linux-gcc --version # < /opt/cross/kisskb/gcc-4.6.3-nolibc/powerpc-linux/bin/powerpc-linux-ld --version # < git log --format=%s --max-count=1 5990cdee689c6885b27c6d969a3d58b09002b0bc # < make -s -j 48 ARCH=powerpc O=/kisskb/build/powerpc-fixes_85xx_mpc85xx_cds_defconfig_powerpc-gcc4.6 CROSS_COMPILE=/opt/cross/kisskb/gcc-4.6.3-nolibc/powerpc-linux/bin/powerpc-linux- 85xx/mpc85xx_cds_defconfig # < make -s -j 48 ARCH=powerpc O=/kisskb/build/powerpc-fixes_85xx_mpc85xx_cds_defconfig_powerpc-gcc4.6 CROSS_COMPILE=/opt/cross/kisskb/gcc-4.6.3-nolibc/powerpc-linux/bin/powerpc-linux- help # make -s -j 48 ARCH=powerpc O=/kisskb/build/powerpc-fixes_85xx_mpc85xx_cds_defconfig_powerpc-gcc4.6 CROSS_COMPILE=/opt/cross/kisskb/gcc-4.6.3-nolibc/powerpc-linux/bin/powerpc-linux- olddefconfig # make -s -j 48 ARCH=powerpc O=/kisskb/build/powerpc-fixes_85xx_mpc85xx_cds_defconfig_powerpc-gcc4.6 CROSS_COMPILE=/opt/cross/kisskb/gcc-4.6.3-nolibc/powerpc-linux/bin/powerpc-linux- /kisskb/src/fs/proc/inode.c: In function 'proc_reg_open': /kisskb/src/include/linux/list.h:72:12: warning: 'pdeo' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/fs/proc/inode.c:471:21: note: 'pdeo' was declared here /kisskb/src/kernel/printk/printk.c: In function 'devkmsg_sysctl_set_loglvl': /kisskb/src/kernel/printk/printk.c:204:16: warning: 'old' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/drivers/tty/serial/8250/8250_core.c: In function 'univ8250_release_irq': /kisskb/src/drivers/tty/serial/8250/8250_core.c:247:18: warning: 'i' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/drivers/tty/serial/8250/8250_core.c:227:19: note: 'i' was declared here /kisskb/src/fs/ext4/extents.c: In function 'ext4_convert_unwritten_io_end_vec': /kisskb/src/fs/ext4/extents.c:4774:23: warning: 'ret' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/fs/namei.c: In function 'handle_dots': /kisskb/src/fs/namei.c:1805:10: warning: 'inode' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/fs/namei.c:1805:10: warning: 'seq' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/fs/io_uring.c: In function '__io_sqe_files_update': /kisskb/src/fs/io_uring.c:6701:13: warning: 'err' may be used uninitialized in this function [-Wuninitialized] /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 0x500f50) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0x600000) INFO: Uncompressed kernel (size 0x500f50) overlaps the address of the wrapper(0x400000) INFO: Uncompressed kernel (size 0x500f50) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0x600000) INFO: Fixing the link_address of wrapper to (0x600000) INFO: Uncompressed kernel (size 0x4f08c0) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0x500000) Image Name: Linux-5.7.0-rc2-g5990cdee689c Created: Sat Apr 25 01:56:35 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 2516049 Bytes = 2457.08 KiB = 2.40 MiB Load Address: 00000000 Entry Point: 00000000 Image Name: Linux-5.7.0-rc2-g5990cdee689c Created: Sat Apr 25 01:56:35 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 2545903 Bytes = 2486.23 KiB = 2.43 MiB Load Address: 00600000 Entry Point: 006002a8 Image Name: Linux-5.7.0-rc2-g5990cdee689c Created: Sat Apr 25 01:56:35 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 2546718 Bytes = 2487.03 KiB = 2.43 MiB Load Address: 00600000 Entry Point: 006002a8 Image Name: Linux-5.7.0-rc2-g5990cdee689c Created: Sat Apr 25 01:56:36 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 2545902 Bytes = 2486.23 KiB = 2.43 MiB Load Address: 00600000 Entry Point: 006002a8 Completed OK # rm -rf /kisskb/build/powerpc-fixes_85xx_mpc85xx_cds_defconfig_powerpc-gcc4.6 # Build took: 0:00:45.046891
© Michael Ellerman 2006-2018.