Re: [PATCH] virt: vbox: Implement passing requestor info to the host for VirtualBox 6.0.x

2019-03-22 Thread Hans de Goede
Hi, On 20-03-19 19:26, Greg Kroah-Hartman wrote: On Wed, Mar 20, 2019 at 10:35:19AM +0100, Hans de Goede wrote: diff --git a/drivers/virt/vboxguest/vboxguest_version.h b/drivers/virt/vboxguest/vboxguest_version.h index 77f0c8f8a231..84834dad38d5 100644 --- a/drivers/virt/vboxguest/vboxguest_ve

Re: [PATCH] virt: vbox: Implement passing requestor info to the host for VirtualBox 6.0.x

2019-03-20 Thread Hans de Goede
Hi, On 20-03-19 19:19, Greg Kroah-Hartman wrote: On Wed, Mar 20, 2019 at 10:52:05AM +0100, Hans de Goede wrote: Hi, On 20-03-19 10:46, Greg Kroah-Hartman wrote: On Wed, Mar 20, 2019 at 10:35:19AM +0100, Hans de Goede wrote: VirtualBox 6.0.x has a new feature where the guest kernel driver pas

Re: [PATCH] virt: vbox: Implement passing requestor info to the host for VirtualBox 6.0.x

2019-03-20 Thread Greg Kroah-Hartman
On Wed, Mar 20, 2019 at 10:35:19AM +0100, Hans de Goede wrote: > diff --git a/drivers/virt/vboxguest/vboxguest_version.h > b/drivers/virt/vboxguest/vboxguest_version.h > index 77f0c8f8a231..84834dad38d5 100644 > --- a/drivers/virt/vboxguest/vboxguest_version.h > +++ b/drivers/virt/vboxguest/vboxgu

Re: [PATCH] virt: vbox: Implement passing requestor info to the host for VirtualBox 6.0.x

2019-03-20 Thread Greg Kroah-Hartman
On Wed, Mar 20, 2019 at 10:52:05AM +0100, Hans de Goede wrote: > Hi, > > On 20-03-19 10:46, Greg Kroah-Hartman wrote: > > On Wed, Mar 20, 2019 at 10:35:19AM +0100, Hans de Goede wrote: > > > VirtualBox 6.0.x has a new feature where the guest kernel driver passes > > > info about the origin of the

Re: [PATCH] virt: vbox: Implement passing requestor info to the host for VirtualBox 6.0.x

2019-03-20 Thread Hans de Goede
Hi, On 20-03-19 10:46, Greg Kroah-Hartman wrote: On Wed, Mar 20, 2019 at 10:35:19AM +0100, Hans de Goede wrote: VirtualBox 6.0.x has a new feature where the guest kernel driver passes info about the origin of the request (e.g. userspace or kernelspace) to the hypervisor. If we do not pass this

Re: [PATCH] virt: vbox: Implement passing requestor info to the host for VirtualBox 6.0.x

2019-03-20 Thread Greg Kroah-Hartman
On Wed, Mar 20, 2019 at 10:35:19AM +0100, Hans de Goede wrote: > VirtualBox 6.0.x has a new feature where the guest kernel driver passes > info about the origin of the request (e.g. userspace or kernelspace) to > the hypervisor. > > If we do not pass this information then when running the 6.0.x us

[PATCH] virt: vbox: Implement passing requestor info to the host for VirtualBox 6.0.x

2019-03-20 Thread Hans de Goede
VirtualBox 6.0.x has a new feature where the guest kernel driver passes info about the origin of the request (e.g. userspace or kernelspace) to the hypervisor. If we do not pass this information then when running the 6.0.x userspace guest-additions tools on a 6.0.x host, some requests will get den