From: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
To: Jiang Liu <liuj97@gmail.com>
Cc: Bjorn Helgaas <bhelgaas@google.com>,
Jeremy Fitzhardinge <jeremy@goop.org>,
Jiang Liu <jiang.liu@huawei.com>,
Yijing Wang <wangyijing@huawei.com>,
xen-devel@lists.xensource.com,
virtualization@lists.linux-foundation.org,
linux-pci@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH 0/3] deprecate usage of pci_scan_bus_parented()
Date: Fri, 21 Jun 2013 14:23:41 -0400 [thread overview]
Message-ID: <20130621182341.GG15809@phenom.dumpdata.com> (raw)
In-Reply-To: <1371747665-12768-1-git-send-email-liuj97@gmail.com>
On Fri, Jun 21, 2013 at 01:01:02AM +0800, Jiang Liu wrote:
> From: Jiang Liu <jiang.liu@huawei.com>
>
> This patch tries to deprecate usage of pci_scan_bus_parented().
> It applies to
> https://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git next
They look OK to me, but let me double-test them in case some last
minute regression has reared its head.
>
> Jiang Liu (3):
> PCI: export three functions to support modular host bridge driver
> PCI, xen-pcifront: use new PCI interfaces to simplify implementation
> PCI: mark pci_scan_bus_parented() as __deprecated
>
> arch/tile/kernel/pci.c | 3 --
> drivers/pci/host-bridge.c | 1 +
> drivers/pci/probe.c | 1 +
> drivers/pci/remove.c | 7 +++++
> drivers/pci/xen-pcifront.c | 70 ++++++++++++++++++++--------------------------
> include/linux/pci.h | 5 ++--
> 6 files changed, 42 insertions(+), 45 deletions(-)
>
> --
> 1.8.1.2
>
WARNING: multiple messages have this Message-ID (diff)
From: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
To: Jiang Liu <liuj97@gmail.com>
Cc: Jeremy Fitzhardinge <jeremy@goop.org>,
xen-devel@lists.xensource.com, Jiang Liu <jiang.liu@huawei.com>,
linux-pci@vger.kernel.org, linux-kernel@vger.kernel.org,
virtualization@lists.linux-foundation.org,
Yijing Wang <wangyijing@huawei.com>,
Bjorn Helgaas <bhelgaas@google.com>
Subject: Re: [PATCH 0/3] deprecate usage of pci_scan_bus_parented()
Date: Fri, 21 Jun 2013 14:23:41 -0400 [thread overview]
Message-ID: <20130621182341.GG15809@phenom.dumpdata.com> (raw)
In-Reply-To: <1371747665-12768-1-git-send-email-liuj97@gmail.com>
On Fri, Jun 21, 2013 at 01:01:02AM +0800, Jiang Liu wrote:
> From: Jiang Liu <jiang.liu@huawei.com>
>
> This patch tries to deprecate usage of pci_scan_bus_parented().
> It applies to
> https://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git next
They look OK to me, but let me double-test them in case some last
minute regression has reared its head.
>
> Jiang Liu (3):
> PCI: export three functions to support modular host bridge driver
> PCI, xen-pcifront: use new PCI interfaces to simplify implementation
> PCI: mark pci_scan_bus_parented() as __deprecated
>
> arch/tile/kernel/pci.c | 3 --
> drivers/pci/host-bridge.c | 1 +
> drivers/pci/probe.c | 1 +
> drivers/pci/remove.c | 7 +++++
> drivers/pci/xen-pcifront.c | 70 ++++++++++++++++++++--------------------------
> include/linux/pci.h | 5 ++--
> 6 files changed, 42 insertions(+), 45 deletions(-)
>
> --
> 1.8.1.2
>
next prev parent reply other threads:[~2013-06-21 18:24 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-06-20 17:01 [PATCH 0/3] deprecate usage of pci_scan_bus_parented() Jiang Liu
2013-06-20 17:01 ` Jiang Liu
2013-06-20 17:01 ` [PATCH 1/3] PCI: export three functions to support modular host bridge driver Jiang Liu
2013-06-20 17:01 ` Jiang Liu
2013-06-20 17:01 ` [PATCH 2/3] PCI, xen-pcifront: use new PCI interfaces to simplify implementation Jiang Liu
2013-06-20 17:01 ` Jiang Liu
2013-06-20 17:01 ` [PATCH 3/3] PCI: mark pci_scan_bus_parented() as __deprecated Jiang Liu
2013-06-20 17:01 ` Jiang Liu
2013-06-20 17:08 ` Greg Kroah-Hartman
2013-06-20 17:08 ` Greg Kroah-Hartman
2013-06-20 17:14 ` Jiang Liu
2013-06-20 17:31 ` Greg Kroah-Hartman
2013-06-20 17:31 ` Greg Kroah-Hartman
2013-06-20 17:14 ` Jiang Liu
2013-06-21 18:23 ` Konrad Rzeszutek Wilk [this message]
2013-06-21 18:23 ` [PATCH 0/3] deprecate usage of pci_scan_bus_parented() Konrad Rzeszutek Wilk
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20130621182341.GG15809@phenom.dumpdata.com \
--to=konrad.wilk@oracle.com \
--cc=bhelgaas@google.com \
--cc=jeremy@goop.org \
--cc=jiang.liu@huawei.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-pci@vger.kernel.org \
--cc=liuj97@gmail.com \
--cc=virtualization@lists.linux-foundation.org \
--cc=wangyijing@huawei.com \
--cc=xen-devel@lists.xensource.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.