This repository was archived by the owner on Jul 16, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 18
support all_cpu_backtrace #178
Comments
With PR: #180 , 'NMI IPI' is supported in 5.15 kernel. Kernel config:
Enable 'all cpu backtrace' when soft lockup
When soft lockup is triggered, 'NMI backtrace' is dump for all cpus (160 cores on Altra 2P)
|
According to: https://patchwork.kernel.org/project/linux-arm-kernel/cover/[email protected]/ . It looks above patch may not be merged to upstream in near future?
|
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
In doc: https://www.kernel.org/doc/Documentation/admin-guide/sysctl/kernel.rst
We might need to apply the NMI IPI patches to make this happen:
https://patchwork.kernel.org/project/linux-arm-kernel/cover/[email protected]/ : [0/3] arm64: Add support for on-demand backtrace by NMI-like IPI
https://lore.kernel.org/linux-arm-kernel/CAFA6WYO0+LQ=mB1spCstt0cNZ0G+sZu_+Wrv6BKSeXqF5SRq4A@mail.gmail.com/T/
arm64: Add framework to turn an IPI as NMI
Check, backport these patches and test. Target for 5.15 kernel firstly.
The text was updated successfully, but these errors were encountered: