rcutorture: Add task's CPU for rcutorture writer stalls
authorPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Mon, 19 Jun 2017 17:03:22 +0000 (10:03 -0700)
committerPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Mon, 24 Jul 2017 23:04:17 +0000 (16:04 -0700)
commit808de39cf422aa08dffd29510d841848ea18e215
tree1751368abcdcf76b0c40a07bc0b0f989becfa46f
parentc234ee4b82682a64dbe8027a0a4dab36569133f2
rcutorture: Add task's CPU for rcutorture writer stalls

It appears that at least some of the rcutorture writer stall messages
coincide with unusually long CPU-online operations, for example, no
fewer than 205 seconds in a recent test.  It is of course possible that
the writer stall is not unrelated to this unusually long CPU-hotplug
operation, and so this commit adds the rcutorture writer task's CPU to
the stall message to gain more information about this possible connection.

Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
kernel/rcu/rcutorture.c