scftorture: Add an alternative IPI vector
authorPaul E. McKenney <paulmck@kernel.org>
Thu, 3 Sep 2020 20:09:47 +0000 (13:09 -0700)
committerPaul E. McKenney <paulmck@kernel.org>
Sat, 7 Nov 2020 01:13:49 +0000 (17:13 -0800)
commit1ac78b49d61d4a095ef8b861542549eef1823f36
treed0e936294d4e203d695ac6e7cbd21517bfb04bfd
parentfda5ba9ed254727ac5761b81455d8e93c78eba4a
scftorture: Add an alternative IPI vector

The scftorture tests currently use only smp_call_function() and
friends, which means that these tests cannot locate bugs caused by
interactions between different IPI vectors.  This commit therefore adds
the rescheduling IPI to the mix.

Note that this commit permits resched_cpus() only when scftorture is
built in.  This is a workaround.  Longer term, this will use real wakeups
rather than resched_cpu().

Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
kernel/scftorture.c