Hello! >From what I can see, when I start testing v6.16-rc1, I will need to pull in the following commits and patches into my pile in my -rcu "dev" branch:
6c59a7c789f0 ("rcutorture: Add tests for SRCU up/down reader primitives") 0a67dd132d1d ("rcutorture: Pull rcu_torture_updown() loop body into new function") c27d0d38f2ca ("rcutorture: Complain if an ->up_read() is delayed more than 10 seconds") 3b4863a42139 ("rcutorture: Check for ->up_read() without matching ->down_read()") The above commits must be ordered after this -rcu "dev" commit: db950fccd45a ("rcutorture: Make rcutorture_one_extend_check() account for hardirq") Tested-by: kernel test robot <oliver.s...@intel.com> There might be a few conflicts to resolve. ;-) I need to drop the following commits because they are already in mainline (thank you, Joel!): 604d70035eaf ("torture: Check for "Call trace:" as well as "Call Trace:") 2e5158390089 ("rcutorture: Reduce TREE01 CPU overcommit") 90c0254a6d48 ("rcutorture: Remove MAXSMP and CPUMASK_OFFSTACK from TREE01") Anything else? Thanx, Paul