commit | 0b427424fcb1ed69d6a9feb9532111883b590fea | [log] [tgz] |
---|---|---|
author | Paul E. McKenney <paulmck@kernel.org> | Mon Dec 19 11:21:09 2022 -0800 |
committer | Paul E. McKenney <paulmck@kernel.org> | Thu Jan 19 16:14:47 2023 -0800 |
tree | d44625a09c5fcee1ea3d86011ce79d5c2b29d316 | |
parent | 344da544f177f919cf6919e5abcd388f27aa53db [diff] |
rcutorture: Add test_nmis module parameter This commit adds a test_nmis module parameter to generate the specified number of NMI stack backtraces 15 seconds apart. This module parameter can be used to test NMI delivery and accompanying diagnostics. It also forces NMI backtraces in the case where the destination CPU is idle, thus avoiding the occasional annoying failure to actually send an NMI. Signed-off-by: Paul E. McKenney <paulmck@kernel.org>