All of lore.kernel.org
 help / color / mirror / Atom feed
From: Al Viro <viro@ZenIV.linux.org.uk>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux-kernel@vger.kernel.org, linux-fsdevel@vger.kernel.org
Subject: [git pull] vfs.git part 1
Date: Wed, 5 Jul 2017 08:14:23 +0100	[thread overview]
Message-ID: <20170705071423.GY10672@ZenIV.linux.org.uk> (raw)

	vfs.git topology is rather convoluted this cycle, so
I'm afraid that it'll take more pull requests than usual ;-/

The first pile is #work.misc-set_fs.  Assorted getting rid
of cargo-culted access_ok(), cargo-culted set_fs() and
field-by-field copyouts.  The same description applies to
a lot of stuff in other branches - this is just the stuff that
didn't fit into a more specific topical branch.

The following changes since commit c86daad2c25bfd4a33d48b7691afaa96d9c5ab46:

  Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input (2017-05-26 16:45:13 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs.git work.misc-set_fs

for you to fetch changes up to 8c6657cb50cb037ff58b3f6a547c6569568f3527:

  Switch flock copyin/copyout primitives to copy_{from,to}_user() (2017-06-26 23:52:44 -0400)

----------------------------------------------------------------
Al Viro (8):
      drbd: ->sendpage() never needed set_fs()
      nfsd_readlink(): switch to vfs_get_link()
      compat statfs: switch to copy_to_user()
      isdn: get rid of pointless access_ok()
      adb: get rid of pointless access_ok()
      lpfc debugfs: get rid of pointless access_ok()
      Merge remote-tracking branch 'jl/locks-4.13' into work.misc-set_fs
      Switch flock copyin/copyout primitives to copy_{from,to}_user()

Christoph Hellwig (2):
      fs/locks: pass kernel struct flock to fcntl_getlk/setlk
      fs/locks: don't mess with the address limit in compat_fcntl64

Jeff Layton (1):
      fs/fcntl: return -ESRCH in f_setown when pid/pgid can't be found

Jiri Slaby (2):
      fs/fcntl: f_setown, allow returning error
      fs/fcntl: f_setown, avoid undefined behaviour

Mauro Carvalho Chehab (1):
      fs: locks: Fix some troubles at kernel-doc comments

 drivers/block/drbd/drbd_main.c   |   3 -
 drivers/isdn/i4l/isdn_common.c   |  18 ---
 drivers/isdn/i4l/isdn_ppp.c      |   6 -
 drivers/isdn/isdnloop/isdnloop.c |   2 -
 drivers/macintosh/adb.c          |   4 -
 drivers/scsi/lpfc/lpfc_debugfs.c |  20 ----
 fs/fcntl.c                       | 231 +++++++++++++++++++++++----------------
 fs/locks.c                       |  97 +++++-----------
 fs/nfsd/vfs.c                    |  39 +++----
 fs/statfs.c                      |  58 +++++-----
 include/linux/fs.h               |  10 +-
 net/socket.c                     |   3 +-
 12 files changed, 220 insertions(+), 271 deletions(-)

             reply	other threads:[~2017-07-05  7:14 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-07-05  7:14 Al Viro [this message]
2017-07-07 12:46 ` [git pull] vfs.git part 1 Michael Ellerman
2017-07-07 12:46   ` Michael Ellerman
2017-07-07 15:59   ` Linus Torvalds
2017-07-07 16:30     ` Linus Torvalds
2017-07-07 22:55       ` Michael Ellerman
2017-07-07 17:35     ` Linus Torvalds
2017-07-07 18:59       ` Al Viro
2017-07-07 22:50       ` Michael Ellerman
  -- strict thread matches above, loose matches on Subject: below --
2016-07-28 15:55 Al Viro
2015-02-17 17:15 Al Viro
2013-07-01 19:59 [git pull] vfs.git, " Al Viro
2013-08-01  9:00 ` Christoph Hellwig

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=20170705071423.GY10672@ZenIV.linux.org.uk \
    --to=viro@zeniv.linux.org.uk \
    --cc=linux-fsdevel@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@linux-foundation.org \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.