* [git pull] vfs.git, part 1 - compat_ioctl fixes
@ 2016-01-11 1:07 Al Viro
0 siblings, 0 replies; only message in thread
From: Al Viro @ 2016-01-11 1:07 UTC (permalink / raw)
To: Linus Torvalds; +Cc: linux-kernel, linux-fsdevel
This is basically Jann's patches from last week. I have _not_
included the stuff like switching i2c to ->compat_ioctl() into this one -
those need more testing. Ideally I would like fs/compat_ioctl.c shrunk
a lot, but that's a separate story. Please, pull from
git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs.git for-linus
Shortlog:
Al Viro (1):
compat_ioctl: don't pass fd around when not needed
Jann Horn (2):
compat_ioctl: don't look up the fd twice
compat_ioctl: don't call do_ioctl under set_fs(KERNEL_DS)
Diffstat:
fs/compat_ioctl.c | 253 +++++++++++++++++++++++++++++------------------------
fs/internal.h | 7 ++
fs/ioctl.c | 4 +-
include/linux/fs.h | 2 -
4 files changed, 146 insertions(+), 120 deletions(-)
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2016-01-11 1:08 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-01-11 1:07 [git pull] vfs.git, part 1 - compat_ioctl fixes Al Viro
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome