Buildresult: powerpc-fixes/85xx/mpc85xx_cds_defconfig/powerpc-gcc4.6 built on Feb 10 2020, 23:42
kisskb
Revisions
|
Branches
|
Compilers
|
Configs
|
Build Results
|
Build Failures
|
Status:
OK
Date/Time:
Feb 10 2020, 23:42
Duration:
0:00:45.307851
Builder:
blade4b
Revision:
powerpc/8xx: Fix clearing of bits 20-23 in ITLB miss (
86be334f0b8127a5ca13443ba2f14858cd077ba3)
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 (7)
kernel/printk/printk.c:204:16: warning: 'old' may be used uninitialized in this function [-Wuninitialized] include/linux/list.h:72:12: warning: 'pdeo' may be used uninitialized in this function [-Wuninitialized] fs/ext4/extents.c:5009:23: warning: 'ret' may be used uninitialized in this function [-Wuninitialized] drivers/tty/serial/8250/8250_core.c:248:18: warning: 'i' may be used uninitialized in this function [-Wuninitialized] fs/io_uring.c:5713: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 86be334f0b8127a5ca13443ba2f14858cd077ba3^{commit} 86be334f0b8127a5ca13443ba2f14858cd077ba3 already have revision, skipping fetch # git checkout -q -f -B kisskb 86be334f0b8127a5ca13443ba2f14858cd077ba3 # git clean -qxdf # < git log -1 # commit 86be334f0b8127a5ca13443ba2f14858cd077ba3 # Author: Christophe Leroy <christophe.leroy@c-s.fr> # Date: Sun Feb 9 18:14:42 2020 +0000 # # powerpc/8xx: Fix clearing of bits 20-23 in ITLB miss # # In ITLB miss handled the line supposed to clear bits 20-23 on the L2 # ITLB entry is buggy and does indeed nothing, leading to undefined # value which could allow execution when it shouldn't. # # Properly do the clearing with the relevant instruction. # # Fixes: 74fabcadfd43 ("powerpc/8xx: don't use r12/SPRN_SPRG_SCRATCH2 in TLB Miss handlers") # Cc: stable@vger.kernel.org # v5.0+ # Signed-off-by: Christophe Leroy <christophe.leroy@c-s.fr> # Signed-off-by: Michael Ellerman <mpe@ellerman.id.au> # Link: https://lore.kernel.org/r/4f70c2778163affce8508a210f65d140e84524b4.1581272050.git.christophe.leroy@c-s.fr # < /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 86be334f0b8127a5ca13443ba2f14858cd077ba3 # < make -s -j 24 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 24 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/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/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:338:21: note: 'pdeo' was declared here /kisskb/src/fs/ext4/extents.c: In function 'ext4_convert_unwritten_io_end_vec': /kisskb/src/fs/ext4/extents.c:5009:23: warning: 'ret' 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:248:18: warning: 'i' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/drivers/tty/serial/8250/8250_core.c:228:19: note: 'i' was declared here /kisskb/src/fs/io_uring.c: In function '__io_sqe_files_update': /kisskb/src/fs/io_uring.c:5713: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 0x4f6f08) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0x500000) INFO: Uncompressed kernel (size 0x4f6f08) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0x500000) INFO: Uncompressed kernel (size 0x4f6f08) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0x500000) INFO: Uncompressed kernel (size 0x4e6878) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0x500000) Image Name: Linux-5.5.0-g86be334f0b81 Created: Mon Feb 10 23:43:11 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 2500108 Bytes = 2441.51 KiB = 2.38 MiB Load Address: 00000000 Entry Point: 00000000 Image Name: Linux-5.5.0-g86be334f0b81 Created: Mon Feb 10 23:43:11 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 2530092 Bytes = 2470.79 KiB = 2.41 MiB Load Address: 00500000 Entry Point: 005002a8 Image Name: Linux-5.5.0-g86be334f0b81 Created: Mon Feb 10 23:43:11 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 2530089 Bytes = 2470.79 KiB = 2.41 MiB Load Address: 00500000 Entry Point: 005002a8 Image Name: Linux-5.5.0-g86be334f0b81 Created: Mon Feb 10 23:43:11 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 2531158 Bytes = 2471.83 KiB = 2.41 MiB Load Address: 00500000 Entry Point: 005002a8 Completed OK # rm -rf /kisskb/build/powerpc-fixes_85xx_mpc85xx_cds_defconfig_powerpc-gcc4.6 # Build took: 0:00:45.307851
© Michael Ellerman 2006-2018.