mbox series

[0/2] Tests for AT_HANDLE_CONNECTABLE

Message ID 20250409115220.1911467-1-amir73il@gmail.com (mailing list archive)
Headers show
Series Tests for AT_HANDLE_CONNECTABLE | expand

Message

Amir Goldstein April 9, 2025, 11:52 a.m. UTC
Hi Zorro,

This is a test for new flag AT_HANDLE_CONNECTABLE from v6.13.
I've had this test for a while, but apparently I forgot to post it.
See man page update of this flag here [1].

Thanks,
Amir.

[1] https://lore.kernel.org/linux-fsdevel/20250330163502.1415011-1-amir73il@gmail.com/

Amir Goldstein (2):
  open_by_handle: add support for testing connectable file handles
  open_by_handle: add a test for connectable file handles

 common/rc             | 16 +++++++--
 src/open_by_handle.c  | 44 +++++++++++++++++++-----
 tests/generic/777     | 79 +++++++++++++++++++++++++++++++++++++++++++
 tests/generic/777.out | 15 ++++++++
 4 files changed, 142 insertions(+), 12 deletions(-)
 create mode 100755 tests/generic/777
 create mode 100644 tests/generic/777.out