On Wed, Aug 15, 2018 at 12:19:00AM -0600, Jan Beulich wrote: > While this is only a start (IOCTL_PRIVCMD_MMAP* and IOCTL_PRIVCMD_DM_OP > require more work), it at least allows some simple operations (like > "xl dmesg") which have always been available on XenoLinux to work again > with a 64-bit kernel underneath a 32-bit distro. > > Signed-off-by: Jan Beulich <[email protected]> > Acked-by: Juergen Gross <[email protected]>
Nacked-by: Al Viro <[email protected]> This belongs in drivers/xen/privcmd.c, not in fs/compat_ioctl.c *ANY* single-driver ioctl definitely should be handled by ->compat_ioctl() method and any patches dumping such stuff into fs/compat_ioctl.c will be rejected. _______________________________________________ Xen-devel mailing list [email protected] https://lists.xenproject.org/mailman/listinfo/xen-devel
