From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755297AbaBUBai (ORCPT ); Thu, 20 Feb 2014 20:30:38 -0500 Received: from mail-ve0-f172.google.com ([209.85.128.172]:50740 "EHLO mail-ve0-f172.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754337AbaBUBag (ORCPT ); Thu, 20 Feb 2014 20:30:36 -0500 MIME-Version: 1.0 In-Reply-To: <20140218205925.11014.14973.stgit@bhelgaas-glaptop.roam.corp.google.com> References: <20140218205925.11014.14973.stgit@bhelgaas-glaptop.roam.corp.google.com> From: Bjorn Helgaas Date: Thu, 20 Feb 2014 18:30:15 -0700 Message-ID: Subject: Re: [PATCH v2 0/4] Remove dead code To: "linux-pci@vger.kernel.org" Cc: "e1000-devel@lists.sourceforge.net" , Joerg Roedel , Sudeep Dutt , "linux-kernel@vger.kernel.org" , Stephen Hemminger , "open list:INTEL IOMMU (VT-d)" , Tomas Winkler , Aaron F Brown , Arjan van de Ven Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Feb 18, 2014 at 1:59 PM, Bjorn Helgaas wrote: > This is v2 of my rework of part of Stephen's patch [1]. My v1 posting, > with a little discussion, is here [2]. > > This removes SR-IOV migration support, which seems to be unused. > > Changes since v1: > - Drop the removal of MMIO exclusivity. > - Add a few includes of . The SR-IOV migration > support included irqreturn.h via linux/pci.h, and a few drivers relied > on that. So this v2 series updates those drivers to include > irqreturn.h directly. > > Unless there's objection, I'd like to merge all these through my PCI tree > for v3.15. I applied these to my pci/dead-code branch, which is now in -next, for v3.15. > Bjorn > > [1] http://lkml.kernel.org/r/20131227132710.7190647c@nehalam.linuxnetplumber.net > [2] https://lkml.kernel.org/r/20140130192011.25426.45702.stgit@bhelgaas-glaptop.roam.corp.google.com > > --- > > Bjorn Helgaas (4): > misc: mic: Add include of > mei: Add include of > iommu/amd: Add include of > PCI: Remove unused SR-IOV VF Migration support > > > Documentation/PCI/pci-iov-howto.txt | 4 - > drivers/iommu/amd_iommu_types.h | 1 > drivers/misc/mei/hw-me.h | 1 > drivers/misc/mic/card/mic_device.h | 1 > drivers/misc/mic/host/mic_device.h | 1 > drivers/pci/iov.c | 119 ----------------------------------- > drivers/pci/pci.h | 4 - > include/linux/pci.h | 4 - > 8 files changed, 4 insertions(+), 131 deletions(-) From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-ve0-f172.google.com ([209.85.128.172]:45240 "EHLO mail-ve0-f172.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752711AbaBUBag (ORCPT ); Thu, 20 Feb 2014 20:30:36 -0500 Received: by mail-ve0-f172.google.com with SMTP id jz11so806730veb.17 for ; Thu, 20 Feb 2014 17:30:35 -0800 (PST) MIME-Version: 1.0 In-Reply-To: <20140218205925.11014.14973.stgit@bhelgaas-glaptop.roam.corp.google.com> References: <20140218205925.11014.14973.stgit@bhelgaas-glaptop.roam.corp.google.com> From: Bjorn Helgaas Date: Thu, 20 Feb 2014 18:30:15 -0700 Message-ID: Subject: Re: [PATCH v2 0/4] Remove dead code To: "linux-pci@vger.kernel.org" Cc: "e1000-devel@lists.sourceforge.net" , Joerg Roedel , Sudeep Dutt , "linux-kernel@vger.kernel.org" , Stephen Hemminger , "open list:INTEL IOMMU (VT-d)" , Tomas Winkler , Aaron F Brown , Arjan van de Ven Content-Type: text/plain; charset=UTF-8 Sender: linux-pci-owner@vger.kernel.org List-ID: On Tue, Feb 18, 2014 at 1:59 PM, Bjorn Helgaas wrote: > This is v2 of my rework of part of Stephen's patch [1]. My v1 posting, > with a little discussion, is here [2]. > > This removes SR-IOV migration support, which seems to be unused. > > Changes since v1: > - Drop the removal of MMIO exclusivity. > - Add a few includes of . The SR-IOV migration > support included irqreturn.h via linux/pci.h, and a few drivers relied > on that. So this v2 series updates those drivers to include > irqreturn.h directly. > > Unless there's objection, I'd like to merge all these through my PCI tree > for v3.15. I applied these to my pci/dead-code branch, which is now in -next, for v3.15. > Bjorn > > [1] http://lkml.kernel.org/r/20131227132710.7190647c@nehalam.linuxnetplumber.net > [2] https://lkml.kernel.org/r/20140130192011.25426.45702.stgit@bhelgaas-glaptop.roam.corp.google.com > > --- > > Bjorn Helgaas (4): > misc: mic: Add include of > mei: Add include of > iommu/amd: Add include of > PCI: Remove unused SR-IOV VF Migration support > > > Documentation/PCI/pci-iov-howto.txt | 4 - > drivers/iommu/amd_iommu_types.h | 1 > drivers/misc/mei/hw-me.h | 1 > drivers/misc/mic/card/mic_device.h | 1 > drivers/misc/mic/host/mic_device.h | 1 > drivers/pci/iov.c | 119 ----------------------------------- > drivers/pci/pci.h | 4 - > include/linux/pci.h | 4 - > 8 files changed, 4 insertions(+), 131 deletions(-) From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bjorn Helgaas Subject: Re: [PATCH v2 0/4] Remove dead code Date: Thu, 20 Feb 2014 18:30:15 -0700 Message-ID: References: <20140218205925.11014.14973.stgit@bhelgaas-glaptop.roam.corp.google.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20140218205925.11014.14973.stgit-1RhO1Y9PlrlHTL0Zs8A6p5iNqAH0jzoTYJqu5kTmcBRl57MIdRCFDg@public.gmane.org> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: iommu-bounces-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org Errors-To: iommu-bounces-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org To: "linux-pci-u79uwXL29TY76Z2rM5mHXA@public.gmane.org" Cc: "e1000-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org" , Sudeep Dutt , "linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org" , Stephen Hemminger , "open list:INTEL IOMMU (VT-d)" , Tomas Winkler , Aaron F Brown , Arjan van de Ven List-Id: iommu@lists.linux-foundation.org On Tue, Feb 18, 2014 at 1:59 PM, Bjorn Helgaas wrote: > This is v2 of my rework of part of Stephen's patch [1]. My v1 posting, > with a little discussion, is here [2]. > > This removes SR-IOV migration support, which seems to be unused. > > Changes since v1: > - Drop the removal of MMIO exclusivity. > - Add a few includes of . The SR-IOV migration > support included irqreturn.h via linux/pci.h, and a few drivers relied > on that. So this v2 series updates those drivers to include > irqreturn.h directly. > > Unless there's objection, I'd like to merge all these through my PCI tree > for v3.15. I applied these to my pci/dead-code branch, which is now in -next, for v3.15. > Bjorn > > [1] http://lkml.kernel.org/r/20131227132710.7190647c-We1ePj4FEcvRI77zikRAJc56i+j3xesD0e7PPNI6Mm0@public.gmane.org > [2] https://lkml.kernel.org/r/20140130192011.25426.45702.stgit-1RhO1Y9PlrlHTL0Zs8A6p5iNqAH0jzoTYJqu5kTmcBRl57MIdRCFDg@public.gmane.org > > --- > > Bjorn Helgaas (4): > misc: mic: Add include of > mei: Add include of > iommu/amd: Add include of > PCI: Remove unused SR-IOV VF Migration support > > > Documentation/PCI/pci-iov-howto.txt | 4 - > drivers/iommu/amd_iommu_types.h | 1 > drivers/misc/mei/hw-me.h | 1 > drivers/misc/mic/card/mic_device.h | 1 > drivers/misc/mic/host/mic_device.h | 1 > drivers/pci/iov.c | 119 ----------------------------------- > drivers/pci/pci.h | 4 - > include/linux/pci.h | 4 - > 8 files changed, 4 insertions(+), 131 deletions(-)