public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] fs/xattr: add *at family syscalls to common syscall.tbl
@ 2024-09-04 19:03 Charlie Jenkins
  2024-09-04 19:27 ` Arnd Bergmann
  0 siblings, 1 reply; 3+ messages in thread
From: Charlie Jenkins @ 2024-09-04 19:03 UTC (permalink / raw)
  To: Arnd Bergmann, Christian Göttsche, Stephen Rothwell
  Cc: linux-kernel, Charlie Jenkins

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@rivosinc.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


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2024-09-24 15:35 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-04 19:03 [PATCH] fs/xattr: add *at family syscalls to common syscall.tbl Charlie Jenkins
2024-09-04 19:27 ` Arnd Bergmann
2024-09-24 15:35   ` Charlie Jenkins

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox