> Add TIF_FD_SLOTS to the syscall work mask. syscall_exit rereads the > flags after the system call and goes to syscall_exit_work for any bit > in the all-work mask, but hands over a copy shifted right by eight > when the bit was in the upper byte. Reload the flags there and test > the full mask, so that the bit reaches do_syscall_trace_leave(). > > 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=15
