diff options
author | Eric W. Biederman <ebiederm@xmission.com> | 2020-04-24 18:19:10 +0200 |
---|---|---|
committer | Eric W. Biederman <ebiederm@xmission.com> | 2020-04-28 23:08:54 +0200 |
commit | 35fc0e3b0bd5be3b059e53ae90c4536ee4922330 (patch) | |
tree | a461194992f27f31aad43d2c15ee8e0c53d81b91 /kernel/pid.c | |
parent | proc: Use PIDTYPE_TGID in next_tgid (diff) | |
download | linux-35fc0e3b0bd5be3b059e53ae90c4536ee4922330.tar.xz linux-35fc0e3b0bd5be3b059e53ae90c4536ee4922330.zip |
rculist: Add hlists_swap_heads_rcu
Using the struct pid to refer to two tasks in de_thread was a clever
idea and ultimately too clever, as it has lead to proc_flush_task
being called inconsistently.
To support rectifying this add hlists_swap_heads_rcu. An hlist
primitive that just swaps the hlist heads of two lists. This is
exactly what is needed for exchanging the pids of two tasks.
Only consideration of correctness of the code has been given,
as the caller is expected to be a slowpath.
Link: https://lore.kernel.org/lkml/87mu6vajnq.fsf_-_@x220.int.ebiederm.org/
Acked-by: Linus Torvalds <torvalds@linux-foundation.org>
Acked-by: Oleg Nesterov <oleg@redhat.com>
Signed-off-by: "Eric W. Biederman" <ebiederm@xmission.com>
Diffstat (limited to 'kernel/pid.c')
0 files changed, 0 insertions, 0 deletions