linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [git pull] vfs.git mount compat series
@ 2020-10-12  3:27 Al Viro
  2020-10-12 23:50 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Al Viro @ 2020-10-12  3:27 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-kernel, linux-fsdevel, Christoph Hellwig

	The last remnants of mount(2) compat buried.  Buried into NFS, that is;
generally I'm less enthusiastic about "let's use in_compat_syscall() deep in
call chain" kind of approach than Christoph seems to be, but in this case it's
warranted - that crap had been an NFS-specific wart, hopefully not to be repeated
in any other filesystems (read: any new filesystem introducing non-text mount
options will get NAKed even if it doesn't fuck the layout up).  Not worth trying
to grow an infrastructure that would avoid that use of in_compat_syscall()...
	[Note: alpha-related tail of the series got dropped]

The following changes since commit 9123e3a74ec7b934a4a099e98af6a61c2f80bbf5:

  Linux 5.9-rc1 (2020-08-16 13:04:57 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs.git compat.mount

for you to fetch changes up to 028abd9222df0cf5855dab5014a5ebaf06f90565:

  fs: remove compat_sys_mount (2020-09-22 23:45:57 -0400)

----------------------------------------------------------------
Christoph Hellwig (3):
      nfs: simplify nfs4_parse_monolithic
      fs,nfs: lift compat nfs4 mount data handling into the nfs code
      fs: remove compat_sys_mount

 arch/arm64/include/asm/unistd32.h                  |   2 +-
 arch/mips/kernel/syscalls/syscall_n32.tbl          |   2 +-
 arch/mips/kernel/syscalls/syscall_o32.tbl          |   2 +-
 arch/parisc/kernel/syscalls/syscall.tbl            |   2 +-
 arch/powerpc/kernel/syscalls/syscall.tbl           |   2 +-
 arch/s390/kernel/syscalls/syscall.tbl              |   2 +-
 arch/sparc/kernel/syscalls/syscall.tbl             |   2 +-
 arch/x86/entry/syscalls/syscall_32.tbl             |   2 +-
 fs/Makefile                                        |   1 -
 fs/compat.c                                        | 132 --------------
 fs/internal.h                                      |   3 -
 fs/namespace.c                                     |   4 +-
 fs/nfs/fs_context.c                                | 195 +++++++++++++--------
 include/linux/compat.h                             |   6 -
 include/uapi/asm-generic/unistd.h                  |   2 +-
 tools/include/uapi/asm-generic/unistd.h            |   2 +-
 tools/perf/arch/powerpc/entry/syscalls/syscall.tbl |   2 +-
 tools/perf/arch/s390/entry/syscalls/syscall.tbl    |   2 +-
 18 files changed, 138 insertions(+), 227 deletions(-)
 delete mode 100644 fs/compat.c

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

* Re: [git pull] vfs.git mount compat series
  2020-10-12  3:27 [git pull] vfs.git mount compat series Al Viro
@ 2020-10-12 23:50 ` pr-tracker-bot
  0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2020-10-12 23:50 UTC (permalink / raw)
  To: Al Viro; +Cc: Linus Torvalds, linux-kernel, linux-fsdevel, Christoph Hellwig

The pull request you sent on Mon, 12 Oct 2020 04:27:48 +0100:

> git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs.git compat.mount

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/22230cd2c55bd27ee2c3a3def97c0d5577a75b82

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html

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

end of thread, other threads:[~2020-10-12 23:50 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-12  3:27 [git pull] vfs.git mount compat series Al Viro
2020-10-12 23:50 ` pr-tracker-bot

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).