Re: [PATCH 0/2] s390x: kvm: Honor storage keys during emulation

2022-05-12 Thread Thomas Huth
On 10/05/2022 15.43, Cornelia Huck wrote: On Tue, May 10 2022, Janis Schoetterl-Glausch wrote: On 5/9/22 10:06, Cornelia Huck wrote: On Fri, May 06 2022, Janis Schoetterl-Glausch wrote: Make use of the storage key support of the MEMOP ioctl, if available, in order to support storage key ch

Re: [PATCH 0/2] s390x: kvm: Honor storage keys during emulation

2022-05-10 Thread Cornelia Huck
On Tue, May 10 2022, Janis Schoetterl-Glausch wrote: > On 5/9/22 10:06, Cornelia Huck wrote: >> On Fri, May 06 2022, Janis Schoetterl-Glausch wrote: >> >>> Make use of the storage key support of the MEMOP ioctl, if available, >>> in order to support storage key checking during emulation. >>> >>

Re: [PATCH 0/2] s390x: kvm: Honor storage keys during emulation

2022-05-10 Thread Janis Schoetterl-Glausch
On 5/9/22 10:06, Cornelia Huck wrote: > On Fri, May 06 2022, Janis Schoetterl-Glausch wrote: > >> Make use of the storage key support of the MEMOP ioctl, if available, >> in order to support storage key checking during emulation. >> >> I did not update all the headers, since that broke the build,

Re: [PATCH 0/2] s390x: kvm: Honor storage keys during emulation

2022-05-09 Thread Cornelia Huck
On Fri, May 06 2022, Janis Schoetterl-Glausch wrote: > Make use of the storage key support of the MEMOP ioctl, if available, > in order to support storage key checking during emulation. > > I did not update all the headers, since that broke the build, > not sure what the best way of dealing with

[PATCH 0/2] s390x: kvm: Honor storage keys during emulation

2022-05-06 Thread Janis Schoetterl-Glausch
Make use of the storage key support of the MEMOP ioctl, if available, in order to support storage key checking during emulation. I did not update all the headers, since that broke the build, not sure what the best way of dealing with that is. Janis Schoetterl-Glausch (2): Pull in MEMOP changes