From mboxrd@z Thu Jan 1 00:00:00 1970 From: Cornelia Huck Subject: Re: [PATCH v5 12/29] compat_ioctl: move drivers to compat_ptr_ioctl Date: Wed, 31 Jul 2019 10:37:51 +0200 Message-ID: <20190731103751.3cc53132.cohuck@redhat.com> References: <20190730192552.4014288-1-arnd@arndb.de> <20190730195227.742215-1-arnd@arndb.de> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20190730195227.742215-1-arnd@arndb.de> Sender: netdev-owner@vger.kernel.org To: Arnd Bergmann Cc: Alexander Viro , devel@driverdev.osuosl.org, linux-input@vger.kernel.org, kvm@vger.kernel.org, "Michael S . Tsirkin" , Greg Kroah-Hartman , linux-usb@vger.kernel.org, netdev@vger.kernel.org, linux-kernel@vger.kernel.org, Jarkko Sakkinen , virtualization@lists.linux-foundation.org, Jason Gunthorpe , linux-mtd@lists.infradead.org, Stefan Hajnoczi , Jiri Kosina , linux-fsdevel@vger.kernel.org, ceph-devel@vger.kernel.org, linux-integrity@vger.kernel.org, linux1394-devel@lists.sourceforge.net, linux-stm32@st-md-mailman.stormreply.com, linux-arm-kernel@lists.infradead.org List-Id: linux-input@vger.kernel.org On Tue, 30 Jul 2019 21:50:28 +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. > > Acked-by: Greg Kroah-Hartman > Acked-by: Michael S. Tsirkin > Reviewed-by: Jarkko Sakkinen > Reviewed-by: Jason Gunthorpe > Reviewed-by: Jiri Kosina > Reviewed-by: Stefan Hajnoczi > Signed-off-by: Arnd Bergmann > --- > drivers/vfio/vfio.c | 39 +++---------------------------- vfio changes: Reviewed-by: Cornelia Huck