All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <1427168064-8657-31-git-send-email-wangyijing@huawei.com>

diff --git a/a/content_digest b/N1/content_digest
index 8091bf9..ae0109d 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -30,7 +30,7 @@
   " David S. Miller <davem\@davemloft.net>",
   " Guan Xuetao <gxt\@mprc.pku.edu.cn>",
   " <linux-alpha\@vger.kernel.org>",
-  " <linux-m68k\@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>",
@@ -148,4 +148,4 @@
   "1.7.1"
 ]
 
-bb3aaa000abdf2316b308f724fd8127f518368464934a1caf8535011b18d5188
+63c77683641bc62829ba2567acf371cc4c4beb4655fb17a864a5edc33f2bab38

diff --git a/a/content_digest b/N2/content_digest
index 8091bf9..6d90062 100644
--- a/a/content_digest
+++ b/N2/content_digest
@@ -2,7 +2,7 @@
   "ref\0001427168064-8657-1-git-send-email-wangyijing\@huawei.com\0"
 ]
 [
-  "From\0Yijing Wang <wangyijing\@huawei.com>\0"
+  "From\0wangyijing\@huawei.com (Yijing Wang)\0"
 ]
 [
   "Subject\0[PATCH v8 30/30] PCI: Clean up CONFIG_PCI_DOMAINS_GENERIC\0"
@@ -11,30 +11,7 @@
   "Date\0Tue, 24 Mar 2015 11:34:24 +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\@vger.kernel.org>",
-  " Liviu Dudau <liviu\@dudau.co.uk>",
-  " Arnd Bergmann <arnd\@arndb.de>",
-  " Geert Uytterhoeven <geert\@linux-m68k.org>",
-  " Yijing Wang <wangyijing\@huawei.com>\0"
+  "To\0linux-arm-kernel\@lists.infradead.org\0"
 ]
 [
   "\0000:1\0"
@@ -148,4 +125,4 @@
   "1.7.1"
 ]
 
-bb3aaa000abdf2316b308f724fd8127f518368464934a1caf8535011b18d5188
+089c7ce68abf160767d111272debc88d5c1848d41d53421ef63dc6f33a87b426

diff --git a/a/1.txt b/N3/1.txt
index c08eab9..251a4fe 100644
--- a/a/1.txt
+++ b/N3/1.txt
@@ -54,13 +54,13 @@ index c78f4d0..18a0f6c 100644
  		list_move_tail(&window->node, &host->windows);
  	/*
 -	 * If support CONFIG_PCI_DOMAINS_GENERIC, use
-+	 * If domain == -1, we need to use
++	 * If domain = -1, we need to use
  	 * pci_host_assign_domain_nr() to update domain
  	 * number.
  	 */
  	host->domain = domain;
 -	pci_host_assign_domain_nr(host);
-+	if (host->domain == -1)
++	if (host->domain = -1)
 +		pci_host_assign_domain_nr(host);
  	mutex_lock(&pci_host_mutex);
  	list_for_each_entry(tmp, &pci_host_bridge_list, list) {
diff --git a/a/content_digest b/N3/content_digest
index 8091bf9..a09c269 100644
--- a/a/content_digest
+++ b/N3/content_digest
@@ -8,29 +8,29 @@
   "Subject\0[PATCH v8 30/30] PCI: Clean up CONFIG_PCI_DOMAINS_GENERIC\0"
 ]
 [
-  "Date\0Tue, 24 Mar 2015 11:34:24 +0800\0"
+  "Date\0Tue, 24 Mar 2015 03:34:24 +0000\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\@vger.kernel.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>",
@@ -99,13 +99,13 @@
   " \t\tlist_move_tail(&window->node, &host->windows);\n",
   " \t/*\n",
   "-\t * If support CONFIG_PCI_DOMAINS_GENERIC, use\n",
-  "+\t * If domain == -1, we need to use\n",
+  "+\t * If domain = -1, we need to use\n",
   " \t * pci_host_assign_domain_nr() to update domain\n",
   " \t * number.\n",
   " \t */\n",
   " \thost->domain = domain;\n",
   "-\tpci_host_assign_domain_nr(host);\n",
-  "+\tif (host->domain == -1)\n",
+  "+\tif (host->domain = -1)\n",
   "+\t\tpci_host_assign_domain_nr(host);\n",
   " \tmutex_lock(&pci_host_mutex);\n",
   " \tlist_for_each_entry(tmp, &pci_host_bridge_list, list) {\n",
@@ -148,4 +148,4 @@
   "1.7.1"
 ]
 
-bb3aaa000abdf2316b308f724fd8127f518368464934a1caf8535011b18d5188
+69f50b5930c4ede7c656e1f0656814e2877d296c83d7ab21de6fcc8fa070d61f

diff --git a/a/content_digest b/N4/content_digest
index 8091bf9..0c18f65 100644
--- a/a/content_digest
+++ b/N4/content_digest
@@ -15,22 +15,22 @@
 ]
 [
   "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\@vger.kernel.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>",
@@ -148,4 +148,4 @@
   "1.7.1"
 ]
 
-bb3aaa000abdf2316b308f724fd8127f518368464934a1caf8535011b18d5188
+c8a30468c6ead03917f858bd000b505e2ec8a19614c442dba30d4b2ef7a078de

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.