rcutorture: Drop redundant "insoftirq" parameters
authorPaul E. McKenney <paulmck@kernel.org>
Thu, 15 May 2025 04:09:05 +0000 (21:09 -0700)
committerNeeraj Upadhyay (AMD) <neeraj.upadhyay@kernel.org>
Wed, 25 Jun 2025 03:09:01 +0000 (08:39 +0530)
commitf32367d96eba8fc50a0bbd2a792df3199089d13b
tree35420e2e48844818857ec96c5df4849e55d49bd4
parentcacba0bf6d9f7568e115f3ffe32a95c33f5fd885
rcutorture: Drop redundant "insoftirq" parameters

Given that the rcutorture_one_extend_check() function now uses
in_serving_softirq() and in_hardirq(), it is no longer necessary to pass
insoftirq flags down the function-call stack.  This commit therefore
removes those flags, and, while in the area, does a bit of whitespace
cleanup.

Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
Tested-by: kernel test robot <oliver.sang@intel.com>
Signed-off-by: Neeraj Upadhyay (AMD) <neeraj.upadhyay@kernel.org>
kernel/rcu/rcutorture.c