Re: [Xen-devel] [PATCH 2/3] x86: don't ignore foreigndom input on various MMUEXT ops

2014-11-24 Thread Jan Beulich
>>> On 24.11.14 at 13:43, wrote: > On Thu, Nov 20, 2014 at 10:12 AM, Jan Beulich wrote: >> Instead properly fail requests that shouldn't be issued on foreign >> domains or - for MMUEXT_{CLEAR,COPY}_PAGE - extend the existing >> operation to work that way. > > I take it this is for 4.6? Not real

Re: [Xen-devel] [PATCH 2/3] x86: don't ignore foreigndom input on various MMUEXT ops

2014-11-24 Thread George Dunlap
On Thu, Nov 20, 2014 at 10:12 AM, Jan Beulich wrote: > Instead properly fail requests that shouldn't be issued on foreign > domains or - for MMUEXT_{CLEAR,COPY}_PAGE - extend the existing > operation to work that way. I take it this is for 4.6? I've looked through it and everything looks OK. Bu

Re: [Xen-devel] [PATCH 2/3] x86: don't ignore foreigndom input on various MMUEXT ops

2014-11-20 Thread Tim Deegan
At 11:12 +0100 on 20 Nov (1416478351), Jan Beulich wrote: > Instead properly fail requests that shouldn't be issued on foreign > domains or - for MMUEXT_{CLEAR,COPY}_PAGE - extend the existing > operation to work that way. > > In the course of doing this the need to always clear "okay" even when >

[Xen-devel] [PATCH 2/3] x86: don't ignore foreigndom input on various MMUEXT ops

2014-11-20 Thread Jan Beulich
Instead properly fail requests that shouldn't be issued on foreign domains or - for MMUEXT_{CLEAR,COPY}_PAGE - extend the existing operation to work that way. In the course of doing this the need to always clear "okay" even when wanting an error code other than -EINVAL became unwieldy, so the resp