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-fsdevel@vger.kernel.org
Subject: [git pull] uaccess readdir
Date: Mon, 1 Jun 2020 19:27:41 +0100	[thread overview]
Message-ID: <20200601182741.GC23230@ZenIV.linux.org.uk> (raw)

	Finishing the conversion of readdir.c to unsafe_... API;
includes uaccess_{read,write}_begin series by Christophe Leroy.

The following changes since commit 8f3d9f354286745c751374f5f1fcafee6b3f3136:

  Linux 5.7-rc1 (2020-04-12 12:35:55 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs.git uaccess.readdir

for you to fetch changes up to 5fb1514164de20ddb21886ffceda4cb54d6538f6:

  readdir.c: get rid of the last __put_user(), drop now-useless access_ok() (2020-05-01 20:29:54 -0400)

----------------------------------------------------------------
Al Viro (3):
      switch readdir(2) to unsafe_copy_dirent_name()
      readdir.c: get compat_filldir() more or less in sync with filldir()
      readdir.c: get rid of the last __put_user(), drop now-useless access_ok()

Christophe Leroy (3):
      uaccess: Add user_read_access_begin/end and user_write_access_begin/end
      uaccess: Selectively open read or write user access
      drm/i915/gem: Replace user_access_begin by user_write_access_begin

 drivers/gpu/drm/i915/gem/i915_gem_execbuffer.c |   5 +-
 fs/readdir.c                                   | 104 ++++++++++++-------------
 include/linux/uaccess.h                        |   8 ++
 kernel/compat.c                                |  12 +--
 kernel/exit.c                                  |  12 +--
 lib/strncpy_from_user.c                        |   4 +-
 lib/strnlen_user.c                             |   4 +-
 lib/usercopy.c                                 |   6 +-
 8 files changed, 80 insertions(+), 75 deletions(-)

             reply	other threads:[~2020-06-01 18:38 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-06-01 18:27 Al Viro [this message]
2020-06-01 23:55 ` [git pull] uaccess readdir pr-tracker-bot

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=20200601182741.GC23230@ZenIV.linux.org.uk \
    --to=viro@zeniv.linux.org.uk \
    --cc=linux-fsdevel@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.