]> git.ipfire.org Git - thirdparty/linux.git/commit
proc: array: drop stale FIXME about RCU in task_sig()
authorJaime Saguillo Revilla <jaime.saguillo@gmail.com>
Sun, 15 Feb 2026 12:45:11 +0000 (12:45 +0000)
committerAndrew Morton <akpm@linux-foundation.org>
Sat, 28 Mar 2026 04:19:32 +0000 (21:19 -0700)
commit38d581ba76545b4712ecdb63f2b2612d5b7601c9
tree19a95b25132a78f4067ad1c34f2bb95425c1ed6f
parent24f9515de8778410e4b84c85b196c9850d2c1e18
proc: array: drop stale FIXME about RCU in task_sig()

task_sig() already wraps the SigQ rlimit read in an explicit RCU read-side
critical section.  Drop the stale FIXME comment and keep using
task_ucounts() for the ucounts access.

No functional change.

Link: https://lkml.kernel.org/r/20260215124511.14227-1-jaime.saguillo@gmail.com
Signed-off-by: Jaime Saguillo Revilla <jaime.saguillo@gmail.com>
Acked-by: Oleg Nesterov <oleg@redhat.com>
Cc: Christian Brauner <brauner@kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
fs/proc/array.c