Re: [Xen-devel] [XTF PATCH v3] Add a Live Patch privilege check test

2016-11-21 Thread Andrew Cooper
On 21/11/16 09:24, Ross Lagerwall wrote: > Add a test to check that Live Patch operations cannot be called from an > unprivileged domain. > > Signed-off-by: Ross Lagerwall Reviewed-by: Andrew Cooper and applied. I made two very small adjustments. > diff --git a/common/lib.c b/common/lib.c > in

[Xen-devel] [XTF PATCH v3] Add a Live Patch privilege check test

2016-11-21 Thread Ross Lagerwall
Add a test to check that Live Patch operations cannot be called from an unprivileged domain. Signed-off-by: Ross Lagerwall --- Changed in v3: * Addressed review comments. common/lib.c| 15 +++ docs/all-tests.dox | 2 + include/xen/sysctl.h