Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753951AbbHFP6j (ORCPT ); Thu, 6 Aug 2015 11:58:39 -0400 Received: from frisell.zx2c4.com ([192.95.5.64]:43307 "EHLO frisell.zx2c4.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753479AbbHFP6i (ORCPT ); Thu, 6 Aug 2015 11:58:38 -0400 MIME-Version: 1.0 In-Reply-To: <55C330C7.6050204@citrix.com> References: <55C0F291.7060806@citrix.com> <55C330C7.6050204@citrix.com> Date: Thu, 6 Aug 2015 17:58:29 +0200 Message-ID: Subject: Re: [Xen-devel] printk from softirq on xen: hard lockup From: "Jason A. Donenfeld" To: David Vrabel , Ian Campbell Cc: netdev@vger.kernel.org, Paul McKenney , linux-kernel@vger.kernel.org, xen-devel@lists.xen.org Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 805 Lines: 23 On Thu, Aug 6, 2015 at 12:02 PM, David Vrabel wrote: > Linux PV guests must use the "Xen PV" APIC driver. You need to > investigate why your PV guest is not using this (although I'm surprised > it works at all with the wrong one). Actually it appears this PV Guest is using the "flat" APIC driver instead of the Xen APIC driver. But upon further investigation into why: arch/x86/xen/Makefile: obj-$(CONFIG_XEN_DOM0) += apic.o vga.o It would appear that only dom0 gets to use the Xen APIC driver. What gives? Jason -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/