From mboxrd@z Thu Jan 1 00:00:00 1970 From: Avi Kivity Subject: Re: [patch] KVM: T60 resume fix Date: Sat, 03 Mar 2007 10:22:13 +0200 Message-ID: <45E93035.2070509@qumranet.com> References: <20070227105922.GD2250@kernel.dk> <20070227111515.GA4271@kernel.dk> <20070301093450.GA8508@elte.hu> <20070301104117.GA22788@elte.hu> <20070301145204.GA25304@elte.hu> <20070302072100.GB30634@elte.hu> <20070302080441.GA12785@elte.hu> <20070302102018.GA11549@elte.hu> <20070302102216.GA13575@elte.hu> <20070302113920.GB9367@mellanox.co.il> Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Return-path: In-Reply-To: <20070302113920.GB9367@mellanox.co.il> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: linux-pm-bounces@lists.osdl.org Errors-To: linux-pm-bounces@lists.osdl.org To: "Michael S. Tsirkin" Cc: Daniel Walker , Michal Piotrowski , linux-pm@lists.osdl.org, Linux Kernel Mailing List , Andrew Morton , Adrian Bunk , Pavel Machek , Jens Axboe , Thomas Gleixner , Linus Torvalds , Ingo Molnar , git@vger.kernel.org List-Id: linux-pm@vger.kernel.org Michael S. Tsirkin wrote: >> Quoting Ingo Molnar : >> Subject: [patch] KVM: T60 resume fix >> From: Ingo Molnar >> >> my T60 laptop does not resume correctly due to KVM attempting to send an = >> IPI to a CPU that might be down (or not up yet). (Doing so also triggers = >> the send_IPI_mask_bitmask() warning in arch/i386/kernel/smp.c, line = >> 732.) >> >> with this fix applied my laptop does not hang during resume. >> >> [ KVM will have to disable/enable virtualization on the CPU itself that >> goes down / comes up, not via an IPI sent from the requesting CPU. ] >> >> Signed-off-by: Ingo Molnar >> = > > Since I don't normally have kvm loaded, this patch is unlikely > to help me, is that right? > > = That is correct. -- = Do not meddle in the internals of kernels, for they are subtle and quick to= panic.