On Tue, 30 Jul 2019 21:50:28 +0200 Arnd Bergmann <a...@arndb.de> 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 <gre...@linuxfoundation.org> > Acked-by: Michael S. Tsirkin <m...@redhat.com> > Reviewed-by: Jarkko Sakkinen <jarkko.sakki...@linux.intel.com> > Reviewed-by: Jason Gunthorpe <j...@mellanox.com> > Reviewed-by: Jiri Kosina <jkos...@suse.cz> > Reviewed-by: Stefan Hajnoczi <stefa...@redhat.com> > Signed-off-by: Arnd Bergmann <a...@arndb.de> > --- > drivers/vfio/vfio.c | 39 +++---------------------------- vfio changes: Reviewed-by: Cornelia Huck <coh...@redhat.com>