From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757799Ab3HONvV (ORCPT ); Thu, 15 Aug 2013 09:51:21 -0400 Received: from userp1040.oracle.com ([156.151.31.81]:46798 "EHLO userp1040.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756951Ab3HONvS (ORCPT ); Thu, 15 Aug 2013 09:51:18 -0400 Date: Thu, 15 Aug 2013 09:51:04 -0400 From: Konrad Rzeszutek Wilk To: David Vrabel Cc: linux-kernel@vger.kernel.org, xen-devel@lists.xenproject.org, Chuck Anderson Subject: Re: [Xen-devel] [PATCH] xen/smp: initialize IPI vectors before marking CPU online Message-ID: <20130815135103.GI3545@konrad-lan.dumpdata.com> References: <1376512905-8101-1-git-send-email-konrad.wilk@oracle.com> <520CD660.7060504@citrix.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <520CD660.7060504@citrix.com> User-Agent: Mutt/1.5.21 (2010-09-15) X-Source-IP: ucsinet21.oracle.com [156.151.31.93] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Aug 15, 2013 at 02:23:44PM +0100, David Vrabel wrote: > On 14/08/13 21:41, Konrad Rzeszutek Wilk wrote: > > From: Chuck Anderson > > > > An older PVHVM guest (v3.0 based) crashed during vCPU hot-plug with: > > > > kernel BUG at drivers/xen/events.c:1328! > > The commit message is perhaps a little wordy but this is better than > being too short so. Ah, I like long commit messages. They make interesting reading! > > Reviewed-by: David Vrabel Thank you. > > David