From mboxrd@z Thu Jan 1 00:00:00 1970
From: bugzilla-daemon@bugzilla.kernel.org
Subject: [Bug 36222] kvm: 100% CPU usage after 3.0.0-rc1 guest shutdown
Date: Mon, 30 May 2011 12:26:20 GMT
Message-ID: <201105301226.p4UCQKgV020940@demeter2.kernel.org>
References:
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: QUOTED-PRINTABLE
To: kvm@vger.kernel.org
Return-path:
Received: from demeter2.kernel.org ([140.211.167.42]:35496 "EHLO
demeter2.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org
with ESMTP id S1756973Ab1E3M0U convert rfc822-to-8bit (ORCPT
); Mon, 30 May 2011 08:26:20 -0400
Received: from demeter2.kernel.org (localhost.localdomain [127.0.0.1])
by demeter2.kernel.org (8.14.4/8.14.3) with ESMTP id p4UCQKWR020941
(version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO)
for ; Mon, 30 May 2011 12:26:20 GMT
In-Reply-To:
Sender: kvm-owner@vger.kernel.org
List-ID:
https://bugzilla.kernel.org/show_bug.cgi?id=3D36222
--- Comment #12 from T=C3=B6r=C3=B6k Edwin 2011=
-05-30 12:26:19 ---
Bisection tells me this is the offending commit (see below), but I see =
you
found it too.
commit 349c004e3d31fda23ad225b61861be38047fff16
Author: Christoph Lameter
Date: Sat Mar 12 12:50:10 2011 +0100
x86: A fast way to check capabilities of the current cpu
Add this_cpu_has() which determines if the current cpu has a certai=
n
ability using a segment prefix and a bit test operation.
For that we need to add bit operations to x86s percpu.h.
Many uses of cpu_has use a pointer passed to a function to determin=
e
the current flags. That is no longer necessary after this patch.
However, this patch only converts the straightforward cases where
cpu_has is used with this_cpu_ptr. The rest is work for later.
-tj: Rolled up patch to add x86_ prefix and use percpu_read() inste=
ad
of percpu_read_stable().
Signed-off-by: Christoph Lameter
Acked-by: Tejun Heo
Signed-off-by: Tejun Heo
--=20
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=3Demai=
l
------- You are receiving this mail because: -------
You are watching the assignee of the bug.