pidfs: detect refcount bugs
authorChristian Brauner <brauner@kernel.org>
Tue, 6 May 2025 11:55:54 +0000 (13:55 +0200)
committerChristian Brauner <brauner@kernel.org>
Tue, 6 May 2025 11:59:00 +0000 (13:59 +0200)
commitdb56723ceaec87aa5cf871e623f464934b266228
tree8c15161edd419fa819fc7ab9eea44823dbdaf187
parent4dd6566b5a8ca1e8c9ff2652c2249715d6c64217
pidfs: detect refcount bugs

Now that we have pidfs_{get,register}_pid() that needs to be paired with
pidfs_put_pid() it's possible that someone pairs them with put_pid().
Thus freeing struct pid while it's still used by pidfs. Notice when that
happens. I'll also add a scheme to detect invalid uses of
pidfs_get_pid() and pidfs_put_pid() later.

Link: https://lore.kernel.org/20250506-uferbereich-guttun-7c8b1a0a431f@brauner
Signed-off-by: Christian Brauner <brauner@kernel.org>
kernel/pid.c