]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
Merge branch 'general-enhancements-to-rqspinlock-stress-test'
authorAlexei Starovoitov <ast@kernel.org>
Tue, 25 Nov 2025 23:30:14 +0000 (15:30 -0800)
committerAlexei Starovoitov <ast@kernel.org>
Tue, 25 Nov 2025 23:30:14 +0000 (15:30 -0800)
commit5262cb23393f7e86a64d1a45eeaa8a6f99f03d10
treeffcf1717b03fe52ec4ca7b7d2a0396aaa902df19
parent8f6ddc0587606c4be7ffcbdb20a4a99647e0c362
parent88337b587b8b1f4b418638546a85d3295500dcc2
Merge branch 'general-enhancements-to-rqspinlock-stress-test'

Kumar Kartikeya Dwivedi says:

====================
General enhancements to rqspinlock stress test

Three enchancements, details in commit messages.

First, the CPU requirements are 2 for AA, 3 for ABBA, and 4 for ABBCCA,
hence relax the check during module initialization. Second, add a
per-CPU histogram to capture lock acquisition times to record which
buckets these acquisitions fall into for the normal task context and NMI
context.  Anything below 10ms is not printed in detail, but above that
displays the full breakdown for each context. Finally, make the delay of
the NMI and task contexts configurable, set to 10 and 20 ms respectively
by default.
====================

Link: https://patch.msgid.link/20251125020749.2421610-1-memxor@gmail.com
Signed-off-by: Alexei Starovoitov <ast@kernel.org>