All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <20140917193452.GD7983@leverpostej>

diff --git a/a/1.txt b/N1/1.txt
index dba5c6e..3d72c94 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -9,10 +9,10 @@ On Wed, Sep 17, 2014 at 04:37:30PM +0100, Kumar Gala wrote:
 > > 
 > > Signed-off-by: Ganapatrao Kulkarni <ganapatrao.kulkarni@cavium.com>
 > > 
-> > —
+> > ?
 > 
-> Adding the PPC guys as they’ve been doing NUMA on IBM Power Servers
-> for years with OF/DT.  So we should really try and follow what they’ve
+> Adding the PPC guys as they?ve been doing NUMA on IBM Power Servers
+> for years with OF/DT.  So we should really try and follow what they?ve
 > done.
 
 Agreed.
@@ -68,13 +68,13 @@ Mark.
 > > +
 > > +Example 1 (2 memory nodes, each mapped to a numa node.):
 > > +
-> > +	memory@00000000 {
+> > +	memory at 00000000 {
 > > +		device_type = "memory";
 > > +		reg = <0x0 0x00000000 0x0 0x80000000>;
 > > +		nid = <0x0>;
 > > +	};
 > > +
-> > +	memory@10000000000 {
+> > +	memory at 10000000000 {
 > > +		device_type = "memory";
 > > +		reg = <0x100 0x00000000 0x0 0x80000000>;
 > > +		nid = <0x1>;
@@ -82,14 +82,14 @@ Mark.
 > > +
 > > +Example 2 (multiple memory ranges in each memory node and mapped to numa node):
 > > +
-> > +	memory@00000000 {
+> > +	memory at 00000000 {
 > > +		device_type = "memory";
 > > +		reg = <0x0 0x00000000 0x0 0x80000000>,
 > > +		      <0x0 0x80000000 0x0 0x80000000>;
 > > +		nid = <0x0>;
 > > +	};
 > > +
-> > +	memory@10000000000 {
+> > +	memory at 10000000000 {
 > > +		device_type = "memory";
 > > +		reg = <0x100 0x00000000 0x0 0x80000000>,
 > > +		      <0x100 0x80000000 0x0 0x80000000>;
@@ -105,6 +105,6 @@ Mark.
 > 
 > --
 > To unsubscribe from this list: send the line "unsubscribe devicetree" 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/N1/content_digest
index d7e1282..d542887 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,17 +1,9 @@
  "ref\01410944189-3608-1-git-send-email-ganapatrao.kulkarni@caviumnetworks.com\0"
  "ref\0A4205FCA-D4DE-48A4-B19F-58400A3FBF5C@codeaurora.org\0"
- "From\0Mark Rutland <mark.rutland@arm.com>\0"
- "Subject\0Re: [RFC PATCH] dt:numa: adding numa node mapping for memory nodes.\0"
+ "From\0mark.rutland@arm.com (Mark Rutland)\0"
+ "Subject\0[RFC PATCH] dt:numa: adding numa node mapping for memory nodes.\0"
  "Date\0Wed, 17 Sep 2014 20:34:52 +0100\0"
- "To\0Kumar Gala <galak@codeaurora.org>\0"
- "Cc\0open list:OPEN FIRMWARE AND... <devicetree@vger.kernel.org>"
-  Pawel Moll <Pawel.Moll@arm.com>
-  Ian Campbell <ijc+devicetree@hellion.org.uk>
-  Rob Herring <robh+dt@kernel.org>
-  Ganapatrao Kulkarni <ganapatrao.kulkarni@caviumnetworks.com>
-  linuxppc-dev <linuxppc-dev@lists.ozlabs.org>
-  linux-arm-kernel@lists.infradead.org <linux-arm-kernel@lists.infradead.org>
- " gpkulkarni@gmail.com <gpkulkarni@gmail.com>\0"
+ "To\0linux-arm-kernel@lists.infradead.org\0"
  "\00:1\0"
  "b\0"
  "On Wed, Sep 17, 2014 at 04:37:30PM +0100, Kumar Gala wrote:\n"
@@ -25,10 +17,10 @@
  "> > \n"
  "> > Signed-off-by: Ganapatrao Kulkarni <ganapatrao.kulkarni@cavium.com>\n"
  "> > \n"
- "> > \342\200\224\n"
+ "> > ?\n"
  "> \n"
- "> Adding the PPC guys as they\342\200\231ve been doing NUMA on IBM Power Servers\n"
- "> for years with OF/DT.  So we should really try and follow what they\342\200\231ve\n"
+ "> Adding the PPC guys as they?ve been doing NUMA on IBM Power Servers\n"
+ "> for years with OF/DT.  So we should really try and follow what they?ve\n"
  "> done.\n"
  "\n"
  "Agreed.\n"
@@ -84,13 +76,13 @@
  "> > +\n"
  "> > +Example 1 (2 memory nodes, each mapped to a numa node.):\n"
  "> > +\n"
- "> > +\tmemory@00000000 {\n"
+ "> > +\tmemory at 00000000 {\n"
  "> > +\t\tdevice_type = \"memory\";\n"
  "> > +\t\treg = <0x0 0x00000000 0x0 0x80000000>;\n"
  "> > +\t\tnid = <0x0>;\n"
  "> > +\t};\n"
  "> > +\n"
- "> > +\tmemory@10000000000 {\n"
+ "> > +\tmemory at 10000000000 {\n"
  "> > +\t\tdevice_type = \"memory\";\n"
  "> > +\t\treg = <0x100 0x00000000 0x0 0x80000000>;\n"
  "> > +\t\tnid = <0x1>;\n"
@@ -98,14 +90,14 @@
  "> > +\n"
  "> > +Example 2 (multiple memory ranges in each memory node and mapped to numa node):\n"
  "> > +\n"
- "> > +\tmemory@00000000 {\n"
+ "> > +\tmemory at 00000000 {\n"
  "> > +\t\tdevice_type = \"memory\";\n"
  "> > +\t\treg = <0x0 0x00000000 0x0 0x80000000>,\n"
  "> > +\t\t      <0x0 0x80000000 0x0 0x80000000>;\n"
  "> > +\t\tnid = <0x0>;\n"
  "> > +\t};\n"
  "> > +\n"
- "> > +\tmemory@10000000000 {\n"
+ "> > +\tmemory at 10000000000 {\n"
  "> > +\t\tdevice_type = \"memory\";\n"
  "> > +\t\treg = <0x100 0x00000000 0x0 0x80000000>,\n"
  "> > +\t\t      <0x100 0x80000000 0x0 0x80000000>;\n"
@@ -121,8 +113,8 @@
  "> \n"
  "> --\n"
  "> To unsubscribe from this list: send the line \"unsubscribe devicetree\" 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"
  >
 
-1b69783b3255feca5c05e77b8fbfc47b48ab8ac0a83ed2106dabe90729b37cd0
+5da7326a6a975fab7daa8182f46f6e1309d02f07389f748c20ac71fa1103adb1

diff --git a/a/1.txt b/N2/1.txt
index dba5c6e..d6b491f 100644
--- a/a/1.txt
+++ b/N2/1.txt
@@ -2,12 +2,12 @@ On Wed, Sep 17, 2014 at 04:37:30PM +0100, Kumar Gala wrote:
 > 
 > On Sep 17, 2014, at 1:56 AM, Ganapatrao Kulkarni <ganapatrao.kulkarni@caviumnetworks.com> wrote:
 > 
-> > From: Ganapatrao Kulkarni <ganapatrao.kulkarni@cavium.com>
+> > From: Ganapatrao Kulkarni <ganapatrao.kulkarni-YGCgFSpz5w/QT0dZR+AlfA@public.gmane.org>
 > > 
 > > This patch adds property "nid" to memory node to provide the memory range to
 > > numa node id mapping.
 > > 
-> > Signed-off-by: Ganapatrao Kulkarni <ganapatrao.kulkarni@cavium.com>
+> > Signed-off-by: Ganapatrao Kulkarni <ganapatrao.kulkarni-YGCgFSpz5w/QT0dZR+AlfA@public.gmane.org>
 > > 
 > > —
 > 
@@ -105,6 +105,10 @@ Mark.
 > 
 > --
 > To unsubscribe from this list: send the line "unsubscribe devicetree" in
-> the body of a message to majordomo@vger.kernel.org
+> the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
 > More majordomo info at  http://vger.kernel.org/majordomo-info.html
->
+> 
+--
+To unsubscribe from this list: send the line "unsubscribe devicetree" in
+the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
+More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff --git a/a/content_digest b/N2/content_digest
index d7e1282..2ff8af3 100644
--- a/a/content_digest
+++ b/N2/content_digest
@@ -1,29 +1,31 @@
  "ref\01410944189-3608-1-git-send-email-ganapatrao.kulkarni@caviumnetworks.com\0"
  "ref\0A4205FCA-D4DE-48A4-B19F-58400A3FBF5C@codeaurora.org\0"
- "From\0Mark Rutland <mark.rutland@arm.com>\0"
+ "ref\0A4205FCA-D4DE-48A4-B19F-58400A3FBF5C-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org\0"
+ "From\0Mark Rutland <mark.rutland-5wv7dgnIgG8@public.gmane.org>\0"
  "Subject\0Re: [RFC PATCH] dt:numa: adding numa node mapping for memory nodes.\0"
  "Date\0Wed, 17 Sep 2014 20:34:52 +0100\0"
- "To\0Kumar Gala <galak@codeaurora.org>\0"
- "Cc\0open list:OPEN FIRMWARE AND... <devicetree@vger.kernel.org>"
-  Pawel Moll <Pawel.Moll@arm.com>
-  Ian Campbell <ijc+devicetree@hellion.org.uk>
-  Rob Herring <robh+dt@kernel.org>
-  Ganapatrao Kulkarni <ganapatrao.kulkarni@caviumnetworks.com>
-  linuxppc-dev <linuxppc-dev@lists.ozlabs.org>
-  linux-arm-kernel@lists.infradead.org <linux-arm-kernel@lists.infradead.org>
- " gpkulkarni@gmail.com <gpkulkarni@gmail.com>\0"
+ "To\0Kumar Gala <galak-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org>\0"
+ "Cc\0Ganapatrao Kulkarni <ganapatrao.kulkarni-M3mlKVOIwJVv6pq1l3V1OdBPR1lH4CV8@public.gmane.org>"
+  linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org <linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org>
+  Rob Herring <robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
+  Pawel Moll <Pawel.Moll-5wv7dgnIgG8@public.gmane.org>
+  Ian Campbell <ijc+devicetree-KcIKpvwj1kUDXYZnReoRVg@public.gmane.org>
+  open list:OPEN FIRMWARE AND... <devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>
+  gpkulkarni-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org <gpkulkarni-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
+  Benjamin Herrenschmidt <benh-XVmvHMARGAS8U2dJNN8I7kB+6BGkLq7r@public.gmane.org>
+ " linuxppc-dev <linuxppc-dev-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org>\0"
  "\00:1\0"
  "b\0"
  "On Wed, Sep 17, 2014 at 04:37:30PM +0100, Kumar Gala wrote:\n"
  "> \n"
  "> On Sep 17, 2014, at 1:56 AM, Ganapatrao Kulkarni <ganapatrao.kulkarni@caviumnetworks.com> wrote:\n"
  "> \n"
- "> > From: Ganapatrao Kulkarni <ganapatrao.kulkarni@cavium.com>\n"
+ "> > From: Ganapatrao Kulkarni <ganapatrao.kulkarni-YGCgFSpz5w/QT0dZR+AlfA@public.gmane.org>\n"
  "> > \n"
  "> > This patch adds property \"nid\" to memory node to provide the memory range to\n"
  "> > numa node id mapping.\n"
  "> > \n"
- "> > Signed-off-by: Ganapatrao Kulkarni <ganapatrao.kulkarni@cavium.com>\n"
+ "> > Signed-off-by: Ganapatrao Kulkarni <ganapatrao.kulkarni-YGCgFSpz5w/QT0dZR+AlfA@public.gmane.org>\n"
  "> > \n"
  "> > \342\200\224\n"
  "> \n"
@@ -121,8 +123,12 @@
  "> \n"
  "> --\n"
  "> To unsubscribe from this list: send the line \"unsubscribe devicetree\" in\n"
- "> the body of a message to majordomo@vger.kernel.org\n"
+ "> the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org\n"
  "> More majordomo info at  http://vger.kernel.org/majordomo-info.html\n"
- >
+ "> \n"
+ "--\n"
+ "To unsubscribe from this list: send the line \"unsubscribe devicetree\" in\n"
+ "the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org\n"
+ More majordomo info at  http://vger.kernel.org/majordomo-info.html
 
-1b69783b3255feca5c05e77b8fbfc47b48ab8ac0a83ed2106dabe90729b37cd0
+a8c0066fe0a91c0c10fadb44805a1d291c80e76e5f25858505bdc0abd47ba6de

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.