From mboxrd@z Thu Jan 1 00:00:00 1970 From: Juergen Gross Subject: Re: [PATCH] xsm: correct operation test in flask_sysctl_scheduler_op() Date: Tue, 23 Feb 2016 10:55:43 +0100 Message-ID: <56CC2C9F.3070409@suse.com> References: <1456212948-23993-1-git-send-email-jgross@suse.com> <56CC347B02000078000D514E@suse.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <56CC347B02000078000D514E@suse.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Jan Beulich Cc: dgdegra@tycho.nsa.gov, xen-devel@lists.xen.org List-Id: xen-devel@lists.xenproject.org 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, too. >> >> Signed-off-by: Juergen Gross > > Would you mind fixing this everywhere, not just in XSM code? At > least sched_adjust_global() appears to have the same issue. Aah, okay. Yes, I can do it. Juergen