Buildresult: powerpc-next/ppc44x_defconfig/powerpc-gcc9 built on Mar 25 2020, 14:44
kisskb
Revisions
|
Branches
|
Compilers
|
Configs
|
Build Results
|
Build Failures
|
Status:
OK
Date/Time:
Mar 25 2020, 14:44
Duration:
0:02:27.968229
Builder:
ka1
Revision:
powerpc/kprobes: Ignore traps that happened in real mode (
21f8b2fa3ca5b01f7a2b51b89ce97a3705a15aa0)
Target:
powerpc-next/ppc44x_defconfig/powerpc-gcc9
Branch:
powerpc-next
Compiler:
powerpc-gcc9
(powerpc64-linux-gcc (GCC) 9.2.0 / GNU ld (GNU Binutils) 2.32)
Config:
ppc44x_defconfig
(
download
)
Log:
Download original
Possible warnings (6)
arch/powerpc/boot/dts/virtex440-ml510.dts:335.37-439.6: Warning (pci_bridge): /plb@0/plbv46-pci@85e00000: node name is not "pci" or "pcie" arch/powerpc/boot/dts/virtex440-ml510.dtb: Warning (pci_device_bus_num): Failed prerequisite 'pci_bridge' arch/powerpc/boot/dts/katmai.dts:322.26-361.5: Warning (pci_bridge): /plb/pciex@d00000000: node name is not "pci" or "pcie" arch/powerpc/boot/dts/katmai.dts:363.26-402.5: Warning (pci_bridge): /plb/pciex@d20000000: node name is not "pci" or "pcie" arch/powerpc/boot/dts/katmai.dts:404.26-443.5: Warning (pci_bridge): /plb/pciex@d40000000: node name is not "pci" or "pcie" arch/powerpc/boot/dts/katmai.dtb: Warning (pci_device_bus_num): Failed prerequisite 'pci_bridge'
Full Log
# git rev-parse -q --verify 21f8b2fa3ca5b01f7a2b51b89ce97a3705a15aa0^{commit} 21f8b2fa3ca5b01f7a2b51b89ce97a3705a15aa0 already have revision, skipping fetch # git checkout -q -f -B kisskb 21f8b2fa3ca5b01f7a2b51b89ce97a3705a15aa0 # git clean -qxdf # < git log -1 # commit 21f8b2fa3ca5b01f7a2b51b89ce97a3705a15aa0 # Author: Christophe Leroy <christophe.leroy@c-s.fr> # Date: Tue Feb 18 19:38:27 2020 +0000 # # powerpc/kprobes: Ignore traps that happened in real mode # # When a program check exception happens while MMU translation is # disabled, following Oops happens in kprobe_handler() in the following # code: # # } else if (*addr != BREAKPOINT_INSTRUCTION) { # # BUG: Unable to handle kernel data access on read at 0x0000e268 # Faulting instruction address: 0xc000ec34 # Oops: Kernel access of bad area, sig: 11 [#1] # BE PAGE_SIZE=16K PREEMPT CMPC885 # Modules linked in: # CPU: 0 PID: 429 Comm: cat Not tainted 5.6.0-rc1-s3k-dev-00824-g84195dc6c58a #3267 # NIP: c000ec34 LR: c000ecd8 CTR: c019cab8 # REGS: ca4d3b58 TRAP: 0300 Not tainted (5.6.0-rc1-s3k-dev-00824-g84195dc6c58a) # MSR: 00001032 <ME,IR,DR,RI> CR: 2a4d3c52 XER: 00000000 # DAR: 0000e268 DSISR: c0000000 # GPR00: c000b09c ca4d3c10 c66d0620 00000000 ca4d3c60 00000000 00009032 00000000 # GPR08: 00020000 00000000 c087de44 c000afe0 c66d0ad0 100d3dd6 fffffff3 00000000 # GPR16: 00000000 00000041 00000000 ca4d3d70 00000000 00000000 0000416d 00000000 # GPR24: 00000004 c53b6128 00000000 0000e268 00000000 c07c0000 c07bb6fc ca4d3c60 # NIP [c000ec34] kprobe_handler+0x128/0x290 # LR [c000ecd8] kprobe_handler+0x1cc/0x290 # Call Trace: # [ca4d3c30] [c000b09c] program_check_exception+0xbc/0x6fc # [ca4d3c50] [c000e43c] ret_from_except_full+0x0/0x4 # --- interrupt: 700 at 0xe268 # Instruction dump: # 913e0008 81220000 38600001 3929ffff 91220000 80010024 bb410008 7c0803a6 # 38210020 4e800020 38600000 4e800020 <813b0000> 6d2a7fe0 2f8a0008 419e0154 # ---[ end trace 5b9152d4cdadd06d ]--- # # kprobe is not prepared to handle events in real mode and functions # running in real mode should have been blacklisted, so kprobe_handler() # can safely bail out telling 'this trap is not mine' for any trap that # happened while in real-mode. # # If the trap happened with MSR_IR or MSR_DR cleared, return 0 # immediately. # # Reported-by: Larry Finger <Larry.Finger@lwfinger.net> # Fixes: 6cc89bad60a6 ("powerpc/kprobes: Invoke handlers directly") # Cc: stable@vger.kernel.org # v4.10+ # Signed-off-by: Christophe Leroy <christophe.leroy@c-s.fr> # Reviewed-by: Masami Hiramatsu <mhiramat@kernel.org> # Reviewed-by: Naveen N. Rao <naveen.n.rao@linux.vnet.ibm.com> # Signed-off-by: Michael Ellerman <mpe@ellerman.id.au> # Link: https://lore.kernel.org/r/424331e2006e7291a1bfe40e7f3fa58825f565e1.1582054578.git.christophe.leroy@c-s.fr # < /opt/cross/kisskb/korg/gcc-9.2.0-nolibc/powerpc64-linux/bin/powerpc64-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-9.2.0-nolibc/powerpc64-linux/bin/powerpc64-linux-ld --version # < git log --format=%s --max-count=1 21f8b2fa3ca5b01f7a2b51b89ce97a3705a15aa0 # < make -s -j 8 ARCH=powerpc O=/kisskb/build/powerpc-next_ppc44x_defconfig_powerpc-gcc9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-9.2.0-nolibc/powerpc64-linux/bin/powerpc64-linux- ppc44x_defconfig # < make -s -j 8 ARCH=powerpc O=/kisskb/build/powerpc-next_ppc44x_defconfig_powerpc-gcc9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-9.2.0-nolibc/powerpc64-linux/bin/powerpc64-linux- help # make -s -j 8 ARCH=powerpc O=/kisskb/build/powerpc-next_ppc44x_defconfig_powerpc-gcc9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-9.2.0-nolibc/powerpc64-linux/bin/powerpc64-linux- olddefconfig # make -s -j 8 ARCH=powerpc O=/kisskb/build/powerpc-next_ppc44x_defconfig_powerpc-gcc9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-9.2.0-nolibc/powerpc64-linux/bin/powerpc64-linux- /kisskb/src/arch/powerpc/boot/dts/virtex440-ml510.dts:335.37-439.6: Warning (pci_bridge): /plb@0/plbv46-pci@85e00000: node name is not "pci" or "pcie" arch/powerpc/boot/dts/virtex440-ml510.dtb: Warning (pci_device_bus_num): Failed prerequisite 'pci_bridge' /kisskb/src/arch/powerpc/boot/dts/katmai.dts:322.26-361.5: Warning (pci_bridge): /plb/pciex@d00000000: node name is not "pci" or "pcie" /kisskb/src/arch/powerpc/boot/dts/katmai.dts:363.26-402.5: Warning (pci_bridge): /plb/pciex@d20000000: node name is not "pci" or "pcie" /kisskb/src/arch/powerpc/boot/dts/katmai.dts:404.26-443.5: Warning (pci_bridge): /plb/pciex@d40000000: node name is not "pci" or "pcie" arch/powerpc/boot/dts/katmai.dtb: Warning (pci_device_bus_num): Failed prerequisite 'pci_bridge' INFO: Uncompressed kernel (size 0x65a2e0) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0x700000) INFO: Uncompressed kernel (size 0x65a2e0) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0x700000) INFO: Uncompressed kernel (size 0x65a2e0) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0x700000) INFO: Uncompressed kernel (size 0x65a2e0) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0x700000) INFO: Uncompressed kernel (size 0x649bf8) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0x700000) INFO: Uncompressed kernel (size 0x65a2e0) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0x700000) INFO: Uncompressed kernel (size 0x65a2e0) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0x700000) Image Name: Linux-5.6.0-rc2-g21f8b2fa3ca5 Created: Wed Mar 25 14:46:37 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 3109291 Bytes = 3036.42 KiB = 2.97 MiB Load Address: 00000000 Entry Point: 00000000 INFO: Uncompressed kernel (size 0x65a2e0) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0x700000) INFO: Uncompressed kernel (size 0x65a2e0) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0x700000) INFO: Uncompressed kernel (size 0x65a2e0) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0x700000) Image Name: Linux-5.6.0-rc2-g21f8b2fa3ca5 Created: Wed Mar 25 14:46:38 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 3145907 Bytes = 3072.17 KiB = 3.00 MiB Load Address: 00700000 Entry Point: 007001bc INFO: Uncompressed kernel (size 0x65a2e0) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0x700000) Image Name: Linux-5.6.0-rc2-g21f8b2fa3ca5 Created: Wed Mar 25 14:46:38 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 3147221 Bytes = 3073.46 KiB = 3.00 MiB Load Address: 00700000 Entry Point: 007000bc Image Name: Linux-5.6.0-rc2-g21f8b2fa3ca5 Created: Wed Mar 25 14:46:38 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 3147212 Bytes = 3073.45 KiB = 3.00 MiB Load Address: 00700000 Entry Point: 00701640 INFO: Uncompressed kernel (size 0x65a2e0) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0x700000) Image Name: Linux-5.6.0-rc2-g21f8b2fa3ca5 Created: Wed Mar 25 14:46:38 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 3145846 Bytes = 3072.12 KiB = 3.00 MiB Load Address: 00700000 Entry Point: 00701640 Image Name: Linux-5.6.0-rc2-g21f8b2fa3ca5 Created: Wed Mar 25 14:46:39 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 3146537 Bytes = 3072.79 KiB = 3.00 MiB Load Address: 00700000 Entry Point: 00701640 Image Name: Linux-5.6.0-rc2-g21f8b2fa3ca5 Created: Wed Mar 25 14:46:39 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 3146705 Bytes = 3072.95 KiB = 3.00 MiB Load Address: 00700000 Entry Point: 00701640 Image Name: Linux-5.6.0-rc2-g21f8b2fa3ca5 Created: Wed Mar 25 14:46:39 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 3146503 Bytes = 3072.76 KiB = 3.00 MiB Load Address: 00700000 Entry Point: 00701630 Image Name: Linux-5.6.0-rc2-g21f8b2fa3ca5 Created: Wed Mar 25 14:46:40 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 3146555 Bytes = 3072.81 KiB = 3.00 MiB Load Address: 00700000 Entry Point: 00701650 Image Name: Linux-5.6.0-rc2-g21f8b2fa3ca5 Created: Wed Mar 25 14:46:40 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 3147233 Bytes = 3073.47 KiB = 3.00 MiB Load Address: 00700000 Entry Point: 00701620 Completed OK # rm -rf /kisskb/build/powerpc-next_ppc44x_defconfig_powerpc-gcc9 # Build took: 0:02:27.968229
© Michael Ellerman 2006-2018.