[PATCH 0/2] RCU tasks fixes for v6.9

Boqun Feng posted 2 patches 1 year, 10 months ago
There is a newer version of this series
include/linux/rcupdate.h |  4 +-
include/linux/sched.h    |  2 +
init/init_task.c         |  1 +
kernel/fork.c            |  1 +
kernel/rcu/tasks.h       | 89 ++++++++++++++++++++++++++++------------
5 files changed, 69 insertions(+), 28 deletions(-)
[PATCH 0/2] RCU tasks fixes for v6.9
Posted by Boqun Feng 1 year, 10 months ago
Hi,

This series contains the fixes of RCU tasks for v6.9. You can also find
the series at:

	https://github.com/fbq/linux.git rcu-tasks.2024.01.24a

Th detailed list of the changes:

Paul E. McKenney (2):
  rcu-tasks: Repair RCU Tasks Trace quiescence check
  rcu-tasks: Eliminate deadlocks involving do_exit() and RCU tasks

 include/linux/rcupdate.h |  4 +-
 include/linux/sched.h    |  2 +
 init/init_task.c         |  1 +
 kernel/fork.c            |  1 +
 kernel/rcu/tasks.h       | 89 ++++++++++++++++++++++++++++------------
 5 files changed, 69 insertions(+), 28 deletions(-)

-- 
2.43.0