From: Neil Brown <neilb@suse.de>
To: Arnd Bergmann <arnd@arndb.de>
Cc: linux-usb@vger.kernel.org,
user-mode-linux-user@lists.sourceforge.net,
"H. Peter Anvin" <hpa@zytor.com>,
Paul Clements <Paul.Clements@steeleye.com>,
Wolfram Sang <w.sang@pengutronix.de>,
Andre Noll <maan@systemlinux.org>, Pavel Machek <pavel@suse.cz>,
linux-i2c@vger.kernel.org, Jens Axboe <jens.axboe@oracle.com>,
Jan Blunck <jblunck@suse.de>, Ian Kent <raven@themaw.net>,
Nick Piggin <npiggin@suse.de>,
user-mode-linux-devel@lists.sourceforge.net,
linux-scsi@vger.kernel.org, Kay Sievers <kay.sievers@vrfy.org>,
Alon Bar-Lev <alon.barlev@gmail.com>,
Alan Stern <stern@rowland.harvard.edu>,
KOSAKI Motohiro <kosaki.motohiro@jp.fujitsu.com>,
Doug Gilbert <dgilbert@interlog.com>,
David Vrabel <david.vrabel@csr.com>,
Alexey Dobriyan <adobriyan@gmail.com>,
Arnd Bergmann <arnd@arndb.de>, Jeff Dike <jdike@addtoit.com>,
Oliver Neukum <oliver@neukum.org>,
linux-raid@vger.kernel.org
Subject: Re: [uml-user] [PATCH 00/12] move compat_ioctl handling into drivers
Date: Mon, 16 Nov 2009 11:57:15 +1100 [thread overview]
Message-ID: <20091116115715.600e346f@notabene.brown> (raw)
In-Reply-To: <1258331227-1694-1-git-send-email-arnd@arndb.de>
On Mon, 16 Nov 2009 00:26:55 +0000
Arnd Bergmann <arnd@arndb.de> wrote:
> 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 would take the md ones into my tree, but I suspect that if
everyone did that we would end up with lots of conflicts in
fs/compat_ioctl.c.
So how about I just take the changes to md.c, and give you an:
Acked-by: NeilBrown <neilb@suse.de>
for the changes to fs/compat_ioctl.c
??
NeilBrown
------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus on
what you do best, core application coding. Discover what's new with
Crystal Reports now. http://p.sf.net/sfu/bobj-july
WARNING: multiple messages have this Message-ID (diff)
From: Neil Brown <neilb@suse.de>
Cc: linux-usb@vger.kernel.org,
user-mode-linux-user@lists.sourceforge.net,
"H. Peter Anvin" <hpa@zytor.com>,
Paul Clements <Paul.Clements@steeleye.com>,
Wolfram Sang <w.sang@pengutronix.de>,
Andre Noll <maan@systemlinux.org>, Pavel Machek <pavel@suse.cz>,
linux-i2c@vger.kernel.org, Jens Axboe <jens.axboe@oracle.com>,
Jan Blunck <jblunck@suse.de>, Ian Kent <raven@themaw.net>,
Nick Piggin <npiggin@suse.de>,
user-mode-linux-devel@lists.sourceforge.net,
linux-scsi@vger.kernel.org, Kay Sievers <kay.sievers@vrfy.org>,
Alon Bar-Lev <alon.barlev@gmail.com>,
Alan Stern <stern@rowland.harvard.edu>,
KOSAKI Motohiro <kosaki.motohiro@jp.fujitsu.com>,
Doug Gilbert <dgilbert@interlog.com>,
David Vrabel <david.vrabel@csr.com>,
Alexey Dobriyan <adobriyan@gmail.com>,
Arnd Bergmann <arnd@arndb.de>, Jeff Dike <jdike@addtoit.com>,
Oliver Neukum <oliver@neukum.org>,
linux-raid@vger.kernel.org
Subject: Re: [uml-user] [PATCH 00/12] move compat_ioctl handling into drivers
Date: Mon, 16 Nov 2009 11:57:15 +1100 [thread overview]
Message-ID: <20091116115715.600e346f@notabene.brown> (raw)
In-Reply-To: <1258331227-1694-1-git-send-email-arnd@arndb.de>
On Mon, 16 Nov 2009 00:26:55 +0000
Arnd Bergmann <arnd@arndb.de> wrote:
> 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 would take the md ones into my tree, but I suspect that if
everyone did that we would end up with lots of conflicts in
fs/compat_ioctl.c.
So how about I just take the changes to md.c, and give you an:
Acked-by: NeilBrown <neilb@suse.de>
for the changes to fs/compat_ioctl.c
??
NeilBrown
------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus on
what you do best, core application coding. Discover what's new with
Crystal Reports now. http://p.sf.net/sfu/bobj-july
WARNING: multiple messages have this Message-ID (diff)
From: Neil Brown <neilb@suse.de>
To: Arnd Bergmann <arnd@arndb.de>
Cc: linux-usb@vger.kernel.org,
user-mode-linux-user@lists.sourceforge.net,
"H. Peter Anvin" <hpa@zytor.com>,
Paul Clements <Paul.Clements@steeleye.com>,
Wolfram Sang <w.sang@pengutronix.de>,
Andre Noll <maan@systemlinux.org>, Pavel Machek <pavel@suse.cz>,
linux-i2c@vger.kernel.org, Jens Axboe <jens.axboe@oracle.com>,
Jan Blunck <jblunck@suse.de>, Ian Kent <raven@themaw.net>,
Nick Piggin <npiggin@suse.de>,
user-mode-linux-devel@lists.sourceforge.net,
linux-scsi@vger.kernel.org, Kay Sievers <kay.sievers@vrfy.org>,
Alon Bar-Lev <alon.barlev@gmail.com>,
Alan Stern <stern@rowland.harvard.edu>,
KOSAKI Motohiro <kosaki.motohiro@jp.fujitsu.com>,
Doug Gilbert <dgilbert@interlog.com>,
David Vrabel <david.vrabel@csr.com>,
Alexey Dobriyan <adobriyan@gmail.com>,
Arnd Bergmann <arnd@arndb.de>, Jeff Dike <jdike@addtoit.com>,
Oliver Neukum <oliver@neukum.org>,
linux-raid@vger.kernel.org, Tejun Heo <tj@kernel.org>,
"James E.J. Bottomley" <James.Bottomley@suse.de>,
Al Viro <viro@zeniv.linux.org.uk>,
"Ben Dooks (embedded platforms)" <ben-linux@fluff.org>,
autofs@linux.kernel.org,
"Martin K. Petersen" <martin.petersen@oracle.com>,
Greg Kroah-Hartman <gregkh@suse.de>,
linux-kernel@vger.kernel.org,
FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>,
"Jean Delvare (PC drivers, core)" <khali@linux-fr.org>,
Andrew Morton <akpm@linux-foundation.org>,
"David S. Miller" <davem@davemloft.net>
Subject: Re: [uml-devel] [PATCH 00/12] move compat_ioctl handling into drivers
Date: Mon, 16 Nov 2009 11:57:15 +1100 [thread overview]
Message-ID: <20091116115715.600e346f@notabene.brown> (raw)
In-Reply-To: <1258331227-1694-1-git-send-email-arnd@arndb.de>
On Mon, 16 Nov 2009 00:26:55 +0000
Arnd Bergmann <arnd@arndb.de> wrote:
> 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 would take the md ones into my tree, but I suspect that if
everyone did that we would end up with lots of conflicts in
fs/compat_ioctl.c.
So how about I just take the changes to md.c, and give you an:
Acked-by: NeilBrown <neilb@suse.de>
for the changes to fs/compat_ioctl.c
??
NeilBrown
------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus on
what you do best, core application coding. Discover what's new with
Crystal Reports now. http://p.sf.net/sfu/bobj-july
_______________________________________________
User-mode-linux-devel mailing list
User-mode-linux-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/user-mode-linux-devel
next prev parent reply other threads:[~2009-11-16 0:57 UTC|newest]
Thread overview: 29+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-11-16 0:26 [uml-user] [PATCH 00/12] move compat_ioctl handling into drivers Arnd Bergmann
2009-11-16 0:26 ` [uml-devel] " Arnd Bergmann
2009-11-16 0:26 ` [PATCH 01/12] arch/um: handle compat_ioctl in tty line driver Arnd Bergmann
2009-11-16 0:26 ` [PATCH 02/12] scsi/sg: move compat_ioctl handling into sg driver Arnd Bergmann
2009-11-16 0:26 ` [PATCH 03/12] autofs/autofs4: move compat_ioctl handling into fs Arnd Bergmann
2009-11-16 0:26 ` [PATCH 04/12] raw: partly fix compat_ioctl handling on non-x86 Arnd Bergmann
2009-11-16 0:27 ` [PATCH 05/12] nbd: add compat_ioctl method Arnd Bergmann
2009-11-16 0:27 ` [PATCH 06/12] smbfs: do compat_ioctl handling in place Arnd Bergmann
2009-11-16 0:27 ` [PATCH 07/12] i2cdev: move compat_ioctl handling into driver Arnd Bergmann
[not found] ` <1258331227-1694-8-git-send-email-arnd-r2nGTMty4D4@public.gmane.org>
2009-12-14 14:23 ` Jean Delvare
2009-12-14 14:23 ` Jean Delvare
[not found] ` <20091214152307.5ba3ea4d-ig7AzVSIIG7kN2dkZ6Wm7A@public.gmane.org>
2009-12-14 15:31 ` Arnd Bergmann
2009-12-14 15:31 ` Arnd Bergmann
2010-06-03 12:31 ` Jean Delvare
2009-11-16 0:27 ` [PATCH 08/12] md: move compat_ioctl handling into md.c Arnd Bergmann
2009-11-16 8:39 ` Andre Noll
2009-11-16 0:27 ` [PATCH 09/12] lp: move compat_ioctl handling into lp.c Arnd Bergmann
2009-11-17 1:38 ` Greg KH
2009-11-16 0:27 ` [PATCH 10/12] usbdevfs: move compat_ioctl handling to devio.c Arnd Bergmann
2009-11-17 1:38 ` Greg KH
2009-11-16 0:27 ` [PATCH 11/12] hamradio/mkiss: fix typo in compat_ioctl Arnd Bergmann
2009-11-16 5:13 ` David Miller
2009-11-16 0:27 ` [PATCH 12/12] compat_ioctl: remove unused handlers Arnd Bergmann
2009-11-16 0:57 ` Neil Brown [this message]
2009-11-16 0:57 ` [uml-devel] [PATCH 00/12] move compat_ioctl handling into drivers Neil Brown
2009-11-16 0:57 ` [uml-user] " Neil Brown
2009-11-16 1:02 ` Arnd Bergmann
2009-11-16 1:02 ` [uml-devel] " Arnd Bergmann
2009-11-16 1:02 ` [uml-user] " Arnd Bergmann
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=20091116115715.600e346f@notabene.brown \
--to=neilb@suse.de \
--cc=Paul.Clements@steeleye.com \
--cc=adobriyan@gmail.com \
--cc=alon.barlev@gmail.com \
--cc=arnd@arndb.de \
--cc=david.vrabel@csr.com \
--cc=dgilbert@interlog.com \
--cc=hpa@zytor.com \
--cc=jblunck@suse.de \
--cc=jdike@addtoit.com \
--cc=jens.axboe@oracle.com \
--cc=kay.sievers@vrfy.org \
--cc=kosaki.motohiro@jp.fujitsu.com \
--cc=linux-i2c@vger.kernel.org \
--cc=linux-raid@vger.kernel.org \
--cc=linux-scsi@vger.kernel.org \
--cc=linux-usb@vger.kernel.org \
--cc=maan@systemlinux.org \
--cc=npiggin@suse.de \
--cc=oliver@neukum.org \
--cc=pavel@suse.cz \
--cc=raven@themaw.net \
--cc=stern@rowland.harvard.edu \
--cc=user-mode-linux-devel@lists.sourceforge.net \
--cc=user-mode-linux-user@lists.sourceforge.net \
--cc=w.sang@pengutronix.de \
/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.