diff for duplicates of <55136221.1080501@huawei.com> diff --git a/a/1.txt b/N1/1.txt index 91d096b..d10f0db 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -68,7 +68,7 @@ On 2015/3/26 0:42, Tomasz Nowicki wrote: >> + || pci_host_busn_res_overlap(host, tmp)) { > > I think you should construct condition this way: -> + if (tmp->domain == host->domain +> + if (tmp->domain = host->domain > + && pci_host_busn_res_overlap(host, tmp)) { Good catch! I mistook this in the v8. Tomasz, thanks for your review! @@ -117,8 +117,7 @@ Good catch! I mistook this in the v8. Tomasz, thanks for your review! >> struct device *parent; >> struct resource *res; >> @@ -1887,12 +1887,6 @@ static struct pci_bus *__pci_create_root_bus( ->> b->number = b->busn_res.start = ->> pci_host_first_busnr(bridge); +>> b->number = b->busn_res.start >> pci_host_first_busnr(bridge); >> pci_bus_assign_domain_nr(b, parent); >> - b2 = pci_find_bus(pci_domain_nr(b), b->number); >> - if (b2) { diff --git a/a/content_digest b/N1/content_digest index 89ce16f..7340653 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -3,7 +3,7 @@ "ref\05512E566.5050201@linaro.org\0" "From\0Yijing Wang <wangyijing@huawei.com>\0" "Subject\0Re: [PATCH v8 10/30] PCI: Introduce pci_host_bridge_list to manage host bridges\0" - "Date\0Thu, 26 Mar 2015 09:34:25 +0800\0" + "Date\0Thu, 26 Mar 2015 01:34:25 +0000\0" "To\0Tomasz Nowicki <tomasz.nowicki@linaro.org>\0" "Cc\0Bjorn Helgaas <bhelgaas@google.com>" Liviu Dudau <liviu@dudau.co.uk> @@ -13,7 +13,7 @@ Marc Zyngier <marc.zyngier@arm.com> linux-pci@vger.kernel.org x86@kernel.org - linux-m68k@lists.linux-m68k.org + linux-m68k@vger.kernel.org linux-kernel@vger.kernel.org David S. Miller <davem@davemloft.net> linux-alpha@vger.kernel.org @@ -98,7 +98,7 @@ ">> + || pci_host_busn_res_overlap(host, tmp)) {\n" "> \n" "> I think you should construct condition this way:\n" - "> + if (tmp->domain == host->domain\n" + "> + if (tmp->domain = host->domain\n" "> + && pci_host_busn_res_overlap(host, tmp)) {\n" "\n" "Good catch! I mistook this in the v8. Tomasz, thanks for your review!\n" @@ -147,8 +147,7 @@ ">> struct device *parent;\n" ">> struct resource *res;\n" ">> @@ -1887,12 +1887,6 @@ static struct pci_bus *__pci_create_root_bus(\n" - ">> b->number = b->busn_res.start =\n" - ">> pci_host_first_busnr(bridge);\n" + ">> b->number = b->busn_res.start >> pci_host_first_busnr(bridge);\n" ">> pci_bus_assign_domain_nr(b, parent);\n" ">> - b2 = pci_find_bus(pci_domain_nr(b), b->number);\n" ">> - if (b2) {\n" @@ -189,4 +188,4 @@ "Thanks!\n" Yijing -97279e734f4692b1438d3e1774215d41c44a133f71c7938d98067af196d7300f +46abc3d389e6042988bcbe5dc71ff6ce826d414a4570e9d11adfbd3aa8ceed13
diff --git a/a/content_digest b/N2/content_digest index 89ce16f..72ac459 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -11,21 +11,21 @@ Russell King <linux@arm.linux.org.uk> Arnd Bergmann <arnd@arndb.de> Marc Zyngier <marc.zyngier@arm.com> - linux-pci@vger.kernel.org - x86@kernel.org - linux-m68k@lists.linux-m68k.org - linux-kernel@vger.kernel.org + <linux-pci@vger.kernel.org> + <x86@kernel.org> + <linux-m68k@lists.linux-m68k.org> + <linux-kernel@vger.kernel.org> David S. Miller <davem@davemloft.net> - linux-alpha@vger.kernel.org + <linux-alpha@vger.kernel.org> Tony Luck <tony.luck@intel.com> Geert Uytterhoeven <geert@linux-m68k.org> Benjamin Herrenschmidt <benh@kernel.crashing.org> - linux-ia64@vger.kernel.org + <linux-ia64@vger.kernel.org> Thomas Gleixner <tglx@linutronix.de> Guan Xuetao <gxt@mprc.pku.edu.cn> Yinghai Lu <yinghai@kernel.org> Jiang Liu <jiang.liu@linux.intel.com> - " linux-arm-kernel@lists.infradead.org\0" + " <linux-arm-kernel@lists.infradead.org>\0" "\00:1\0" "b\0" "On 2015/3/26 0:42, Tomasz Nowicki wrote:\n" @@ -189,4 +189,4 @@ "Thanks!\n" Yijing -97279e734f4692b1438d3e1774215d41c44a133f71c7938d98067af196d7300f +5da225c734dabb1b660000a09132e984bb79f56c666c2af294d73b6ec47b9ee7
diff --git a/a/content_digest b/N3/content_digest index 89ce16f..61c7918 100644 --- a/a/content_digest +++ b/N3/content_digest @@ -1,31 +1,10 @@ "ref\01427168064-8657-1-git-send-email-wangyijing@huawei.com\0" "ref\01427168064-8657-11-git-send-email-wangyijing@huawei.com\0" "ref\05512E566.5050201@linaro.org\0" - "From\0Yijing Wang <wangyijing@huawei.com>\0" - "Subject\0Re: [PATCH v8 10/30] PCI: Introduce pci_host_bridge_list to manage host bridges\0" + "From\0wangyijing@huawei.com (Yijing Wang)\0" + "Subject\0[PATCH v8 10/30] PCI: Introduce pci_host_bridge_list to manage host bridges\0" "Date\0Thu, 26 Mar 2015 09:34:25 +0800\0" - "To\0Tomasz Nowicki <tomasz.nowicki@linaro.org>\0" - "Cc\0Bjorn Helgaas <bhelgaas@google.com>" - Liviu Dudau <liviu@dudau.co.uk> - Rusty Russell <rusty@rustcorp.com.au> - Russell King <linux@arm.linux.org.uk> - Arnd Bergmann <arnd@arndb.de> - Marc Zyngier <marc.zyngier@arm.com> - linux-pci@vger.kernel.org - x86@kernel.org - linux-m68k@lists.linux-m68k.org - linux-kernel@vger.kernel.org - David S. Miller <davem@davemloft.net> - linux-alpha@vger.kernel.org - Tony Luck <tony.luck@intel.com> - Geert Uytterhoeven <geert@linux-m68k.org> - Benjamin Herrenschmidt <benh@kernel.crashing.org> - linux-ia64@vger.kernel.org - Thomas Gleixner <tglx@linutronix.de> - Guan Xuetao <gxt@mprc.pku.edu.cn> - Yinghai Lu <yinghai@kernel.org> - Jiang Liu <jiang.liu@linux.intel.com> - " linux-arm-kernel@lists.infradead.org\0" + "To\0linux-arm-kernel@lists.infradead.org\0" "\00:1\0" "b\0" "On 2015/3/26 0:42, Tomasz Nowicki wrote:\n" @@ -189,4 +168,4 @@ "Thanks!\n" Yijing -97279e734f4692b1438d3e1774215d41c44a133f71c7938d98067af196d7300f +4c7da54f29b968ace1200d8cd721ada20c18f70744e6954beaf598041c99651b
diff --git a/a/content_digest b/N4/content_digest index 89ce16f..e08d5ca 100644 --- a/a/content_digest +++ b/N4/content_digest @@ -11,21 +11,21 @@ Russell King <linux@arm.linux.org.uk> Arnd Bergmann <arnd@arndb.de> Marc Zyngier <marc.zyngier@arm.com> - linux-pci@vger.kernel.org - x86@kernel.org - linux-m68k@lists.linux-m68k.org - linux-kernel@vger.kernel.org + <linux-pci@vger.kernel.org> + <x86@kernel.org> + <linux-m68k@vger.kernel.org> + <linux-kernel@vger.kernel.org> David S. Miller <davem@davemloft.net> - linux-alpha@vger.kernel.org + <linux-alpha@vger.kernel.org> Tony Luck <tony.luck@intel.com> Geert Uytterhoeven <geert@linux-m68k.org> Benjamin Herrenschmidt <benh@kernel.crashing.org> - linux-ia64@vger.kernel.org + <linux-ia64@vger.kernel.org> Thomas Gleixner <tglx@linutronix.de> Guan Xuetao <gxt@mprc.pku.edu.cn> Yinghai Lu <yinghai@kernel.org> Jiang Liu <jiang.liu@linux.intel.com> - " linux-arm-kernel@lists.infradead.org\0" + " <linux-arm-kernel@lists.infradead.org>\0" "\00:1\0" "b\0" "On 2015/3/26 0:42, Tomasz Nowicki wrote:\n" @@ -189,4 +189,4 @@ "Thanks!\n" Yijing -97279e734f4692b1438d3e1774215d41c44a133f71c7938d98067af196d7300f +05af90d76021ade73bff529e4b8a4d6d243ec1943e6e70979dc23c4f8e9e75c8
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.