From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753310AbdDMQ2k (ORCPT ); Thu, 13 Apr 2017 12:28:40 -0400 Received: from mx2.suse.de ([195.135.220.15]:41712 "EHLO mx1.suse.de" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1751193AbdDMQ2i (ORCPT ); Thu, 13 Apr 2017 12:28:38 -0400 Subject: Re: [stable-4.10: PATCH] xen: revert commits 72a9b186292 and da72ff5bfcb0 To: Greg KH References: <20170413144949.4295-1-jgross@suse.com> <20170413162458.GA5676@kroah.com> Cc: stable@vger.kernel.org, Boris Ostrovsky , 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: Juergen Gross Message-ID: <82b08730-4672-07aa-6c42-9d77ad4ac8ae@suse.com> Date: Thu, 13 Apr 2017 18:28:33 +0200 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: <20170413162458.GA5676@kroah.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 13/04/17 18:24, Greg KH wrote: > On Thu, Apr 13, 2017 at 04:49:49PM +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. As commit da72ff5bfcb0 >> ("partially revert xen: Remove event channel notification through Xen >> PCI platform device") reverted already some parts of it revert this >> commit, too. >> >> 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. > > Is there a commit in Linus's tree that matches this revert as well? Not yet. I'm working on it. Juergen