[<prev] [next>] [day] [month] [year] [list]
Message-Id: <1258362620-2328-1-git-send-email-arnd@arndb.de>
Date: Mon, 16 Nov 2009 09:10:20 +0000
From: Arnd Bergmann <arnd@...db.de>
To: linux-kernel@...r.kernel.org
Subject: [PATCH 00/12] move compat_ioctl handling into drivers
This is the second series of patches on compat_ioctl handling,
moving compat handlers into more drivers. Most of these
patches consist on a part that adds a compat_ioctl method
in one driver and another part removing the respective
section from fs/compat_ioctl.c. The fs/compat_ioctl.c
portion depends on other patches[1], but the driver code can
be applied independently.
If some of you feel responsible for the code I patched, please
look at my changes and if they are ok, either take them into
your tree or give me an Acked-by for them.
I have tested the patches for sg, usbdevfs and autofs, which
was easily done in qemu, but I'm lacking test cases for
most of the other ones.
Arnd <><
Cc: Alan Stern <stern@...land.harvard.edu>
Cc: Alexey Dobriyan <adobriyan@...il.com>
Cc: Alon Bar-Lev <alon.barlev@...il.com>
Cc: Al Viro <viro@...iv.linux.org.uk>
Cc: Andre Noll <maan@...temlinux.org>
Cc: Andrew Morton <akpm@...ux-foundation.org>
Cc: autofs@...ux.kernel.org
Cc: "Ben Dooks (embedded platforms)" <ben-linux@...ff.org>
Cc: David S. Miller <davem@...emloft.net>
Cc: David Vrabel <david.vrabel@....com>
Cc: Doug Gilbert <dgilbert@...erlog.com>
Cc: FUJITA Tomonori <fujita.tomonori@....ntt.co.jp>
Cc: Greg Kroah-Hartman <gregkh@...e.de>
Cc: H. Peter Anvin <hpa@...or.com>
Cc: Ian Kent <raven@...maw.net>
Cc: James E.J. Bottomley <James.Bottomley@...e.de>
Cc: Jan Blunck <jblunck@...e.de>
Cc: "Jean Delvare (PC drivers, core)" <khali@...ux-fr.org>
Cc: Jeff Dike <jdike@...toit.com>
Cc: Jens Axboe <jens.axboe@...cle.com>
Cc: Kay Sievers <kay.sievers@...y.org>
Cc: KOSAKI Motohiro <kosaki.motohiro@...fujitsu.com>
Cc: linux-i2c@...r.kernel.org
Cc: linux-kernel@...r.kernel.org
Cc: linux-raid@...r.kernel.org
Cc: linux-scsi@...r.kernel.org
Cc: linux-usb@...r.kernel.org
Cc: Martin K. Petersen <martin.petersen@...cle.com>
Cc: Neil Brown <neilb@...e.de>
Cc: Nick Piggin <npiggin@...e.de>
Cc: Oliver Neukum <oliver@...kum.org>
Cc: Paul Clements <Paul.Clements@...eleye.com>
Cc: Pavel Machek <pavel@...e.cz>
Cc: Tejun Heo <tj@...nel.org>
Cc: user-mode-linux-devel@...ts.sourceforge.net
Cc: user-mode-linux-user@...ts.sourceforge.net
Cc: Wolfram Sang <w.sang@...gutronix.de>
Arnd Bergmann (12):
arch/um: handle compat_ioctl in tty line driver
scsi/sg: move compat_ioctl handling into sg driver
autofs/autofs4: move compat_ioctl handling into fs
raw: partly fix compat_ioctl handling on non-x86
nbd: add compat_ioctl method
smbfs: do compat_ioctl handling in place
i2cdev: move compat_ioctl handling into driver
md: move compat_ioctl handling into md.c
lp: move compat_ioctl handling into lp.c
usbdevfs: move compat_ioctl handling to devio.c
hamradio/mkiss: fix typo in compat_ioctl
compat_ioctl: remove unused handlers
arch/um/drivers/line.c | 6 +
arch/um/drivers/ssl.c | 1 +
arch/um/drivers/stdio_console.c | 1 +
arch/um/include/shared/line.h | 2 +
drivers/block/nbd.c | 7 +-
drivers/char/lp.c | 115 +++++++--
drivers/char/raw.c | 157 ++++++++++---
drivers/i2c/i2c-dev.c | 117 +++++++++
drivers/md/md.c | 23 ++
drivers/net/hamradio/mkiss.c | 2 +-
drivers/scsi/sg.c | 182 ++++++++++++++-
drivers/usb/core/devio.c | 110 ++++++++-
fs/autofs/root.c | 67 +++++-
fs/autofs4/root.c | 69 +++++-
fs/compat_ioctl.c | 504 +--------------------------------------
fs/smbfs/dir.c | 5 +-
fs/smbfs/file.c | 3 +-
fs/smbfs/ioctl.c | 48 ++++-
fs/smbfs/proto.h | 3 +-
include/linux/auto_fs.h | 1 +
include/linux/usbdevice_fs.h | 26 ++
kernel/trace/blktrace.c | 1 +
22 files changed, 856 insertions(+), 594 deletions(-)
[1] http://patchwork.kernel.org/bundle/arnd/compat-ioctl-cleanup/?state=*
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists