]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
tools headers: Sync uapi/linux/fcntl.h with the kernel sources
authorArnaldo Carvalho de Melo <acme@redhat.com>
Sat, 1 Nov 2025 16:01:13 +0000 (13:01 -0300)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Sat, 1 Nov 2025 16:01:13 +0000 (13:01 -0300)
To pick up the changes in this cset:

  e83f0b5d10dcf628 ("nsfs: support exhaustive file handles")

That doesn't introduce anything of interest for tools/, just addresses
these perf build warnings:

Warning: Kernel ABI header differences:
  diff -u tools/perf/trace/beauty/include/uapi/linux/fcntl.h include/uapi/linux/fcntl.h

Please see tools/include/uapi/README for further details.

Cc: Christian Brauner <brauner@kernel.org>
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/trace/beauty/include/uapi/linux/fcntl.h

index f291ab4f94ebccacfd966de03a08c4948aa89e60..3741ea1b73d8500061567b6590ccf5fb4c6770f0 100644 (file)
 #define PIDFD_SELF_THREAD_GROUP                -10001 /* Current thread group leader. */
 
 #define FD_PIDFS_ROOT                  -10002 /* Root of the pidfs filesystem */
+#define FD_NSFS_ROOT                   -10003 /* Root of the nsfs filesystem */
 #define FD_INVALID                     -10009 /* Invalid file descriptor: -10000 - EBADF = -10009 */
 
 /* Generic flags for the *at(2) family of syscalls. */