Re: [Xen-devel] [PATCH] xsm: correct operation test in flask_sysctl_scheduler_op()

2016-02-23 Thread Juergen Gross
On 23/02/16 10:29, Jan Beulich wrote: On 23.02.16 at 08:35, wrote: >> In flask_sysctl_scheduler_op() the test for the desired operation is >> done with the wrong constants. While the values are correct, the names >> are not. Correct the error message for the case of an unknown >> operation, t

Re: [Xen-devel] [PATCH] xsm: correct operation test in flask_sysctl_scheduler_op()

2016-02-23 Thread Jan Beulich
>>> On 23.02.16 at 08:35, wrote: > In flask_sysctl_scheduler_op() the test for the desired operation is > done with the wrong constants. While the values are correct, the names > are not. Correct the error message for the case of an unknown > operation, too. > > Signed-off-by: Juergen Gross Wou

[Xen-devel] [PATCH] xsm: correct operation test in flask_sysctl_scheduler_op()

2016-02-22 Thread Juergen Gross
In flask_sysctl_scheduler_op() the test for the desired operation is done with the wrong constants. While the values are correct, the names are not. Correct the error message for the case of an unknown operation, too. Signed-off-by: Juergen Gross --- xen/xsm/flask/hooks.c | 6 +++--- 1 file chan