diff for duplicates of <20150312013408.GB10949@google.com> diff --git a/a/1.txt b/N1/1.txt index c3d7d9c..dcf9ec3 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -127,7 +127,7 @@ you want, but at least make it look like you did a thorough job. > + 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 @@ -143,7 +143,7 @@ you want, but at least make it look like you did a thorough job. > + 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 @@ -174,7 +174,7 @@ you want, but at least make it look like you did a thorough job. > + 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 9ddf911..8b0005c 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -2,34 +2,8 @@ "ref\01425868467-9667-8-git-send-email-wangyijing@huawei.com\0" "From\0Bjorn Helgaas <bhelgaas@google.com>\0" "Subject\0Re: [PATCH v6 07/30] PCI: Pass PCI domain number combined with root bus number\0" - "Date\0Wed, 11 Mar 2015 20:34:08 -0500\0" - "To\0Yijing Wang <wangyijing@huawei.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 <ink@jurassic.park.msu.ru> - Matt Turner <mattst88@gmail.com> - Fenghua Yu <fenghua.yu@intel.com> - Michal Simek <monstr@monstr.eu> - " R\0" + "Date\0Thu, 12 Mar 2015 01:34:08 +0000\0" + "To\0linux-arm-kernel@lists.infradead.org\0" "\00:1\0" "b\0" "On Mon, Mar 09, 2015 at 10:34:04AM +0800, Yijing Wang wrote:\n" @@ -161,7 +135,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" @@ -177,7 +151,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" @@ -208,7 +182,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" @@ -347,4 +321,4 @@ "> the body of a message to majordomo@vger.kernel.org\n" > More majordomo info at http://vger.kernel.org/majordomo-info.html -3b8c61d6216e6f6981b34c58cfaa38c83a5edb1577818c37e7d4d8d843b8e08f +7d75aaa15f55124b028101741639417188c3c8454469b673a54d4f6060eb5171
diff --git a/a/content_digest b/N2/content_digest index 9ddf911..8c012f8 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -29,7 +29,19 @@ Matt Turner <mattst88@gmail.com> Fenghua Yu <fenghua.yu@intel.com> Michal Simek <monstr@monstr.eu> - " R\0" + 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 Mon, Mar 09, 2015 at 10:34:04AM +0800, Yijing Wang wrote:\n" @@ -347,4 +359,4 @@ "> the body of a message to majordomo@vger.kernel.org\n" > More majordomo info at http://vger.kernel.org/majordomo-info.html -3b8c61d6216e6f6981b34c58cfaa38c83a5edb1577818c37e7d4d8d843b8e08f +36d87d086f450a4900d596334b6152e5a5a3424050a86e5b687fe7bb25a6e21e
diff --git a/a/content_digest b/N3/content_digest index 9ddf911..e99fafd 100644 --- a/a/content_digest +++ b/N3/content_digest @@ -4,32 +4,42 @@ "Subject\0Re: [PATCH v6 07/30] PCI: Pass PCI domain number combined with root bus number\0" "Date\0Wed, 11 Mar 2015 20:34:08 -0500\0" "To\0Yijing Wang <wangyijing@huawei.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> - 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> + Sebastian Ott <sebott@linux.vnet.ibm.com> Geert Uytterhoeven <geert@linux-m68k.org> - Richard Henderson <rth@twiddle.net> - Ivan Kokshaysky <ink@jurassic.park.msu.ru> + 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> + linux-m68k@lists.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> + Liviu Dudau <liviu@dudau.co.uk> Michal Simek <monstr@monstr.eu> - " R\0" + 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 Mon, Mar 09, 2015 at 10:34:04AM +0800, Yijing Wang wrote:\n" @@ -347,4 +357,4 @@ "> the body of a message to majordomo@vger.kernel.org\n" > More majordomo info at http://vger.kernel.org/majordomo-info.html -3b8c61d6216e6f6981b34c58cfaa38c83a5edb1577818c37e7d4d8d843b8e08f +4f9d3da9a7f835fe34ebae9dc5e42434e43143539d59a833bb6bd8aaf90ba7ad
diff --git a/a/1.txt b/N4/1.txt index c3d7d9c..bc6d0bd 100644 --- a/a/1.txt +++ b/N4/1.txt @@ -38,15 +38,15 @@ you want, but at least make it look like you did a thorough job. > 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 +++-- @@ -310,5 +310,5 @@ you want, but at least make it look like you did a thorough job. > > -- > 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/N4/content_digest index 9ddf911..d16f093 100644 --- a/a/content_digest +++ b/N4/content_digest @@ -1,35 +1,9 @@ "ref\01425868467-9667-1-git-send-email-wangyijing@huawei.com\0" "ref\01425868467-9667-8-git-send-email-wangyijing@huawei.com\0" - "From\0Bjorn Helgaas <bhelgaas@google.com>\0" - "Subject\0Re: [PATCH v6 07/30] PCI: Pass PCI domain number combined with root bus number\0" + "From\0bhelgaas@google.com (Bjorn Helgaas)\0" + "Subject\0[PATCH v6 07/30] PCI: Pass PCI domain number combined with root bus number\0" "Date\0Wed, 11 Mar 2015 20:34:08 -0500\0" - "To\0Yijing Wang <wangyijing@huawei.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 <ink@jurassic.park.msu.ru> - Matt Turner <mattst88@gmail.com> - Fenghua Yu <fenghua.yu@intel.com> - Michal Simek <monstr@monstr.eu> - " R\0" + "To\0linux-arm-kernel@lists.infradead.org\0" "\00:1\0" "b\0" "On Mon, Mar 09, 2015 at 10:34:04AM +0800, Yijing Wang wrote:\n" @@ -72,15 +46,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" @@ -344,7 +318,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 -3b8c61d6216e6f6981b34c58cfaa38c83a5edb1577818c37e7d4d8d843b8e08f +5ffffeffeff92ceecf3255e126c4cb251c20cd3b23ccdec65638d0e1ae43928d
diff --git a/a/content_digest b/N5/content_digest index 9ddf911..12ea0bd 100644 --- a/a/content_digest +++ b/N5/content_digest @@ -20,7 +20,7 @@ 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-m68k@vger.kernel.org Liviu Dudau <liviu@dudau.co.uk> Arnd Bergmann <arnd@arndb.de> Geert Uytterhoeven <geert@linux-m68k.org> @@ -29,7 +29,19 @@ Matt Turner <mattst88@gmail.com> Fenghua Yu <fenghua.yu@intel.com> Michal Simek <monstr@monstr.eu> - " R\0" + 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 Mon, Mar 09, 2015 at 10:34:04AM +0800, Yijing Wang wrote:\n" @@ -347,4 +359,4 @@ "> the body of a message to majordomo@vger.kernel.org\n" > More majordomo info at http://vger.kernel.org/majordomo-info.html -3b8c61d6216e6f6981b34c58cfaa38c83a5edb1577818c37e7d4d8d843b8e08f +f4e49a05ef17d4fc3b4115615508fccf87b5ab168872e70b0ca2ace35586a677
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.