All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <5457CEB4.9020700@gmail.com>

diff --git a/a/1.txt b/N1/1.txt
index 771d6bf..48da0e0 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -15,8 +15,8 @@ On 11/03/2014 08:45 AM, Michal Nazarewicz wrote:
 >> anyway?
 > 
 > We're guarding against situations where process may hang around
-> arbitrarily long time after receiving SIGKILL.  If user does ?kill -9
-> $pid? the usual expectation is that the $pid process will die within
+> arbitrarily long time after receiving SIGKILL.  If user does a??kill -9
+> $pida?? the usual expectation is that the $pid process will die within
 > seconds and anything longer is perceived by user as a bug.
 > 
 > What problem are *you* trying to solve?  If user sent SIGKILL to
@@ -48,3 +48,9 @@ to user-space.
 Thanks
 --
 Florian
+
+--
+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 41e6b99..fa3a3a4 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -2,10 +2,22 @@
  "ref\020141031082818.GB14642@js1304-P5Q-DELUXE\0"
  "ref\05453F80C.4090006@gmail.com\0"
  "ref\0xa1tlhnsw7v8.fsf@mina86.com\0"
- "From\0f.fainelli@gmail.com (Florian Fainelli)\0"
- "Subject\0DMA allocations from CMA and fatal_signal_pending check\0"
+ "From\0Florian Fainelli <f.fainelli@gmail.com>\0"
+ "Subject\0Re: DMA allocations from CMA and fatal_signal_pending check\0"
  "Date\0Mon, 03 Nov 2014 10:51:32 -0800\0"
- "To\0linux-arm-kernel@lists.infradead.org\0"
+ "To\0Michal Nazarewicz <mina86@mina86.com>"
+ " Joonsoo Kim <iamjoonsoo.kim@lge.com>\0"
+ "Cc\0linux-arm-kernel@lists.infradead.org"
+  Brian Norris <computersforpeace@gmail.com>
+  Gregory Fong <gregory.0xf0@gmail.com>
+  linux-kernel@vger.kernel.org
+  linux-mm@kvack.org
+  lauraa@codeaurora.org
+  gioh.kim@lge.com
+  aneesh.kumar@linux.vnet.ibm.com
+  m.szyprowski@samsung.com
+  akpm@linux-foundation.org
+ " netdev@vger.kernel.org <netdev@vger.kernel.org>\0"
  "\00:1\0"
  "b\0"
  "On 11/03/2014 08:45 AM, Michal Nazarewicz wrote:\n"
@@ -25,8 +37,8 @@
  ">> anyway?\n"
  "> \n"
  "> We're guarding against situations where process may hang around\n"
- "> arbitrarily long time after receiving SIGKILL.  If user does ?kill -9\n"
- "> $pid? the usual expectation is that the $pid process will die within\n"
+ "> arbitrarily long time after receiving SIGKILL.  If user does a??kill -9\n"
+ "> $pida?? the usual expectation is that the $pid process will die within\n"
  "> seconds and anything longer is perceived by user as a bug.\n"
  "> \n"
  "> What problem are *you* trying to solve?  If user sent SIGKILL to\n"
@@ -57,6 +69,12 @@
  "\n"
  "Thanks\n"
  "--\n"
- Florian
+ "Florian\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>"
 
-6fe47dd95a81f3298e8f697be757d48437275d25c5dd452904dae5843fabf7ac
+352bcca9fbfb60db691c7b1f73a53e13a2174da65d8f25c3bf613490e752cc3d

diff --git a/a/1.txt b/N2/1.txt
index 771d6bf..4c17def 100644
--- a/a/1.txt
+++ b/N2/1.txt
@@ -15,8 +15,8 @@ On 11/03/2014 08:45 AM, Michal Nazarewicz wrote:
 >> anyway?
 > 
 > We're guarding against situations where process may hang around
-> arbitrarily long time after receiving SIGKILL.  If user does ?kill -9
-> $pid? the usual expectation is that the $pid process will die within
+> arbitrarily long time after receiving SIGKILL.  If user does “kill -9
+> $pid” the usual expectation is that the $pid process will die within
 > seconds and anything longer is perceived by user as a bug.
 > 
 > What problem are *you* trying to solve?  If user sent SIGKILL to
diff --git a/a/content_digest b/N2/content_digest
index 41e6b99..996b379 100644
--- a/a/content_digest
+++ b/N2/content_digest
@@ -2,10 +2,22 @@
  "ref\020141031082818.GB14642@js1304-P5Q-DELUXE\0"
  "ref\05453F80C.4090006@gmail.com\0"
  "ref\0xa1tlhnsw7v8.fsf@mina86.com\0"
- "From\0f.fainelli@gmail.com (Florian Fainelli)\0"
- "Subject\0DMA allocations from CMA and fatal_signal_pending check\0"
+ "From\0Florian Fainelli <f.fainelli@gmail.com>\0"
+ "Subject\0Re: DMA allocations from CMA and fatal_signal_pending check\0"
  "Date\0Mon, 03 Nov 2014 10:51:32 -0800\0"
- "To\0linux-arm-kernel@lists.infradead.org\0"
+ "To\0Michal Nazarewicz <mina86@mina86.com>"
+ " Joonsoo Kim <iamjoonsoo.kim@lge.com>\0"
+ "Cc\0linux-arm-kernel@lists.infradead.org"
+  Brian Norris <computersforpeace@gmail.com>
+  Gregory Fong <gregory.0xf0@gmail.com>
+  linux-kernel@vger.kernel.org
+  linux-mm@kvack.org
+  lauraa@codeaurora.org
+  gioh.kim@lge.com
+  aneesh.kumar@linux.vnet.ibm.com
+  m.szyprowski@samsung.com
+  akpm@linux-foundation.org
+ " netdev@vger.kernel.org <netdev@vger.kernel.org>\0"
  "\00:1\0"
  "b\0"
  "On 11/03/2014 08:45 AM, Michal Nazarewicz wrote:\n"
@@ -25,8 +37,8 @@
  ">> anyway?\n"
  "> \n"
  "> We're guarding against situations where process may hang around\n"
- "> arbitrarily long time after receiving SIGKILL.  If user does ?kill -9\n"
- "> $pid? the usual expectation is that the $pid process will die within\n"
+ "> arbitrarily long time after receiving SIGKILL.  If user does \342\200\234kill -9\n"
+ "> $pid\342\200\235 the usual expectation is that the $pid process will die within\n"
  "> seconds and anything longer is perceived by user as a bug.\n"
  "> \n"
  "> What problem are *you* trying to solve?  If user sent SIGKILL to\n"
@@ -59,4 +71,4 @@
  "--\n"
  Florian
 
-6fe47dd95a81f3298e8f697be757d48437275d25c5dd452904dae5843fabf7ac
+ed33b07cdc5bc7d35b9863ddf67e4184f55ed826ad10872a663f937499d8f7be

diff --git a/a/1.txt b/N3/1.txt
index 771d6bf..dc72369 100644
--- a/a/1.txt
+++ b/N3/1.txt
@@ -15,8 +15,8 @@ On 11/03/2014 08:45 AM, Michal Nazarewicz wrote:
 >> anyway?
 > 
 > We're guarding against situations where process may hang around
-> arbitrarily long time after receiving SIGKILL.  If user does ?kill -9
-> $pid? the usual expectation is that the $pid process will die within
+> arbitrarily long time after receiving SIGKILL.  If user does “kill -9
+> $pid” the usual expectation is that the $pid process will die within
 > seconds and anything longer is perceived by user as a bug.
 > 
 > What problem are *you* trying to solve?  If user sent SIGKILL to
@@ -48,3 +48,9 @@ to user-space.
 Thanks
 --
 Florian
+
+--
+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/N3/content_digest
index 41e6b99..7cfaa50 100644
--- a/a/content_digest
+++ b/N3/content_digest
@@ -2,10 +2,22 @@
  "ref\020141031082818.GB14642@js1304-P5Q-DELUXE\0"
  "ref\05453F80C.4090006@gmail.com\0"
  "ref\0xa1tlhnsw7v8.fsf@mina86.com\0"
- "From\0f.fainelli@gmail.com (Florian Fainelli)\0"
- "Subject\0DMA allocations from CMA and fatal_signal_pending check\0"
+ "From\0Florian Fainelli <f.fainelli@gmail.com>\0"
+ "Subject\0Re: DMA allocations from CMA and fatal_signal_pending check\0"
  "Date\0Mon, 03 Nov 2014 10:51:32 -0800\0"
- "To\0linux-arm-kernel@lists.infradead.org\0"
+ "To\0Michal Nazarewicz <mina86@mina86.com>"
+ " Joonsoo Kim <iamjoonsoo.kim@lge.com>\0"
+ "Cc\0linux-arm-kernel@lists.infradead.org"
+  Brian Norris <computersforpeace@gmail.com>
+  Gregory Fong <gregory.0xf0@gmail.com>
+  linux-kernel@vger.kernel.org
+  linux-mm@kvack.org
+  lauraa@codeaurora.org
+  gioh.kim@lge.com
+  aneesh.kumar@linux.vnet.ibm.com
+  m.szyprowski@samsung.com
+  akpm@linux-foundation.org
+ " netdev@vger.kernel.org <netdev@vger.kernel.org>\0"
  "\00:1\0"
  "b\0"
  "On 11/03/2014 08:45 AM, Michal Nazarewicz wrote:\n"
@@ -25,8 +37,8 @@
  ">> anyway?\n"
  "> \n"
  "> We're guarding against situations where process may hang around\n"
- "> arbitrarily long time after receiving SIGKILL.  If user does ?kill -9\n"
- "> $pid? the usual expectation is that the $pid process will die within\n"
+ "> arbitrarily long time after receiving SIGKILL.  If user does \342\200\234kill -9\n"
+ "> $pid\342\200\235 the usual expectation is that the $pid process will die within\n"
  "> seconds and anything longer is perceived by user as a bug.\n"
  "> \n"
  "> What problem are *you* trying to solve?  If user sent SIGKILL to\n"
@@ -57,6 +69,12 @@
  "\n"
  "Thanks\n"
  "--\n"
- Florian
+ "Florian\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>"
 
-6fe47dd95a81f3298e8f697be757d48437275d25c5dd452904dae5843fabf7ac
+22294d56f575a996bbbf389d97224651e2402b6d316aed490fbf1b5bc804ce7e

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.