linux-fsdevel.vger.kernel.org archive mirror
 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 pile 8
Date: Thu, 6 Jul 2017 10:11:33 +0100	[thread overview]
Message-ID: <20170706091133.GK10672@ZenIV.linux.org.uk> (raw)

	Several alpha osf_sys.c uaccess cleanups - getdomainname() had
insane byte-by-byte copying of string to userland (instead of strnlen +
copy_to_user) plus yet another compat variant of timeval/itimerval with
associated copyin/copyout primitives.

The following changes since commit 92ebce5ac55dba258c608248dddf59eca3f7f514:

  osf_wait4: switch to kernel_wait4() (2017-05-21 13:16:26 -0400)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs.git misc.alpha

for you to fetch changes up to 8d2fd30ecfc81f2b5f2bd60815bd3951cb23601c:

  osf_sigstack(): switch to put_user() (2017-05-27 16:38:39 -0400)

----------------------------------------------------------------
Al Viro (4):
      osf_getdomainname(): use copy_to_user()
      Merge branch 'work.sys_wait' into misc.alpha
      osf_sys.c: switch handling of timeval32/itimerval32 to copy_{to,from}_user()
      osf_sigstack(): switch to put_user()

 arch/alpha/kernel/osf_sys.c | 81 ++++++++++++++++++++++-----------------------
 1 file changed, 40 insertions(+), 41 deletions(-)

                 reply	other threads:[~2017-07-06  9:11 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=20170706091133.GK10672@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 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).