Buildresult: stable-rc-4.19/mpc85xx_defconfig/powerpc-gcc4.6 built on Feb 14 2020, 04:34
kisskb
Revisions
|
Branches
|
Compilers
|
Configs
|
Build Results
|
Build Failures
|
Status:
OK
Date/Time:
Feb 14 2020, 04:34
Duration:
0:01:50.332693
Builder:
ka1
Revision:
Linux 4.19.104-rc1 (
f1f9ded7a002e2c006c68df203c3e2147abfeafa)
Target:
stable-rc-4.19/mpc85xx_defconfig/powerpc-gcc4.6
Branch:
stable-rc-4.19
Compiler:
powerpc-gcc4.6
(powerpc-linux-gcc (GCC) 4.6.3 / GNU ld (GNU Binutils) 2.22)
Config:
mpc85xx_defconfig
(
download
)
Log:
Download original
Possible warnings (13)
kernel/printk/printk.c:185:16: warning: 'old' may be used uninitialized in this function [-Wuninitialized] kernel/cgroup/cgroup-v1.c:1256:20: warning: 'root' may be used uninitialized in this function [-Wuninitialized] sound/soc/codecs/wm8960.c:803:70: warning: 'j' may be used uninitialized in this function [-Wuninitialized] sound/soc/codecs/wm8960.c:800:68: warning: 'i' may be used uninitialized in this function [-Wuninitialized] drivers/base/regmap/regmap.c:2513:6: warning: 'ret' may be used uninitialized in this function [-Wuninitialized] drivers/base/regmap/regmap.c:1835:6: warning: 'ret' may be used uninitialized in this function [-Wuninitialized] include/linux/list.h:65:12: warning: 'pdeo' may be used uninitialized in this function [-Wuninitialized] mm/hugetlb.c:1443:5: warning: 'page' may be used uninitialized in this function [-Wuninitialized] fs/udf/unicode.c:132:8: warning: 'c' may be used uninitialized in this function [-Wuninitialized] drivers/net/ethernet/freescale/fs_enet/mac-scc.c:139:6: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] drivers/tty/serial/8250/8250_core.c:251:18: warning: 'i' may be used uninitialized in this function [-Wuninitialized] arch/powerpc/boot/mpc8541cds.dtb: Warning (pci_device_bus_num): /pci@e0008000/i8259@19000:bus-range: PCI bus number 1 out of range, expected (0 - 0) arch/powerpc/boot/mpc8555cds.dtb: 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 f1f9ded7a002e2c006c68df203c3e2147abfeafa^{commit} f1f9ded7a002e2c006c68df203c3e2147abfeafa already have revision, skipping fetch # git checkout -q -f -B kisskb f1f9ded7a002e2c006c68df203c3e2147abfeafa # git clean -qxdf # < git log -1 # commit f1f9ded7a002e2c006c68df203c3e2147abfeafa # Author: Greg Kroah-Hartman <gregkh@linuxfoundation.org> # Date: Thu Feb 13 07:17:54 2020 -0800 # # Linux 4.19.104-rc1 # < /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 f1f9ded7a002e2c006c68df203c3e2147abfeafa # < make -s -j 48 ARCH=powerpc O=/kisskb/build/stable-rc-4.19_mpc85xx_defconfig_powerpc-gcc4.6 CROSS_COMPILE=/opt/cross/kisskb/gcc-4.6.3-nolibc/powerpc-linux/bin/powerpc-linux- mpc85xx_defconfig # make -s -j 48 ARCH=powerpc O=/kisskb/build/stable-rc-4.19_mpc85xx_defconfig_powerpc-gcc4.6 CROSS_COMPILE=/opt/cross/kisskb/gcc-4.6.3-nolibc/powerpc-linux/bin/powerpc-linux- /kisskb/src/kernel/printk/printk.c: In function 'devkmsg_sysctl_set_loglvl': /kisskb/src/kernel/printk/printk.c:185:16: warning: 'old' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/kernel/cgroup/cgroup-v1.c: In function 'cgroup1_mount': /kisskb/src/kernel/cgroup/cgroup-v1.c:1256:20: warning: 'root' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/sound/soc/codecs/wm8960.c: In function 'wm8960_configure_clocking': /kisskb/src/sound/soc/codecs/wm8960.c:803:70: warning: 'j' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/sound/soc/codecs/wm8960.c:800:68: warning: 'i' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/drivers/base/regmap/regmap.c: In function 'regmap_raw_read': /kisskb/src/drivers/base/regmap/regmap.c:2513:6: warning: 'ret' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/drivers/base/regmap/regmap.c: In function '_regmap_raw_write': /kisskb/src/drivers/base/regmap/regmap.c:1835:6: warning: 'ret' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/fs/proc/inode.c: In function 'proc_reg_open': /kisskb/src/include/linux/list.h:65:12: warning: 'pdeo' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/fs/proc/inode.c:341:21: note: 'pdeo' was declared here /kisskb/src/mm/hugetlb.c: In function 'alloc_pool_huge_page': /kisskb/src/mm/hugetlb.c:1443:5: warning: 'page' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/fs/udf/unicode.c: In function 'udf_name_conv_char': /kisskb/src/fs/udf/unicode.c:132:8: warning: 'c' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/drivers/net/ethernet/freescale/fs_enet/mac-scc.c: In function 'allocate_bd': /kisskb/src/drivers/net/ethernet/freescale/fs_enet/mac-scc.c:139:6: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] /kisskb/src/drivers/tty/serial/8250/8250_core.c: In function 'univ8250_release_irq': /kisskb/src/drivers/tty/serial/8250/8250_core.c:251:18: warning: 'i' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/drivers/tty/serial/8250/8250_core.c:231:19: note: 'i' was declared here arch/powerpc/boot/mpc8541cds.dtb: Warning (pci_device_bus_num): /pci@e0008000/i8259@19000:bus-range: PCI bus number 1 out of range, expected (0 - 0) arch/powerpc/boot/mpc8555cds.dtb: 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 0xb8d7e8) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xc00000) INFO: Uncompressed kernel (size 0xb8d7e8) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xc00000) INFO: Uncompressed kernel (size 0xb8d7e8) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xc00000) INFO: Uncompressed kernel (size 0xb8d7e8) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xc00000) INFO: Uncompressed kernel (size 0xb8d7e8) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xc00000) INFO: Uncompressed kernel (size 0xb8d7e8) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xc00000) INFO: Uncompressed kernel (size 0xb8d7e8) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xc00000) INFO: Uncompressed kernel (size 0xb8d7e8) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xc00000) INFO: Uncompressed kernel (size 0xb8d7e8) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xc00000) INFO: Uncompressed kernel (size 0xb8d7e8) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xc00000) INFO: Uncompressed kernel (size 0xb8d7e8) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xc00000) INFO: Uncompressed kernel (size 0xb8d7e8) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xc00000) INFO: Uncompressed kernel (size 0xb8d7e8) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xc00000) INFO: Uncompressed kernel (size 0xb8d7e8) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xc00000) INFO: Uncompressed kernel (size 0xb8d7e8) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xc00000) INFO: Uncompressed kernel (size 0xb7d020) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xc00000) Image Name: Linux-4.19.104-rc1-gf1f9ded7a002 Created: Fri Feb 14 04:36:09 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5570886 Bytes = 5440.32 KiB = 5.31 MiB Load Address: 00000000 Entry Point: 00000000 Image Name: Linux-4.19.104-rc1-gf1f9ded7a002 Created: Fri Feb 14 04:36:11 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5594537 Bytes = 5463.42 KiB = 5.34 MiB Load Address: 00c00000 Entry Point: 00c0023c Image Name: Linux-4.19.104-rc1-gf1f9ded7a002 Created: Fri Feb 14 04:36:12 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5596756 Bytes = 5465.58 KiB = 5.34 MiB Load Address: 00c00000 Entry Point: 00c0023c Image Name: Linux-4.19.104-rc1-gf1f9ded7a002 Created: Fri Feb 14 04:36:12 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5596049 Bytes = 5464.89 KiB = 5.34 MiB Load Address: 00c00000 Entry Point: 00c0023c Image Name: Linux-4.19.104-rc1-gf1f9ded7a002 Created: Fri Feb 14 04:36:12 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5594538 Bytes = 5463.42 KiB = 5.34 MiB Load Address: 00c00000 Entry Point: 00c0027c Image Name: Linux-4.19.104-rc1-gf1f9ded7a002 Created: Fri Feb 14 04:36:12 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5593892 Bytes = 5462.79 KiB = 5.33 MiB Load Address: 00c00000 Entry Point: 00c0027c Image Name: Linux-4.19.104-rc1-gf1f9ded7a002 Created: Fri Feb 14 04:36:12 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5594337 Bytes = 5463.22 KiB = 5.34 MiB Load Address: 00c00000 Entry Point: 00c0023c Image Name: Linux-4.19.104-rc1-gf1f9ded7a002 Created: Fri Feb 14 04:36:12 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5593981 Bytes = 5462.87 KiB = 5.33 MiB Load Address: 00c00000 Entry Point: 00c0023c Image Name: Linux-4.19.104-rc1-gf1f9ded7a002 Created: Fri Feb 14 04:36:12 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5594341 Bytes = 5463.22 KiB = 5.34 MiB Load Address: 00c00000 Entry Point: 00c0023c Image Name: Linux-4.19.104-rc1-gf1f9ded7a002 Created: Fri Feb 14 04:36:12 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5594533 Bytes = 5463.41 KiB = 5.34 MiB Load Address: 00c00000 Entry Point: 00c0023c Image Name: Linux-4.19.104-rc1-gf1f9ded7a002 Created: Fri Feb 14 04:36:12 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5594575 Bytes = 5463.45 KiB = 5.34 MiB Load Address: 00c00000 Entry Point: 00c0023c Image Name: Linux-4.19.104-rc1-gf1f9ded7a002 Created: Fri Feb 14 04:36:12 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5594516 Bytes = 5463.39 KiB = 5.34 MiB Load Address: 00c00000 Entry Point: 00c0027c Image Name: Linux-4.19.104-rc1-gf1f9ded7a002 Created: Fri Feb 14 04:36:13 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5594517 Bytes = 5463.40 KiB = 5.34 MiB Load Address: 00c00000 Entry Point: 00c0027c Image Name: Linux-4.19.104-rc1-gf1f9ded7a002 Created: Fri Feb 14 04:36:13 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5596728 Bytes = 5465.55 KiB = 5.34 MiB Load Address: 00c00000 Entry Point: 00c0023c Image Name: Linux-4.19.104-rc1-gf1f9ded7a002 Created: Fri Feb 14 04:36:13 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5594550 Bytes = 5463.43 KiB = 5.34 MiB Load Address: 00c00000 Entry Point: 00c0023c Image Name: Linux-4.19.104-rc1-gf1f9ded7a002 Created: Fri Feb 14 04:36:13 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5594554 Bytes = 5463.43 KiB = 5.34 MiB Load Address: 00c00000 Entry Point: 00c0027c Completed OK # rm -rf /kisskb/build/stable-rc-4.19_mpc85xx_defconfig_powerpc-gcc4.6 # Build took: 0:01:50.332693
© Michael Ellerman 2006-2018.