Hello, Paul, On Tue, 8 Apr 2025 14:23:32 GMT, "Paul E. McKenney" wrote: > The torture.sh --do-rt command-line parameter is intended to mimic -rt > kernels. Now that CONFIG_PREEMPT_RT is upstream, this commit makes this > mimicking more precise. > > Note that testing of RCU priority boosting is disabled in favor > of forward-progress testing of RCU callbacks. If it turns out to be > possible to make kernels built with CONFIG_PREEMPT_RT=y to tolerate > testing of both, both will be enabled. > > [ paulmck: Apply Sebastian Siewior feedback. ] > > Signed-off-by: Paul E. McKenney <paul...@kernel.org> > Cc: Sebastian Andrzej Siewior <bige...@linutronix.de>
I pulled this from your -dev branch for 6.16. I checked and this patch is the only one changed so feel free to not re-send the whole series (I will be resending it anyway once I have all the topic branches). Also, I added your sign off as it was missing: [PATCH 03/12] rcutorture: Split out beginning and end from rcu_torture_one_read() thanks, - Joel