WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-devel

[Xen-devel] [PATCH] Strict parameter checking for cpupool operations

To: xen-devel@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-devel] [PATCH] Strict parameter checking for cpupool operations
From: Juergen Gross <juergen.gross@xxxxxxxxxxxxxx>
Date: Tue, 08 Feb 2011 07:58:04 +0100
Delivery-date: Mon, 07 Feb 2011 22:59:56 -0800
Dkim-signature: v=1; a=rsa-sha256; c=simple/simple; d=ts.fujitsu.com; i=juergen.gross@xxxxxxxxxxxxxx; q=dns/txt; s=s1536b; t=1297148336; x=1328684336; h=mime-version:subject:message-id:date:from:to; z=MIME-Version:=201.0|Subject:=20[PATCH]=20Strict=20parame ter=20checking=20for=20cpupool=20operations|Message-Id: =20<e5e8d2c42e759a8eabdd.1297148284@nehalem1>|Date:=20Tue ,=2008=20Feb=202011=2007:58:04=20+0100|From:=20Juergen=20 Gross=20<juergen.gross@xxxxxxxxxxxxxx>|To:=20xen-devel@li sts.xensource.com; bh=n5oL81fRGT3IN0yUp8Mzd58imjt4JHUk/Z8xvFUaRh0=; b=DoVbylu+Xg5KruWaqZXEtXvrUOHZh4zYRWve0k2ovGtFdWkmJqZ/gaMY dMPi3WRmywSX8+4I+qOCtWluyrNlKFmMtCGyuFKLhOCX9sbfXXFU6zjAo bc5jbloOX+cNDgovtlO5Vo5aO4QCCwY+3ZajE+CKxPb4oJy+fLlYdsXVV ZocuVuyxghg6BRXKCuE5vgJyn9oykiH8WdqRighFapqRiBOJUHisHDi6A DSUzikvzwUg1heSOYZktyeGub+UhB;
Domainkey-signature: s=s1536a; d=ts.fujitsu.com; c=nofws; q=dns; h=X-SBRSScore:X-IronPort-AV:Received:X-IronPort-AV: Received:Received:Content-Type:MIME-Version:Subject: X-Mercurial-Node:Message-Id:Date:From:To; b=bLlkjU1vIZaMDVfXIV0BZ98Xj9jqv7Ef34VPzGEKw8qACMdFu2Ox77M/ WWNTLNQWmkgBGihh6CDGprW/NA4+auFg3+gsDMH+yWLrIy9QJ9j+kSJ58 rtJ78iw9LaR1yOn7i/mF3pTyvoWRjIcHqIXEvrTHzYADddG3VVGZJ0GEQ SnMlfIcfWoN5lQFz+e7w1ZME7oCz/yiByf87SHus6DTd19QgkSJV8W8Td J5Qgi+BgeKe17yJkY1emiPqF9+fOK;
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
Some cpupool actions didn't check the cpupool_id exactly. For some actions
this doesn't make any sense, so refuse those actions if the specified cpupool
doesn't exist.

Signed-off-by: juergen.gross@xxxxxxxxxxxxxx


1 file changed, 2 insertions(+), 2 deletions(-)
xen/common/cpupool.c |    4 ++--


Attachment: xen-work2.patch
Description: Text Data

_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-devel] [PATCH] Strict parameter checking for cpupool operations, Juergen Gross <=