diff options
author | Christian Brauner <christian@brauner.io> | 2019-05-25 11:37:43 +0200 |
---|---|---|
committer | Christian Brauner <christian@brauner.io> | 2019-06-09 09:29:46 +0200 |
commit | 8f3220a806545442f6f26195bc491520f5276e7c (patch) | |
tree | c4d73c5f1c462328fb0ef9f5eb17721c881004d5 /arch/microblaze | |
parent | 7f192e3cd316ba58c88dfa26796cf77789dd9872 (diff) | |
download | linux-8f3220a806545442f6f26195bc491520f5276e7c.tar.gz linux-8f3220a806545442f6f26195bc491520f5276e7c.tar.bz2 linux-8f3220a806545442f6f26195bc491520f5276e7c.zip |
arch: wire-up clone3() syscall
Wire up the clone3() call on all arches that don't require hand-rolled
assembly.
Some of the arches look like they need special assembly massaging and it is
probably smarter if the appropriate arch maintainers would do the actual
wiring. Arches that are wired-up are:
- x86{_32,64}
- arm{64}
- xtensa
Signed-off-by: Christian Brauner <christian@brauner.io>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Cc: Kees Cook <keescook@chromium.org>
Cc: David Howells <dhowells@redhat.com>
Cc: Andrew Morton <akpm@linux-foundation.org>
Cc: Oleg Nesterov <oleg@redhat.com>
Cc: Adrian Reber <adrian@lisas.de>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Al Viro <viro@zeniv.linux.org.uk>
Cc: Florian Weimer <fweimer@redhat.com>
Cc: linux-api@vger.kernel.org
Cc: linux-arch@vger.kernel.org
Cc: x86@kernel.org
Diffstat (limited to 'arch/microblaze')
-rw-r--r-- | arch/microblaze/kernel/syscalls/syscall.tbl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/microblaze/kernel/syscalls/syscall.tbl b/arch/microblaze/kernel/syscalls/syscall.tbl index 26339e417695..3110440bcc31 100644 --- a/arch/microblaze/kernel/syscalls/syscall.tbl +++ b/arch/microblaze/kernel/syscalls/syscall.tbl @@ -439,3 +439,4 @@ 431 common fsconfig sys_fsconfig 432 common fsmount sys_fsmount 433 common fspick sys_fspick +436 common clone3 sys_clone3 |