[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20240904-xattr_standard_functions-v1-1-60ccfa9d41e0@rivosinc.com>
Date: Wed, 04 Sep 2024 12:03:07 -0700
From: Charlie Jenkins <charlie@...osinc.com>
To: Arnd Bergmann <arnd@...db.de>,
Christian Göttsche <cgzones@...glemail.com>,
Stephen Rothwell <sfr@...b.auug.org.au>
Cc: linux-kernel@...r.kernel.org, Charlie Jenkins <charlie@...osinc.com>
Subject: [PATCH] fs/xattr: add *at family syscalls to common syscall.tbl
Commit 6a7fb6ebe371 ("fs/xattr: add *at family syscalls") didn't add the
syscalls to the common scripts/syscall.tbl that was also recently
introduced in commit 4fe53bf2ba0a ("syscalls: add generic
scripts/syscall.tbl") which a handful of architectures use.
Signed-off-by: Charlie Jenkins <charlie@...osinc.com>
---
scripts/syscall.tbl | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/scripts/syscall.tbl b/scripts/syscall.tbl
index 845e24eb372e..ebbdb3c42e9f 100644
--- a/scripts/syscall.tbl
+++ b/scripts/syscall.tbl
@@ -403,3 +403,7 @@
460 common lsm_set_self_attr sys_lsm_set_self_attr
461 common lsm_list_modules sys_lsm_list_modules
462 common mseal sys_mseal
+463 common setxattrat sys_setxattrat
+464 common getxattrat sys_getxattrat
+465 common listxattrat sys_listxattrat
+466 common removexattrat sys_removexattrat
---
base-commit: fdadd93817f124fd0ea6ef251d4a1068b7feceba
change-id: 20240904-xattr_standard_functions-1864fb233c8e
--
- Charlie
Powered by blists - more mailing lists