From mboxrd@z Thu Jan 1 00:00:00 1970 From: Greg Kroah-Hartman Subject: Re: [PATCH v2 02/17] compat_ioctl: move drivers to generic_compat_ioctl_ptrarg Date: Wed, 12 Sep 2018 20:13:38 +0200 Message-ID: <20180912181338.GD15031@kroah.com> References: <20180912150142.157913-1-arnd@arndb.de> <20180912150142.157913-2-arnd@arndb.de> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Cc: kvm@vger.kernel.org, Alexander Shishkin , Jarkko Sakkinen , virtualization@lists.linux-foundation.org, Benjamin Tissoires , linux-mtd@lists.infradead.org, Peter Huewe , linux1394-devel@lists.sourceforge.net, devel@driverdev.osuosl.org, Jason Gunthorpe , Marek Vasut , linux-input@vger.kernel.org, Tomas Winkler , Jiri Kosina , viro@zeniv.linux.org.uk, Artem Bityutskiy , netdev@vger.kernel.org, linux-usb@vger.kernel.org, linux-kernel@vger.kernel.org, Sudip Mukherjee , Stefan Richter , linux-fsdevel@vger.kernel.org, linux-integrity@vger.kernel.org, "David S. Miller" To: Arnd Bergmann Return-path: Content-Disposition: inline In-Reply-To: <20180912150142.157913-2-arnd@arndb.de> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: virtualization-bounces@lists.linux-foundation.org Errors-To: virtualization-bounces@lists.linux-foundation.org List-Id: kvm.vger.kernel.org On Wed, Sep 12, 2018 at 05:01:03PM +0200, Arnd Bergmann wrote: > Each of these drivers has a copy of the same trivial helper function to > convert the pointer argument and then call the native ioctl handler. > > We now have a generic implementation of that, so use it. > > Signed-off-by: Arnd Bergmann Acked-by: Greg Kroah-Hartman