From: David Howells <dhowells@redhat.com>
To: torvalds@linux-foundation.org, viro@zeniv.linux.org.uk
Cc: Christian Brauner <christian@brauner.io>,
Arnd Bergmann <arnd@arndb.de>,
dhowells@redhat.com, christian@brauner.io, arnd@arndb.de,
linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: [PATCH 0/4] uapi, vfs: Change the mount API UAPI [ver #2]
Date: Thu, 16 May 2019 12:52:04 +0100 [thread overview]
Message-ID: <155800752418.4037.9567789434648701032.stgit@warthog.procyon.org.uk> (raw)
Hi Linus, Al,
Here are some patches that make changes to the mount API UAPI and two of
them really need applying, before -rc1 - if they're going to be applied at
all.
The following changes are made:
(1) Make the file descriptors returned by open_tree(), fsopen(), fspick()
and fsmount() O_CLOEXEC by default and remove the flags that allow
this to be specified from the UAPI, shuffling other flags down as
appropriate. fcntl() can still be used to change the flag.
(2) Make the name of the anon inode object "[fscontext]" with square
brackets to match other users.
(3) Fix the numbering of the mount API syscalls to be in the common space
rather than in the arch-specific space.
(4) Wire up the mount API syscalls on all arches (it's only on x86
currently).
Thanks,
David
---
Christian Brauner (2):
uapi, fs: make all new mount api fds cloexec by default
uapi, fsopen: use square brackets around "fscontext"
David Howells (2):
uapi, x86: Fix the syscall numbering of the mount API syscalls
uapi: Wire up the mount API syscalls on non-x86 arches
arch/alpha/kernel/syscalls/syscall.tbl | 6 ++++++
arch/arm/tools/syscall.tbl | 6 ++++++
arch/arm64/include/asm/unistd.h | 2 +-
arch/arm64/include/asm/unistd32.h | 12 ++++++++++++
arch/ia64/kernel/syscalls/syscall.tbl | 6 ++++++
arch/m68k/kernel/syscalls/syscall.tbl | 6 ++++++
arch/microblaze/kernel/syscalls/syscall.tbl | 6 ++++++
arch/mips/kernel/syscalls/syscall_n32.tbl | 6 ++++++
arch/mips/kernel/syscalls/syscall_n64.tbl | 6 ++++++
arch/mips/kernel/syscalls/syscall_o32.tbl | 6 ++++++
arch/parisc/kernel/syscalls/syscall.tbl | 6 ++++++
arch/powerpc/kernel/syscalls/syscall.tbl | 6 ++++++
arch/s390/kernel/syscalls/syscall.tbl | 6 ++++++
arch/sh/kernel/syscalls/syscall.tbl | 6 ++++++
arch/sparc/kernel/syscalls/syscall.tbl | 6 ++++++
arch/x86/entry/syscalls/syscall_32.tbl | 12 ++++++------
arch/x86/entry/syscalls/syscall_64.tbl | 12 ++++++------
arch/xtensa/kernel/syscalls/syscall.tbl | 6 ++++++
fs/fsopen.c | 15 +++++++--------
fs/namespace.c | 11 ++++-------
include/uapi/asm-generic/unistd.h | 14 +++++++++++++-
include/uapi/linux/mount.h | 18 +++---------------
22 files changed, 136 insertions(+), 44 deletions(-)
next reply other threads:[~2019-05-16 11:52 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-05-16 11:52 David Howells [this message]
2019-05-16 11:52 ` [PATCH 1/4] uapi, fs: make all new mount api fds cloexec by default [ver #2] David Howells
2019-05-16 11:52 ` [PATCH 2/4] uapi, fsopen: use square brackets around "fscontext" " David Howells
2019-05-16 11:52 ` [PATCH 3/4] uapi, x86: Fix the syscall numbering of the mount API syscalls " David Howells
2019-05-16 13:01 ` Christian Brauner
2019-05-16 11:52 ` [PATCH 4/4] uapi: Wire up the mount API syscalls on non-x86 arches " David Howells
2019-05-16 13:01 ` Christian Brauner
2019-05-16 14:56 ` Geert Uytterhoeven
2019-05-16 14:59 ` Christian Brauner
2019-05-16 16:22 ` [PATCH 0/4] uapi, vfs: Change the mount API UAPI " Al Viro
2019-05-16 16:31 ` Al Viro
2019-05-16 16:31 ` Christian Brauner
2019-05-16 16:50 ` Al Viro
2019-05-16 17:01 ` Christian Brauner
2019-05-16 20:23 ` Dmitry V. Levin
2019-05-17 6:54 ` Christian Brauner
2019-05-17 7:01 ` Christian Brauner
2019-05-17 7:13 ` David Howells
2019-05-17 7:25 ` Miklos Szeredi
2019-05-17 7:27 ` Christian Brauner
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=155800752418.4037.9567789434648701032.stgit@warthog.procyon.org.uk \
--to=dhowells@redhat.com \
--cc=arnd@arndb.de \
--cc=christian@brauner.io \
--cc=linux-fsdevel@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=torvalds@linux-foundation.org \
--cc=viro@zeniv.linux.org.uk \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).