Re: [PATCH v15 00/11] arm64: entry: Convert to Generic Entry
From: Ada Couprie Diaz
Date: Wed Jun 24 2026 - 11:44:50 EST
Hi Jinjie,
On 17/06/2026 17:27, Ada Couprie Diaz wrote:
Hi Jinjie,
On 11/05/2026 10:20, Jinjie Ruan wrote:
Currently, x86, Riscv, Loongarch use the Generic Entry which makes[...], when combining pseudo-NMIs with PREEMPT_RT under heavy pNMI load,
maintainers' work easier and codes more elegant. arm64 has already
successfully switched to the Generic IRQ Entry in commit
b3cf07851b6c ("arm64: entry: Switch to generic IRQ entry"), it is
time to completely convert arm64 to Generic Entry.
[...]
I was able to trigger a new warning compared to upstream :
BUG: MAX_LOCKDEP_CHAIN_HLOCKS too low!
Specifically, this was when running `stress-ng --all 100 --class vm -t 300` with
`perf top -a -e 'cycles'` in another shell.
This does not feel like a major issue : from my understanding it only happens
when running the full suite for some time and with many stressors (I was not
able to reproduce it by running individual tests), and flooding the system with
pseudo-NMIs.
Given that this only happen with PREEMPT_RT, my guess is that it interacts
with generic entry in a way that can lead to more nesting than before,
leading to an easier exhaustion of the limit on lockdep.
As the system was still able to recover and did not lock up, I think it can be OK
as-is, or simply bumped a bit ? Happy for more opinions on that.
Otherwise, this is
Tested-by: Ada Couprie Diaz <ada.coupriediaz@xxxxxxx>
As this is an important change, any other testing, especially on real workloads
as well as on very large systems (which we haven't covered), would be very welcome !
I will take some time soon to review this latest version, now that I am able to.
I went through the series and only had some minor nitpicks, and some small
worries about the intentionality of the behaviour changes in patch 7.
It also feels like the above bug is more of a stress limit being easier to reach
than a core issue with the series, but I'd be happy to get more thoughts on it.
This looks great, and I am looking forward to seeing it merged ! :)
Thanks again for carrying this change through.
Kind regards,
Ada