All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <56D78471.1020707@oracle.com>

diff --git a/a/1.txt b/N1/1.txt
index 60d9ae3..e4fe11e 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -397,9 +397,3 @@ are strong objections.
 
 Thanks,
 Khalid
-
---
-To unsubscribe, send a message with 'unsubscribe linux-mm' in
-the body to majordomo@kvack.org.  For more info on Linux MM,
-see: http://www.linux-mm.org/ .
-Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>
diff --git a/a/content_digest b/N1/content_digest
index c8fb57f..b5a039e 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -32,7 +32,11 @@
   Geert Uytterhoeven <geert@linux-m68k.org>
   dave@stgolabs.net
   Alexey Dobriyan <adobriyan@gmail.com>
- " linux-doc@vger.kernel.orglinux-kernel@vger.kernel.org <linu>\0"
+  linux-doc@vger.kernel.org
+  linux-kernel@vger.kernel.org <linux-kernel@vger.kernel.org>
+  linux-mm@kvack.org
+  linux-arch@vger.kernel.org
+ " linux-api@vger.kernel.org\0"
  "\00:1\0"
  "b\0"
  "Thanks, Julian! I really appreciate your feedback.\n"
@@ -433,12 +437,6 @@
  ">\n"
  "\n"
  "Thanks,\n"
- "Khalid\n"
- "\n"
- "--\n"
- "To unsubscribe, send a message with 'unsubscribe linux-mm' in\n"
- "the body to majordomo@kvack.org.  For more info on Linux MM,\n"
- "see: http://www.linux-mm.org/ .\n"
- "Don't email: <a href=mailto:\"dont@kvack.org\"> email@kvack.org </a>"
+ Khalid
 
-f7634a94c240c91d4607211773326ec72e5f44353eca6e5c27f4e61f7fc4b610
+9c88cf1b2944d94dd721413c182e47132993063f90b365de2aada7bda41ddbfc

diff --git a/a/1.txt b/N2/1.txt
index 60d9ae3..eb979fc 100644
--- a/a/1.txt
+++ b/N2/1.txt
@@ -146,7 +146,7 @@ Good point.
 Right, this code does not break anything on older processors and has 
 been tested on older machines. init_adi() will detect the platform does 
 not support ADI when it parses machine description and will leave ADI 
-disabled in that case (adi_state.enabled=false).
+disabled in that case (adi_state.enabledúlse).
 
 >
 >>   config SCHED_SMT
@@ -244,7 +244,7 @@ like that doing it this way retains type checking.
 >> +               return;
 >> +
 >> +       pn = mdesc_node_by_name(hp, MDESC_NODE_NULL, "cpu");
->> +       if (pn == MDESC_NODE_NULL)
+>> +       if (pn = MDESC_NODE_NULL)
 >> +               goto out;
 >> +
 >> +       prop = mdesc_get_property(hp, pn, "hwcap-list", &len);
@@ -272,7 +272,7 @@ like that doing it this way retains type checking.
 >> +               goto out;
 >> +
 >> +       pn = mdesc_node_by_name(hp, MDESC_NODE_NULL, "platform");
->> +       if (pn == MDESC_NODE_NULL)
+>> +       if (pn = MDESC_NODE_NULL)
 >> +               goto out;
 >> +
 >> +       val = (u64 *) mdesc_get_property(hp, pn, "adp-blksz", &len);
@@ -302,7 +302,7 @@ CONFIG_SPARC_ADI is selected for 64-bit kernels only since M7 is 64-bit
 only. init_adi() will do the right thing whether CONFIG_SPARC_ADI is 
 enabled or not. It will parse machine description on 32-bit kernels, 
 detect ADI is not supported by the platform and leave 
-adi_state.enabled=false. I was considering adding something like 
+adi_state.enabledúlse. I was considering adding something like 
 /proc/sys/vm/sparc_adi_available at later point which would get its data 
 from what init_adi() detects. On the other hand, since 32-bit processors 
 do not support ADI, why have even this much code run on them. I can 
@@ -330,7 +330,7 @@ enclose this code as well inside #ifdef.
 >> +       }
 >> +
 >> +       if (notify_die(DIE_TRAP, "memory corruption precise exception", regs,
->> +                      0, 0x8, SIGSEGV) == NOTIFY_STOP)
+>> +                      0, 0x8, SIGSEGV) = NOTIFY_STOP)
 >> +               return;
 >> +
 >> +       if (regs->tstate & TSTATE_PRIV) {
@@ -397,9 +397,3 @@ are strong objections.
 
 Thanks,
 Khalid
-
---
-To unsubscribe, send a message with 'unsubscribe linux-mm' in
-the body to majordomo@kvack.org.  For more info on Linux MM,
-see: http://www.linux-mm.org/ .
-Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>
diff --git a/a/content_digest b/N2/content_digest
index c8fb57f..c3ef678 100644
--- a/a/content_digest
+++ b/N2/content_digest
@@ -2,7 +2,7 @@
  "ref\0CAGRGNgXCcEmKU9f2XRpRv6By4QPZU7rxxTQPzSp+kahjmRTO5Q@mail.gmail.com\0"
  "From\0Khalid Aziz <khalid.aziz@oracle.com>\0"
  "Subject\0Re: [PATCH v2] sparc64: Add support for Application Data Integrity (ADI)\0"
- "Date\0Wed, 2 Mar 2016 17:25:21 -0700\0"
+ "Date\0Thu, 03 Mar 2016 00:25:21 +0000\0"
  "To\0Julian Calaby <julian.calaby@gmail.com>\0"
  "Cc\0David S. Miller <davem@davemloft.net>"
   corbet@lwn.net
@@ -183,7 +183,7 @@
  "Right, this code does not break anything on older processors and has \n"
  "been tested on older machines. init_adi() will detect the platform does \n"
  "not support ADI when it parses machine description and will leave ADI \n"
- "disabled in that case (adi_state.enabled=false).\n"
+ "disabled in that case (adi_state.enabled\303\272lse).\n"
  "\n"
  ">\n"
  ">>   config SCHED_SMT\n"
@@ -281,7 +281,7 @@
  ">> +               return;\n"
  ">> +\n"
  ">> +       pn = mdesc_node_by_name(hp, MDESC_NODE_NULL, \"cpu\");\n"
- ">> +       if (pn == MDESC_NODE_NULL)\n"
+ ">> +       if (pn = MDESC_NODE_NULL)\n"
  ">> +               goto out;\n"
  ">> +\n"
  ">> +       prop = mdesc_get_property(hp, pn, \"hwcap-list\", &len);\n"
@@ -309,7 +309,7 @@
  ">> +               goto out;\n"
  ">> +\n"
  ">> +       pn = mdesc_node_by_name(hp, MDESC_NODE_NULL, \"platform\");\n"
- ">> +       if (pn == MDESC_NODE_NULL)\n"
+ ">> +       if (pn = MDESC_NODE_NULL)\n"
  ">> +               goto out;\n"
  ">> +\n"
  ">> +       val = (u64 *) mdesc_get_property(hp, pn, \"adp-blksz\", &len);\n"
@@ -339,7 +339,7 @@
  "only. init_adi() will do the right thing whether CONFIG_SPARC_ADI is \n"
  "enabled or not. It will parse machine description on 32-bit kernels, \n"
  "detect ADI is not supported by the platform and leave \n"
- "adi_state.enabled=false. I was considering adding something like \n"
+ "adi_state.enabled\303\272lse. I was considering adding something like \n"
  "/proc/sys/vm/sparc_adi_available at later point which would get its data \n"
  "from what init_adi() detects. On the other hand, since 32-bit processors \n"
  "do not support ADI, why have even this much code run on them. I can \n"
@@ -367,7 +367,7 @@
  ">> +       }\n"
  ">> +\n"
  ">> +       if (notify_die(DIE_TRAP, \"memory corruption precise exception\", regs,\n"
- ">> +                      0, 0x8, SIGSEGV) == NOTIFY_STOP)\n"
+ ">> +                      0, 0x8, SIGSEGV) = NOTIFY_STOP)\n"
  ">> +               return;\n"
  ">> +\n"
  ">> +       if (regs->tstate & TSTATE_PRIV) {\n"
@@ -433,12 +433,6 @@
  ">\n"
  "\n"
  "Thanks,\n"
- "Khalid\n"
- "\n"
- "--\n"
- "To unsubscribe, send a message with 'unsubscribe linux-mm' in\n"
- "the body to majordomo@kvack.org.  For more info on Linux MM,\n"
- "see: http://www.linux-mm.org/ .\n"
- "Don't email: <a href=mailto:\"dont@kvack.org\"> email@kvack.org </a>"
+ Khalid
 
-f7634a94c240c91d4607211773326ec72e5f44353eca6e5c27f4e61f7fc4b610
+f9de6ac3c488e8875bb2448fe473981f74986d86f960828bf7c27c3ac89394c0

diff --git a/a/content_digest b/N3/content_digest
index c8fb57f..fc5451e 100644
--- a/a/content_digest
+++ b/N3/content_digest
@@ -32,7 +32,11 @@
   Geert Uytterhoeven <geert@linux-m68k.org>
   dave@stgolabs.net
   Alexey Dobriyan <adobriyan@gmail.com>
- " linux-doc@vger.kernel.orglinux-kernel@vger.kernel.org <linu>\0"
+  linux-doc@vger.kernel.org
+  linux-kernel@vger.kernel.org <linux-kernel@vger.kernel.org>
+  linux-mm@kvack.org
+  linux-arch@vger.kernel.org
+ " linux-api@vger.kernel.org\0"
  "\00:1\0"
  "b\0"
  "Thanks, Julian! I really appreciate your feedback.\n"
@@ -441,4 +445,4 @@
  "see: http://www.linux-mm.org/ .\n"
  "Don't email: <a href=mailto:\"dont@kvack.org\"> email@kvack.org </a>"
 
-f7634a94c240c91d4607211773326ec72e5f44353eca6e5c27f4e61f7fc4b610
+12e7eeeded094206b78ec6ad4685c4ab249cf18435dbc18fd960d5395866943b

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.