Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753007AbdDNN7d (ORCPT ); Fri, 14 Apr 2017 09:59:33 -0400 Received: from aserp1040.oracle.com ([141.146.126.69]:39082 "EHLO aserp1040.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751475AbdDNN73 (ORCPT ); Fri, 14 Apr 2017 09:59:29 -0400 Subject: Re: [stable-4.9: PATCH] xen: revert commit 72a9b186292 To: Greg KH , Juergen Gross References: <20170413130653.5183-1-jgross@suse.com> <20170414091720.GB6372@kroah.com> Cc: stable@vger.kernel.org, Thomas Gleixner , Ingo Molnar , "H. Peter Anvin" , x86@kernel.org, Konrad Rzeszutek Wilk , Bjorn Helgaas , Stefano Stabellini , Julien Grall , Vitaly Kuznetsov , Paul Gortmaker , Ross Lagerwall , xen-devel@lists.xenproject.org, linux-kernel@vger.kernel.org, linux-pci@vger.kernel.org, Anthony Liguori , KarimAllah Ahmed From: Boris Ostrovsky Message-ID: Date: Fri, 14 Apr 2017 09:58:54 -0400 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0 MIME-Version: 1.0 In-Reply-To: <20170414091720.GB6372@kroah.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-Source-IP: aserv0021.oracle.com [141.146.126.233] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 718 Lines: 15 On 04/14/2017 05:17 AM, Greg KH wrote: > On Thu, Apr 13, 2017 at 03:06:53PM +0200, Juergen Gross wrote: >> Revert commit 72a9b186292 ("xen: Remove event channel notification >> through Xen PCI platform device") as the original analysis was wrong >> that all the removed code isn't in use any more. >> >> It is still necessary for old Xen versions (< 4.0) and for being able >> to run the Linux kernel as dom0 in a nested Xen environment. > What is the commit id of this revert in Linus's tree? It hasn't been reverted in Linus tree yet --- there were some changes in Xen code in 4.11 that make the revert not a mechanical operation and we are somewhat hesitant to have a patch this late in the release cycle. -boris