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) more misc bits
Date: Sat, 15 Oct 2016 01:47:39 +0100 [thread overview]
Message-ID: <20161015004739.GE19539@ZenIV.linux.org.uk> (raw)
The rest of the stuff from -next (more uaccess work) + assorted fixes.
The following changes since commit de34f4da7f62ff59ac6e1ef320b0fcfa3296fce3:
Merge tag 'media/v4.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media (2016-10-11 13:22:22 -0700)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs.git for-linus
for you to fetch changes up to 2692a71bbd40160165e89d5505c5c28144ec5a42:
Merge branch 'work.uaccess' into for-linus (2016-10-14 20:42:44 -0400)
----------------------------------------------------------------
Al Viro (6):
alpha: get rid of tail-zeroing in __copy_user()
arc: don't leak bits of kernel stack into coredump
arm: don't zero in __copy_from_user_inatomic()/__copy_from_user()
arm64: don't zero in __copy_from_user{,_inatomic}
blackfin: no access_ok() for __copy_{to,from}_user()
Merge branch 'work.uaccess' into for-linus
Guenter Roeck (1):
score: traps: Add missing include file to fix build error
Oleg Nesterov (2):
fs/super.c: fix race between freeze_super() and thaw_super()
fs/super.c: don't fool lockdep in freeze_super() and thaw_super() paths
Vegard Nossum (1):
iov_iter: kernel-doc import_iovec() and rw_copy_check_uvector()
Vivek Goyal (1):
overlayfs: Fix setting IOP_XATTR flag
arch/alpha/include/asm/uaccess.h | 9 ++++----
arch/alpha/lib/copy_user.S | 16 +-------------
arch/alpha/lib/ev6-copy_user.S | 23 +-------------------
arch/arc/kernel/signal.c | 8 +++----
arch/arm/include/asm/uaccess.h | 11 +++++-----
arch/arm/lib/copy_from_user.S | 9 +++-----
arch/arm64/include/asm/uaccess.h | 10 +++++----
arch/arm64/lib/copy_from_user.S | 7 +-----
arch/blackfin/include/asm/uaccess.h | 32 ++++++++++++++++-----------
arch/score/kernel/traps.c | 1 +
fs/overlayfs/super.c | 11 +++++-----
fs/read_write.c | 29 +++++++++++++++++++++++++
fs/super.c | 43 ++++++++++++++++++++++++-------------
lib/iov_iter.c | 22 +++++++++++++++++++
14 files changed, 133 insertions(+), 98 deletions(-)
reply other threads:[~2016-10-15 0:47 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=20161015004739.GE19539@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.