From mboxrd@z Thu Jan 1 00:00:00 1970 From: Keir Fraser Subject: Re: backport requests for 4.x-testing Date: Wed, 07 Mar 2012 09:18:40 +0000 Message-ID: References: <4F55F15F02000078000769AC@nat28.tlf.novell.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <4F55F15F02000078000769AC@nat28.tlf.novell.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Jan Beulich , xen-devel List-Id: xen-devel@lists.xenproject.org All applied, except: On 06/03/2012 10:13, "Jan Beulich" wrote: > 24535 (x86/vMSI: miscellaneous fixes) Applied to 4.1, but does not easily apply to 4.0. You'll need to provide a patch against 4.0-testing. > 24888 (passthrough: release assigned PCI devices earlier during domain > shutdown) This one applied, but I see a bug in the original xen-unstable patch. In XEN_DOMCTL_assign_device you break on d->is_dying, but do not put_domain(d). You should go fix that in xen-unstable. > 24156 (x86/IRQ: prevent vector sharing within IO-APICs, requiring > 23900 [kzalloc]) Doesn't easily apply. Need a patch against 4.1-testing. > 24527 (iommu: Move IOMMU faults handling into softirq for AMD-Vi) Depends on other xen-unstable patches which refactor AMD IOMMU event handling. You'd need to provide a manual backport of this for 4.1-testing. > 24690 (x86: avoid deadlock after a PCI SERR NMI) There is no PCI SERR NMI handling in 4.0-testing. It would also need backporting. -- Keir