Searched hist:f67a33561e6e5463b548219df98130da95f2e4a7 (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/include/linux/ |
H A D | torture.h | diff f67a33561e6e5463b548219df98130da95f2e4a7 Wed Jan 29 09:40:27 CST 2014 Paul E. McKenney <paulmck@linux.vnet.ibm.com> rcutorture: Abstract torture_shutdown_absorb()
Because handling races between rmmod and normal shutdown is not specific to rcutorture, this commit renames rcutorture_shutdown_absorb() to torture_shutdown_absorb() and pulls it out into then kernel/torture.c module. This implies pulling the fullstop mechanism into kernel/torture.c as well.
The exporting of fullstop and fullstop_mutex is ugly and must die. And it does in fact die in later commits that introduce higher-level APIs that encapsulate both of these variables.
Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com> Reviewed-by: Josh Triplett <josh@joshtriplett.org>`
|
/openbmc/linux/kernel/ |
H A D | torture.c | diff f67a33561e6e5463b548219df98130da95f2e4a7 Wed Jan 29 09:40:27 CST 2014 Paul E. McKenney <paulmck@linux.vnet.ibm.com> rcutorture: Abstract torture_shutdown_absorb()
Because handling races between rmmod and normal shutdown is not specific to rcutorture, this commit renames rcutorture_shutdown_absorb() to torture_shutdown_absorb() and pulls it out into then kernel/torture.c module. This implies pulling the fullstop mechanism into kernel/torture.c as well.
The exporting of fullstop and fullstop_mutex is ugly and must die. And it does in fact die in later commits that introduce higher-level APIs that encapsulate both of these variables.
Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com> Reviewed-by: Josh Triplett <josh@joshtriplett.org>`
|
/openbmc/linux/kernel/rcu/ |
H A D | rcutorture.c | diff f67a33561e6e5463b548219df98130da95f2e4a7 Wed Jan 29 09:40:27 CST 2014 Paul E. McKenney <paulmck@linux.vnet.ibm.com> rcutorture: Abstract torture_shutdown_absorb()
Because handling races between rmmod and normal shutdown is not specific to rcutorture, this commit renames rcutorture_shutdown_absorb() to torture_shutdown_absorb() and pulls it out into then kernel/torture.c module. This implies pulling the fullstop mechanism into kernel/torture.c as well.
The exporting of fullstop and fullstop_mutex is ugly and must die. And it does in fact die in later commits that introduce higher-level APIs that encapsulate both of these variables.
Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com> Reviewed-by: Josh Triplett <josh@joshtriplett.org>`
|