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] avoid hypervisor panic when printing lock profiling

To: xen-devel@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-devel] [PATCH] avoid hypervisor panic when printing lock profiling information
From: Juergen Gross <juergen.gross@xxxxxxxxxxxxxx>
Date: Mon, 07 Nov 2011 08:07:43 +0100
Delivery-date: Sun, 06 Nov 2011 23:13:36 -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=1320649912; x=1352185912; h=mime-version:subject:message-id:date:from:to; bh=1JhYl4lgsuYwsiajT1swrGR/eqU1fZA7to54v9rdtNI=; b=u/kB82cvp8NaueYEwrfDt0TFgJD6UitMkYM89Y+y5iWuQhtZ5xa/sQgM qSkdXLEV2bSbSNMLVIefl2VoeDPCg3Twqt+9vFjGgKEVsCAghumjw3rqA PzjkEpqnuieFSdSsPJSoqsa42izD8FtdPSgT/52A4ID6AQy4UxQN28u3b Jfxc0OkbU6COqum2qr9ee0Suu86pSiiusbMm4zqwjx+QhJr03iF7xNU+0 Bs2Bl3RAPUCpsuQxxtczJ9SBjWo9t;
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=SajC+hL8eWkndG6sssUdnLkELQNJsaoJVYQnOEb85vJouamRfe8FuRI1 DbRYeenLOZkDLxdnJWM/h2jMfmi5W6VeT9m4CIhR51EIRweNkJyzH1W3w aTXuQiT+dhQAai42yWQGq+3jgmjnxHckNAP1Ewsa8tHwSaOhG7urjSxBG 0JNsGG6G0adMf0wyutXsw3exvUU+0C0/GVWbi2j54JIFxtCn+upBJESZX yPgRZoEchA60+ZAihLjS8BTVmkM6f;
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
When printing lock profiling information via keyhandler in the hypervisor
the system will panic. This patch corrects the problem.

Signed-off-by: juergen.gross@xxxxxxxxxxxxxx


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


Attachment: xen-staging.hg.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] avoid hypervisor panic when printing lock profiling information, Juergen Gross <=