VisionFive2 Linux kernel

StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)

More than 9999 Commits   33 Branches   55 Tags
author: Mickaël Salaün <mic@linux.microsoft.com> 2021-04-22 17:41:19 +0200 committer: James Morris <jamorris@linux.microsoft.com> 2021-04-22 12:22:11 -0700 commit: a49f4f81cb48925e8d7cbd9e59068f516e984144 parent: 83e804f0bfee2247b1c0aa64845c81a38562da7a
Commit Summary:
arch: Wire up Landlock syscalls
Diffstat:
1 file changed, 3 insertions, 0 deletions
diff --git a/arch/xtensa/kernel/syscalls/syscall.tbl b/arch/xtensa/kernel/syscalls/syscall.tbl
index 365a9b849224..2fad056a32e8 100644
--- a/arch/xtensa/kernel/syscalls/syscall.tbl
+++ b/arch/xtensa/kernel/syscalls/syscall.tbl
@@ -413,3 +413,6 @@
 440	common	process_madvise			sys_process_madvise
 441	common	epoll_pwait2			sys_epoll_pwait2
 442	common	mount_setattr			sys_mount_setattr
+444	common	landlock_create_ruleset		sys_landlock_create_ruleset
+445	common	landlock_add_rule		sys_landlock_add_rule
+446	common	landlock_restrict_self		sys_landlock_restrict_self