Christian Brauner <[email protected]> writes: > This adds basic tests for the new close_range() syscall. > - test that no invalid flags can be passed > - test that a range of file descriptors is correctly closed > - test that a range of file descriptors is correctly closed if there there > are already closed file descriptors in the range > - test that max_fd is correctly capped to the current fdtable maximum > > Signed-off-by: Christian Brauner <[email protected]> > Cc: Arnd Bergmann <[email protected]> > Cc: Jann Horn <[email protected]> > Cc: David Howells <[email protected]> > Cc: Dmitry V. Levin <[email protected]> > Cc: Oleg Nesterov <[email protected]> > Cc: Linus Torvalds <[email protected]> > Cc: Florian Weimer <[email protected]> > Cc: Shuah Khan <[email protected]> > Cc: [email protected] > Cc: [email protected] > --- > v1: unchanged > v2: > - Christian Brauner <[email protected]>: > - verify that close_range() correctly closes a single file descriptor > v3: > - Christian Brauner <[email protected]>: > - add missing Cc for Shuah > - add missing Cc for linux-kselftest
Sorry I replied to v2, but I think my comments still apply: https://lore.kernel.org/lkml/[email protected]/ cheers

