[PATCH] fs/xattr: add *at family syscalls to common syscall.tbl

From: Charlie Jenkins
Date: Wed Sep 04 2024 - 15:03:31 EST


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@xxxxxxxxxxxx>
---
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