From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bjorn Helgaas Date: Sat, 15 Jun 2013 00:22:24 +0000 Subject: Re: [PATCH -v5 0/8] Add hostbridge resource release to support root bus hotplug in IA64 Message-Id: <20130615002224.GA21643@google.com> List-Id: References: <1370504093-14908-1-git-send-email-wangyijing@huawei.com> In-Reply-To: <1370504093-14908-1-git-send-email-wangyijing@huawei.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Yijing Wang , Tony Luck Cc: Yinghai Lu , linux-pci@vger.kernel.org, linux-ia64@vger.kernel.org, Fenghua Yu , Hanjun Guo , jiang.liu@huawei.com On Thu, Jun 06, 2013 at 03:34:45PM +0800, Yijing Wang wrote: > ... > Jiang Liu (1): > PCI/IA64: fix memleak for create pci root bus fail > > Yijing Wang (7): > PCI/IA64: SN: remove sn_pci_window_fixup() > PCI/IA64: SN: use normal resource instead of pci_window > PCI/IA64: embed pci hostbridge resources into pci_root_info > PCI/IA64: Allocate pci_root_info instead of using stack > PCI/IA64: add host bridge resource release for _CRS path > PCI/IA64: introduce probe_pci_root_info() to manage _CRS resource > PCI: Replace printks with appropriate pr_*() > > arch/ia64/include/asm/pci.h | 10 +- > arch/ia64/pci/pci.c | 236 ++++++++++++++++++++++++++++------------- > arch/ia64/sn/kernel/io_init.c | 109 +++++-------------- > 3 files changed, 192 insertions(+), 163 deletions(-) Tony, what do you think about this? It only touches ia64, and I have no way to build or test it. So maybe you should handle this? I haven't reviewed it, but I think it's the right general direction, at least. Bjorn