> receive_fd() cannot defer to syscall exit as SECCOMP_IOCTL_NOTIF_ADDFD > installs into the target task and hands the number to the supervisor > and IORING_OP_FIXED_FD_INSTALL runs from an io_uring op. Open-code the > get_unused_fd_flags() + fd_install() it did through FD_PREPARE(). > > Signed-off-by: Christian Brauner (Amutable) <[email protected]>
Sashiko has reviewed this patch and found no issues. It looks great! -- Sashiko AI review ยท https://sashiko.dev/#/patchset/20260915-work-fd-reserve-unify-folded-v1-0-4d5217d6b...@kernel.org?part=23
