diff options
| author | Christian Brauner <brauner@kernel.org> | 2025-10-28 09:45:51 +0100 |
|---|---|---|
| committer | Christian Brauner <brauner@kernel.org> | 2025-10-30 14:25:14 +0100 |
| commit | ad6e3ea683ef4086cdf3d2ec40cb3f6e62edb945 (patch) | |
| tree | 2a4bead3d0b65a36b3d81f9cc9da876ec97dcf49 /net/unix/af_unix.c | |
| parent | dfd78546c95330db2252e0d7e937a15ab5eddb4e (diff) | |
pidfs: prepare to drop exit_info pointer
There will likely be more info that we need to store in struct
pidfs_attr. We need to make sure that some of the information such as
exit info or coredump info that consists of multiple bits is either
available completely or not at all, but never partially. Currently we
use a pointer that we assign to. That doesn't scale. We can't waste a
pointer for each mulit-part information struct we want to expose. Use a
bitmask instead.
Link: https://patch.msgid.link/20251028-work-coredump-signal-v1-6-ca449b7b7aa0@kernel.org
Reviewed-by: Alexander Mikhalitsyn <aleksandr.mikhalitsyn@canonical.com>
Reviewed-by: Oleg Nesterov <oleg@redhat.com>
Signed-off-by: Christian Brauner <brauner@kernel.org>
Diffstat (limited to 'net/unix/af_unix.c')
0 files changed, 0 insertions, 0 deletions
