Re: [PATCH 08/26] exit: Make the runqueue rcu safe
From: Oleg Nesterov <hidden>
Date: 2017-06-07 13:17:00
Also in:
lkml
From: Oleg Nesterov <hidden>
Date: 2017-06-07 13:17:00
Also in:
lkml
On 06/06, Eric W. Biederman wrote:
Add a rcu_usage to task_struct and use it to reuse the delayed rcu put logic from release_task in finish_task_switch.
I didn't really read this patch yet, but it first glance it should work and you can also remove the ->exit_state check/limitation in rcuwait_wait_event(). Oleg.