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

Message ID 20240129225730.3168681-1-boqun.feng@gmail.com
Headers
Series RCU tasks fixes for v6.9 |

Message

Boqun Feng Jan. 29, 2024, 10:57 p.m. UTC
  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(-)