diff for duplicates of <550184A0.2000708@huawei.com> diff --git a/a/1.txt b/N1/1.txt index e0acd6d..68c5c55 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -137,7 +137,7 @@ but it may made the code obscure. >> + bus = pci_scan_root_bus(NULL, >> + PCI_DOMBUS(controller->segment, busnum), >> + &pci_root_ops, controller, &resources); ->> if (bus == NULL) { +>> if (bus = NULL) { >> kfree(res); >> kfree(controller); >> diff --git a/arch/microblaze/pci/pci-common.c b/arch/microblaze/pci/pci-common.c @@ -153,7 +153,7 @@ but it may made the code obscure. >> + bus = pci_scan_root_bus(hose->parent, >> + PCI_DOMBUS(hose->global_number, hose->first_busno), >> + hose->ops, hose, &resources); ->> if (bus == NULL) { +>> if (bus = NULL) { >> pr_err("Failed to create bus for PCI domain %04x\n", >> hose->global_number); >> diff --git a/arch/mips/pci/pci.c b/arch/mips/pci/pci.c @@ -184,7 +184,7 @@ but it may made the code obscure. >> + bus = pci_create_root_bus(hose->parent, >> + PCI_DOMBUS(hose->global_number, hose->first_busno), >> + hose->ops, hose, &resources); ->> if (bus == NULL) { +>> if (bus = NULL) { >> pr_err("Failed to create bus for PCI domain %04x\n", >> hose->global_number); >> diff --git a/arch/s390/pci/pci.c b/arch/s390/pci/pci.c diff --git a/a/content_digest b/N1/content_digest index 9bd1050..230d647 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -3,30 +3,8 @@ "ref\020150312013408.GB10949@google.com\0" "From\0Yijing Wang <wangyijing@huawei.com>\0" "Subject\0Re: [PATCH v6 07/30] PCI: Pass PCI domain number combined with root bus number\0" - "Date\0Thu, 12 Mar 2015 20:20:48 +0800\0" - "To\0Bjorn Helgaas <bhelgaas@google.com>\0" - "Cc\0Jiang Liu <jiang.liu@linux.intel.com>" - linux-pci@vger.kernel.org - Yinghai Lu <yinghai@kernel.org> - linux-kernel@vger.kernel.org - Marc Zyngier <marc.zyngier@arm.com> - linux-arm-kernel@lists.infradead.org - Russell King <linux@arm.linux.org.uk> - x86@kernel.org - Thomas Gleixner <tglx@linutronix.de> - Benjamin Herrenschmidt <benh@kernel.crashing.org> - Rusty Russell <rusty@rustcorp.com.au> - Tony Luck <tony.luck@intel.com> - linux-ia64@vger.kernel.org - David S. Miller <davem@davemloft.net> - Guan Xuetao <gxt@mprc.pku.edu.cn> - linux-alpha@vger.kernel.org - linux-m68k@lists.linux-m68k.org - Liviu Dudau <liviu@dudau.co.uk> - Arnd Bergmann <arnd@arndb.de> - Geert Uytterhoeven <geert@linux-m68k.org> - Richard Henderson <rth@twiddle.net> - " Ivan Kokshaysky <i>\0" + "Date\0Thu, 12 Mar 2015 12:20:48 +0000\0" + "To\0linux-arm-kernel@lists.infradead.org\0" "\00:1\0" "b\0" "On 2015/3/12 9:34, Bjorn Helgaas wrote:\n" @@ -168,7 +146,7 @@ ">> +\tbus = pci_scan_root_bus(NULL,\n" ">> +\t\t\tPCI_DOMBUS(controller->segment, busnum),\n" ">> +\t\t\t&pci_root_ops, controller, &resources);\n" - ">> \tif (bus == NULL) {\n" + ">> \tif (bus = NULL) {\n" ">> \t\tkfree(res);\n" ">> \t\tkfree(controller);\n" ">> diff --git a/arch/microblaze/pci/pci-common.c b/arch/microblaze/pci/pci-common.c\n" @@ -184,7 +162,7 @@ ">> +\tbus = pci_scan_root_bus(hose->parent,\n" ">> +\t\t\tPCI_DOMBUS(hose->global_number, hose->first_busno),\n" ">> +\t\t\those->ops, hose, &resources);\n" - ">> \tif (bus == NULL) {\n" + ">> \tif (bus = NULL) {\n" ">> \t\tpr_err(\"Failed to create bus for PCI domain %04x\\n\",\n" ">> \t\t hose->global_number);\n" ">> diff --git a/arch/mips/pci/pci.c b/arch/mips/pci/pci.c\n" @@ -215,7 +193,7 @@ ">> +\tbus = pci_create_root_bus(hose->parent,\n" ">> +\t\t\tPCI_DOMBUS(hose->global_number, hose->first_busno),\n" ">> +\t\t\those->ops, hose, &resources);\n" - ">> \tif (bus == NULL) {\n" + ">> \tif (bus = NULL) {\n" ">> \t\tpr_err(\"Failed to create bus for PCI domain %04x\\n\",\n" ">> \t\t\those->global_number);\n" ">> diff --git a/arch/s390/pci/pci.c b/arch/s390/pci/pci.c\n" @@ -362,4 +340,4 @@ "Thanks!\n" Yijing -ed0a5986527933e15b67025884b7d5be47376e4ee49c94847f1a2096042ccbc2 +58905f654bfcec01e511e67428833cae4f4c98ce5c2ea698e6af85de17936b8c
diff --git a/a/content_digest b/N2/content_digest index 9bd1050..2c39338 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -6,27 +6,43 @@ "Date\0Thu, 12 Mar 2015 20:20:48 +0800\0" "To\0Bjorn Helgaas <bhelgaas@google.com>\0" "Cc\0Jiang Liu <jiang.liu@linux.intel.com>" - linux-pci@vger.kernel.org + <linux-pci@vger.kernel.org> Yinghai Lu <yinghai@kernel.org> - linux-kernel@vger.kernel.org + <linux-kernel@vger.kernel.org> Marc Zyngier <marc.zyngier@arm.com> - linux-arm-kernel@lists.infradead.org + <linux-arm-kernel@lists.infradead.org> Russell King <linux@arm.linux.org.uk> - x86@kernel.org + <x86@kernel.org> Thomas Gleixner <tglx@linutronix.de> Benjamin Herrenschmidt <benh@kernel.crashing.org> Rusty Russell <rusty@rustcorp.com.au> Tony Luck <tony.luck@intel.com> - linux-ia64@vger.kernel.org + <linux-ia64@vger.kernel.org> David S. Miller <davem@davemloft.net> Guan Xuetao <gxt@mprc.pku.edu.cn> - linux-alpha@vger.kernel.org - linux-m68k@lists.linux-m68k.org + <linux-alpha@vger.kernel.org> + <linux-m68k@lists.linux-m68k.org> Liviu Dudau <liviu@dudau.co.uk> Arnd Bergmann <arnd@arndb.de> Geert Uytterhoeven <geert@linux-m68k.org> Richard Henderson <rth@twiddle.net> - " Ivan Kokshaysky <i>\0" + Ivan Kokshaysky <ink@jurassic.park.msu.ru> + Matt Turner <mattst88@gmail.com> + Fenghua Yu <fenghua.yu@intel.com> + Michal Simek <monstr@monstr.eu> + Ralf Baechle <ralf@linux-mips.org> + Paul Mackerras <paulus@samba.org> + Michael Ellerman <mpe@ellerman.id.au> + Sebastian Ott <sebott@linux.vnet.ibm.com> + Gerald Schaefer <gerald.schaefer@de.ibm.com> + Chris Metcalf <cmetcalf@ezchip.com> + Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> + <linux-mips@linux-mips.org> + <linuxppc-dev@lists.ozlabs.org> + <linux-s390@vger.kernel.org> + <linux-sh@vger.kernel.org> + <sparclinux@vger.kernel.org> + " <xen-devel@lists.xenproject.org>\0" "\00:1\0" "b\0" "On 2015/3/12 9:34, Bjorn Helgaas wrote:\n" @@ -362,4 +378,4 @@ "Thanks!\n" Yijing -ed0a5986527933e15b67025884b7d5be47376e4ee49c94847f1a2096042ccbc2 +67f8239b496b2baf0991d1cad1a83381ab71687d737d4845ffc3a5f9b19a9b09
diff --git a/a/content_digest b/N3/content_digest index 9bd1050..742912a 100644 --- a/a/content_digest +++ b/N3/content_digest @@ -26,7 +26,23 @@ Arnd Bergmann <arnd@arndb.de> Geert Uytterhoeven <geert@linux-m68k.org> Richard Henderson <rth@twiddle.net> - " Ivan Kokshaysky <i>\0" + Ivan Kokshaysky <ink@jurassic.park.msu.ru> + Matt Turner <mattst88@gmail.com> + Fenghua Yu <fenghua.yu@intel.com> + Michal Simek <monstr@monstr.eu> + Ralf Baechle <ralf@linux-mips.org> + Paul Mackerras <paulus@samba.org> + Michael Ellerman <mpe@ellerman.id.au> + Sebastian Ott <sebott@linux.vnet.ibm.com> + Gerald Schaefer <gerald.schaefer@de.ibm.com> + Chris Metcalf <cmetcalf@ezchip.com> + Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> + linux-mips@linux-mips.org + linuxppc-dev@lists.ozlabs.org + linux-s390@vger.kernel.org + linux-sh@vger.kernel.org + sparclinux@vger.kernel.org + " xen-devel@lists.xenproject.org\0" "\00:1\0" "b\0" "On 2015/3/12 9:34, Bjorn Helgaas wrote:\n" @@ -362,4 +378,4 @@ "Thanks!\n" Yijing -ed0a5986527933e15b67025884b7d5be47376e4ee49c94847f1a2096042ccbc2 +53462d7c4d1c5ed1c34bde290286795166197ade16568463eb0b356ed7528bd5
diff --git a/a/content_digest b/N4/content_digest index 9bd1050..b858eed 100644 --- a/a/content_digest +++ b/N4/content_digest @@ -5,28 +5,42 @@ "Subject\0Re: [PATCH v6 07/30] PCI: Pass PCI domain number combined with root bus number\0" "Date\0Thu, 12 Mar 2015 20:20:48 +0800\0" "To\0Bjorn Helgaas <bhelgaas@google.com>\0" - "Cc\0Jiang Liu <jiang.liu@linux.intel.com>" + "Cc\0linux-mips@linux-mips.org" + linux-ia64@vger.kernel.org + linux-sh@vger.kernel.org linux-pci@vger.kernel.org - Yinghai Lu <yinghai@kernel.org> - linux-kernel@vger.kernel.org - Marc Zyngier <marc.zyngier@arm.com> - linux-arm-kernel@lists.infradead.org + Chris Metcalf <cmetcalf@ezchip.com> + Paul Mackerras <paulus@samba.org> + sparclinux@vger.kernel.org + Guan Xuetao <gxt@mprc.pku.edu.cn> + linux-s390@vger.kernel.org Russell King <linux@arm.linux.org.uk> x86@kernel.org - Thomas Gleixner <tglx@linutronix.de> - Benjamin Herrenschmidt <benh@kernel.crashing.org> + Sebastian Ott <sebott@linux.vnet.ibm.com> + Geert Uytterhoeven <geert@linux-m68k.org> + Gerald Schaefer <gerald.schaefer@de.ibm.com> + xen-devel@lists.xenproject.org + Matt Turner <mattst88@gmail.com> + Fenghua Yu <fenghua.yu@intel.com> + Arnd Bergmann <arnd@arndb.de> + Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> + Marc Zyngier <marc.zyngier@arm.com> Rusty Russell <rusty@rustcorp.com.au> - Tony Luck <tony.luck@intel.com> - linux-ia64@vger.kernel.org - David S. Miller <davem@davemloft.net> - Guan Xuetao <gxt@mprc.pku.edu.cn> - linux-alpha@vger.kernel.org linux-m68k@lists.linux-m68k.org - Liviu Dudau <liviu@dudau.co.uk> - Arnd Bergmann <arnd@arndb.de> - Geert Uytterhoeven <geert@linux-m68k.org> + Ivan Kokshaysky <ink@jurassic.park.msu.ru> + Thomas Gleixner <tglx@linutronix.de> + Yinghai Lu <yinghai@kernel.org> + linux-arm-kernel@lists.infradead.org Richard Henderson <rth@twiddle.net> - " Ivan Kokshaysky <i>\0" + Liviu Dudau <liviu@dudau.co.uk> + Michal Simek <monstr@monstr.eu> + Tony Luck <tony.luck@intel.com> + linux-kernel@vger.kernel.org + Ralf Baechle <ralf@linux-mips.org> + Jiang Liu <jiang.liu@linux.intel.com> + linux-alpha@vger.kernel.org + linuxppc-dev@lists.ozlabs.org + " David S. Miller <davem@davemloft.net>\0" "\00:1\0" "b\0" "On 2015/3/12 9:34, Bjorn Helgaas wrote:\n" @@ -362,4 +376,4 @@ "Thanks!\n" Yijing -ed0a5986527933e15b67025884b7d5be47376e4ee49c94847f1a2096042ccbc2 +0b9ad4759513425414e4cdf78e1267829d2578faae5a0f4e6c5ef8f103e9460d
diff --git a/a/1.txt b/N5/1.txt index e0acd6d..3153bfe 100644 --- a/a/1.txt +++ b/N5/1.txt @@ -48,15 +48,15 @@ but it may made the code obscure. >> CC: Chris Metcalf <cmetcalf@ezchip.com> >> CC: Thomas Gleixner <tglx@linutronix.de> >> CC: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> ->> CC: linux-alpha@vger.kernel.org ->> CC: linux-kernel@vger.kernel.org ->> CC: linux-ia64@vger.kernel.org ->> CC: linux-mips@linux-mips.org ->> CC: linuxppc-dev@lists.ozlabs.org ->> CC: linux-s390@vger.kernel.org ->> CC: linux-sh@vger.kernel.org ->> CC: sparclinux@vger.kernel.org ->> CC: xen-devel@lists.xenproject.org +>> CC: linux-alpha at vger.kernel.org +>> CC: linux-kernel at vger.kernel.org +>> CC: linux-ia64 at vger.kernel.org +>> CC: linux-mips at linux-mips.org +>> CC: linuxppc-dev at lists.ozlabs.org +>> CC: linux-s390 at vger.kernel.org +>> CC: linux-sh at vger.kernel.org +>> CC: sparclinux at vger.kernel.org +>> CC: xen-devel at lists.xenproject.org >> Signed-off-by: Bjorn Helgaas <bhelgaas@google.com> >> --- >> arch/alpha/kernel/pci.c | 5 +++-- @@ -320,7 +320,7 @@ but it may made the code obscure. >> >> -- >> To unsubscribe from this list: send the line "unsubscribe linux-pci" in ->> the body of a message to majordomo@vger.kernel.org +>> the body of a message to majordomo at vger.kernel.org >> More majordomo info at http://vger.kernel.org/majordomo-info.html > > . diff --git a/a/content_digest b/N5/content_digest index 9bd1050..0763912 100644 --- a/a/content_digest +++ b/N5/content_digest @@ -1,32 +1,10 @@ "ref\01425868467-9667-1-git-send-email-wangyijing@huawei.com\0" "ref\01425868467-9667-8-git-send-email-wangyijing@huawei.com\0" "ref\020150312013408.GB10949@google.com\0" - "From\0Yijing Wang <wangyijing@huawei.com>\0" - "Subject\0Re: [PATCH v6 07/30] PCI: Pass PCI domain number combined with root bus number\0" + "From\0wangyijing@huawei.com (Yijing Wang)\0" + "Subject\0[PATCH v6 07/30] PCI: Pass PCI domain number combined with root bus number\0" "Date\0Thu, 12 Mar 2015 20:20:48 +0800\0" - "To\0Bjorn Helgaas <bhelgaas@google.com>\0" - "Cc\0Jiang Liu <jiang.liu@linux.intel.com>" - linux-pci@vger.kernel.org - Yinghai Lu <yinghai@kernel.org> - linux-kernel@vger.kernel.org - Marc Zyngier <marc.zyngier@arm.com> - linux-arm-kernel@lists.infradead.org - Russell King <linux@arm.linux.org.uk> - x86@kernel.org - Thomas Gleixner <tglx@linutronix.de> - Benjamin Herrenschmidt <benh@kernel.crashing.org> - Rusty Russell <rusty@rustcorp.com.au> - Tony Luck <tony.luck@intel.com> - linux-ia64@vger.kernel.org - David S. Miller <davem@davemloft.net> - Guan Xuetao <gxt@mprc.pku.edu.cn> - linux-alpha@vger.kernel.org - linux-m68k@lists.linux-m68k.org - Liviu Dudau <liviu@dudau.co.uk> - Arnd Bergmann <arnd@arndb.de> - Geert Uytterhoeven <geert@linux-m68k.org> - Richard Henderson <rth@twiddle.net> - " Ivan Kokshaysky <i>\0" + "To\0linux-arm-kernel@lists.infradead.org\0" "\00:1\0" "b\0" "On 2015/3/12 9:34, Bjorn Helgaas wrote:\n" @@ -79,15 +57,15 @@ ">> CC: Chris Metcalf <cmetcalf@ezchip.com>\n" ">> CC: Thomas Gleixner <tglx@linutronix.de>\n" ">> CC: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>\n" - ">> CC: linux-alpha@vger.kernel.org\n" - ">> CC: linux-kernel@vger.kernel.org\n" - ">> CC: linux-ia64@vger.kernel.org\n" - ">> CC: linux-mips@linux-mips.org\n" - ">> CC: linuxppc-dev@lists.ozlabs.org\n" - ">> CC: linux-s390@vger.kernel.org\n" - ">> CC: linux-sh@vger.kernel.org\n" - ">> CC: sparclinux@vger.kernel.org\n" - ">> CC: xen-devel@lists.xenproject.org\n" + ">> CC: linux-alpha at vger.kernel.org\n" + ">> CC: linux-kernel at vger.kernel.org\n" + ">> CC: linux-ia64 at vger.kernel.org\n" + ">> CC: linux-mips at linux-mips.org\n" + ">> CC: linuxppc-dev at lists.ozlabs.org\n" + ">> CC: linux-s390 at vger.kernel.org\n" + ">> CC: linux-sh at vger.kernel.org\n" + ">> CC: sparclinux at vger.kernel.org\n" + ">> CC: xen-devel at lists.xenproject.org\n" ">> Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>\n" ">> ---\n" ">> arch/alpha/kernel/pci.c | 5 +++--\n" @@ -351,7 +329,7 @@ ">>\n" ">> --\n" ">> To unsubscribe from this list: send the line \"unsubscribe linux-pci\" in\n" - ">> the body of a message to majordomo@vger.kernel.org\n" + ">> the body of a message to majordomo at vger.kernel.org\n" ">> More majordomo info at http://vger.kernel.org/majordomo-info.html\n" "> \n" "> .\n" @@ -362,4 +340,4 @@ "Thanks!\n" Yijing -ed0a5986527933e15b67025884b7d5be47376e4ee49c94847f1a2096042ccbc2 +dd4e66e8426d20178c589243775b26d0b7ac31abe27a4eb2829f65518e7da70a
diff --git a/a/content_digest b/N6/content_digest index 9bd1050..351fa4a 100644 --- a/a/content_digest +++ b/N6/content_digest @@ -6,27 +6,43 @@ "Date\0Thu, 12 Mar 2015 20:20:48 +0800\0" "To\0Bjorn Helgaas <bhelgaas@google.com>\0" "Cc\0Jiang Liu <jiang.liu@linux.intel.com>" - linux-pci@vger.kernel.org + <linux-pci@vger.kernel.org> Yinghai Lu <yinghai@kernel.org> - linux-kernel@vger.kernel.org + <linux-kernel@vger.kernel.org> Marc Zyngier <marc.zyngier@arm.com> - linux-arm-kernel@lists.infradead.org + <linux-arm-kernel@lists.infradead.org> Russell King <linux@arm.linux.org.uk> - x86@kernel.org + <x86@kernel.org> Thomas Gleixner <tglx@linutronix.de> Benjamin Herrenschmidt <benh@kernel.crashing.org> Rusty Russell <rusty@rustcorp.com.au> Tony Luck <tony.luck@intel.com> - linux-ia64@vger.kernel.org + <linux-ia64@vger.kernel.org> David S. Miller <davem@davemloft.net> Guan Xuetao <gxt@mprc.pku.edu.cn> - linux-alpha@vger.kernel.org - linux-m68k@lists.linux-m68k.org + <linux-alpha@vger.kernel.org> + <linux-m68k@vger.kernel.org> Liviu Dudau <liviu@dudau.co.uk> Arnd Bergmann <arnd@arndb.de> Geert Uytterhoeven <geert@linux-m68k.org> Richard Henderson <rth@twiddle.net> - " Ivan Kokshaysky <i>\0" + Ivan Kokshaysky <ink@jurassic.park.msu.ru> + Matt Turner <mattst88@gmail.com> + Fenghua Yu <fenghua.yu@intel.com> + Michal Simek <monstr@monstr.eu> + Ralf Baechle <ralf@linux-mips.org> + Paul Mackerras <paulus@samba.org> + Michael Ellerman <mpe@ellerman.id.au> + Sebastian Ott <sebott@linux.vnet.ibm.com> + Gerald Schaefer <gerald.schaefer@de.ibm.com> + Chris Metcalf <cmetcalf@ezchip.com> + Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> + <linux-mips@linux-mips.org> + <linuxppc-dev@lists.ozlabs.org> + <linux-s390@vger.kernel.org> + <linux-sh@vger.kernel.org> + <sparclinux@vger.kernel.org> + " <xen-devel@lists.xenproject.org>\0" "\00:1\0" "b\0" "On 2015/3/12 9:34, Bjorn Helgaas wrote:\n" @@ -362,4 +378,4 @@ "Thanks!\n" Yijing -ed0a5986527933e15b67025884b7d5be47376e4ee49c94847f1a2096042ccbc2 +b5415fb8cdb27803a9f284f09829405d0ee60b9fafdd3efd88c783e957c5c071
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.