From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933140AbcHXSm5 (ORCPT ); Wed, 24 Aug 2016 14:42:57 -0400 Received: from smtp02.citrix.com ([66.165.176.63]:5496 "EHLO SMTP02.CITRIX.COM" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933047AbcHXSm4 (ORCPT ); Wed, 24 Aug 2016 14:42:56 -0400 X-IronPort-AV: E=Sophos;i="5.28,571,1464652800"; d="scan'208";a="382216016" Subject: Re: [Xen-devel] [PATCH v2 0/2] Reinstate irq alloc/dealloc locking patch To: Boris Ostrovsky , , References: <1470244948-17674-1-git-send-email-boris.ostrovsky@oracle.com> CC: , From: David Vrabel Message-ID: <57BDDD5E.80304@citrix.com> Date: Wed, 24 Aug 2016 18:46:06 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Icedove/38.5.0 MIME-Version: 1.0 In-Reply-To: <1470244948-17674-1-git-send-email-boris.ostrovsky@oracle.com> Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit X-DLP: MIA2 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 03/08/16 18:22, Boris Ostrovsky wrote: > Original version of that patch (commit a89941816726) had to be reverted > due to Xen allocating irqs in its cpu_up ops. > > The first patch moves allocations into hotplug notifiers and the second > one restores the original patch (with minor adjustments to new hotplug > framework) > > This originally went through tip tree but after a couple of failures > reportedby kbuild robot (due to various combinations of CONFIG_SMP and > CONFIG_XEN_PVH) I decided to take it through Xen tree (with config problems > hopefully finally fixed). Applied to for-linus-4.9, thanks. David