From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753249AbbDCO2a (ORCPT ); Fri, 3 Apr 2015 10:28:30 -0400 Received: from userp1040.oracle.com ([156.151.31.81]:28958 "EHLO userp1040.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752564AbbDCO2S (ORCPT ); Fri, 3 Apr 2015 10:28:18 -0400 From: Konrad Rzeszutek Wilk To: linux-kernel@vger.kernel.org, xen-devel@lists.xenproject.org, david.vrabel@citrix.com, boris.ostrovsky@oracle.com Subject: [PATCH] XSA120 follows to the Linux kernel. Date: Fri, 3 Apr 2015 10:28:07 -0400 Message-Id: <1428071289-11995-1-git-send-email-konrad.wilk@oracle.com> X-Mailer: git-send-email 2.1.0 X-Source-IP: userv0022.oracle.com [156.151.31.74] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hey David and Boris, Please see the two patches - the first one fixes an situation that the original XSA-120 patch hadn't considered. The second patch is more of just a cleanup. Can be 4.1 material. drivers/xen/xen-pciback/pciback_ops.c | 4 ---- 1 file changed, 4 deletions(-) Konrad Rzeszutek Wilk (2): xen/pciback: Don't disable PCI_COMMAND on PCI device reset. xen/pciback: Remove is_busmaster=0 as pci_disable_device does it already