Re: [Xen-devel] [XTF PATCH] XSA-186: Work around suspected Broadwell TLB erratum

2016-10-28 Thread Jan Beulich
>>> On 28.10.16 at 15:02, wrote: > On 28/10/16 13:49, Jan Beulich wrote: > On 28.10.16 at 14:39, wrote: >>> On 28/10/16 13:03, Jan Beulich wrote: >>> On 28.10.16 at 12:36, wrote: > Signed-off-by: Andrew Cooper Reviewed-by: Jan Beulich (Maybe you want to drop the ...

Re: [Xen-devel] [XTF PATCH] XSA-186: Work around suspected Broadwell TLB erratum

2016-10-28 Thread Andrew Cooper
On 28/10/16 13:49, Jan Beulich wrote: On 28.10.16 at 14:39, wrote: >> On 28/10/16 13:03, Jan Beulich wrote: >> On 28.10.16 at 12:36, wrote: Signed-off-by: Andrew Cooper >>> Reviewed-by: Jan Beulich >>> (Maybe you want to drop the ... >>> --- a/tests/xsa-186/main.c +++ b/

Re: [Xen-devel] [XTF PATCH] XSA-186: Work around suspected Broadwell TLB erratum

2016-10-28 Thread Jan Beulich
>>> On 28.10.16 at 14:39, wrote: > On 28/10/16 13:03, Jan Beulich wrote: > On 28.10.16 at 12:36, wrote: >>> Signed-off-by: Andrew Cooper >> Reviewed-by: Jan Beulich >> (Maybe you want to drop the ... >> >>> --- a/tests/xsa-186/main.c >>> +++ b/tests/xsa-186/main.c >>> @@ -144,6 +144,29 @@ v

Re: [Xen-devel] [XTF PATCH] XSA-186: Work around suspected Broadwell TLB erratum

2016-10-28 Thread Andrew Cooper
On 28/10/16 13:03, Jan Beulich wrote: On 28.10.16 at 12:36, wrote: >> Signed-off-by: Andrew Cooper > Reviewed-by: Jan Beulich > (Maybe you want to drop the ... > >> --- a/tests/xsa-186/main.c >> +++ b/tests/xsa-186/main.c >> @@ -144,6 +144,29 @@ void test_main(void) >> memcpy(stub, ins

Re: [Xen-devel] [XTF PATCH] XSA-186: Work around suspected Broadwell TLB erratum

2016-10-28 Thread Jan Beulich
>>> On 28.10.16 at 12:36, wrote: > Signed-off-by: Andrew Cooper Reviewed-by: Jan Beulich (Maybe you want to drop the ... > --- a/tests/xsa-186/main.c > +++ b/tests/xsa-186/main.c > @@ -144,6 +144,29 @@ void test_main(void) > memcpy(stub, insn_buf_start, insn_buf_end - insn_buf_start); >

[Xen-devel] [XTF PATCH] XSA-186: Work around suspected Broadwell TLB erratum

2016-10-28 Thread Andrew Cooper
Signed-off-by: Andrew Cooper --- tests/xsa-186/main.c | 23 +++ 1 file changed, 23 insertions(+) diff --git a/tests/xsa-186/main.c b/tests/xsa-186/main.c index f2bc8f6..fe7e98b 100644 --- a/tests/xsa-186/main.c +++ b/tests/xsa-186/main.c @@ -144,6 +144,29 @@ void test_main(vo