[git pull] vfs.git - misc compat stuff

From: Al Viro
Date: Fri Jun 15 2018 - 22:14:52 EST


Some biarch patches - getting rid of assorted compat_alloc_user_space()
(mis)uses. Not much in that area this cycle...

The following changes since commit 4faa99965e027cc057c5145ce45fa772caa04e8d:

fix io_destroy()/aio_complete() race (2018-05-23 22:53:22 -0400)

are available in the git repository at:

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

for you to fetch changes up to 430ff79170d877c1602acb5a3701453dfa36b566:

orangefs: simplify compat ioctl handling (2018-06-15 00:23:55 -0400)

----------------------------------------------------------------
Al Viro (3):
vmsplice(): lift importing iovec into vmsplice(2) and compat counterpart
signalfd: lift sigmask copyin and size checks to callers of do_signalfd4()
orangefs: simplify compat ioctl handling

fs/orangefs/devorangefs-req.c | 54 ++++------------
fs/signalfd.c | 50 +++++++--------
fs/splice.c | 144 ++++++++++++++++++++++--------------------
3 files changed, 112 insertions(+), 136 deletions(-)