All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <20080328125104.GK12346@kernel.dk>

diff --git a/a/1.txt b/N1/1.txt
index 55bf403..2d3cf96 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -26,7 +26,7 @@ On Thu, Mar 27 2008, Matthew Wilcox wrote:
 > Here's the edited patch.
 > 
 > commit 517df6fedc88af3f871cf827a62ef1a1a2073645
-> Author: Matthew Wilcox <matthew-Ztpu424NOJ8@public.gmane.org>
+> Author: Matthew Wilcox <matthew@wil.cx>
 > Date:   Thu Mar 27 09:49:26 2008 -0400
 > 
 >     Add down_spin()
@@ -35,8 +35,8 @@ On Thu, Mar 27 2008, Matthew Wilcox wrote:
 >     multiple tokens.  Unfortunately, it's currently nested inside a spinlock,
 >     so they can't sleep.  down_spin() is the cheapest solution to implement.
 >     
->     Signed-off-by: Tony Luck <tony.luck-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
->     Signed-off-by: Matthew Wilcox <willy-VuQAYsv1563Yd54FQh9/CA@public.gmane.org>
+>     Signed-off-by: Tony Luck <tony.luck@intel.com>
+>     Signed-off-by: Matthew Wilcox <willy@linux.intel.com>
 > 
 > diff --git a/include/linux/semaphore.h b/include/linux/semaphore.h
 > index a7125da..13b5f32 100644
diff --git a/a/content_digest b/N1/content_digest
index ef37982..b497eb3 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -2,17 +2,16 @@
  "ref\020080326123239.GG16721@parisc-linux.org\0"
  "ref\01FE6DD409037234FAB833C420AA843ECE9EB1C@orsmsx424.amr.corp.intel.com\0"
  "ref\020080327141508.GL16721@parisc-linux.org\0"
- "ref\020080327141508.GL16721-6jwH94ZQLHl74goWV3ctuw@public.gmane.org\0"
- "From\0Jens Axboe <jens.axboe-QHcLZuEGTsvQT0dZR+AlfA@public.gmane.org>\0"
+ "From\0Jens Axboe <jens.axboe@oracle.com>\0"
  "Subject\0Re: down_spin() implementation\0"
  "Date\0Fri, 28 Mar 2008 13:51:04 +0100\0"
- "To\0Matthew Wilcox <matthew-Ztpu424NOJ8@public.gmane.org>\0"
+ "To\0Matthew Wilcox <matthew@wil.cx>\0"
  "Cc\0Luck"
-  Tony <tony.luck-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
-  Stephen Rothwell <sfr-3FnU+UHB4dNDw9hX6IcOSA@public.gmane.org>
-  linux-arch-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
-  linux-mm-Bw31MaZKKs3YtjvyW6yDsg@public.gmane.org
- " linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org\0"
+  Tony <tony.luck@intel.com>
+  Stephen Rothwell <sfr@canb.auug.org.au>
+  linux-arch@vger.kernel.org
+  linux-mm@kvack.org
+ " linux-kernel@vger.kernel.org\0"
  "\00:1\0"
  "b\0"
  "On Thu, Mar 27 2008, Matthew Wilcox wrote:\n"
@@ -43,7 +42,7 @@
  "> Here's the edited patch.\n"
  "> \n"
  "> commit 517df6fedc88af3f871cf827a62ef1a1a2073645\n"
- "> Author: Matthew Wilcox <matthew-Ztpu424NOJ8@public.gmane.org>\n"
+ "> Author: Matthew Wilcox <matthew@wil.cx>\n"
  "> Date:   Thu Mar 27 09:49:26 2008 -0400\n"
  "> \n"
  ">     Add down_spin()\n"
@@ -52,8 +51,8 @@
  ">     multiple tokens.  Unfortunately, it's currently nested inside a spinlock,\n"
  ">     so they can't sleep.  down_spin() is the cheapest solution to implement.\n"
  ">     \n"
- ">     Signed-off-by: Tony Luck <tony.luck-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>\n"
- ">     Signed-off-by: Matthew Wilcox <willy-VuQAYsv1563Yd54FQh9/CA@public.gmane.org>\n"
+ ">     Signed-off-by: Tony Luck <tony.luck@intel.com>\n"
+ ">     Signed-off-by: Matthew Wilcox <willy@linux.intel.com>\n"
  "> \n"
  "> diff --git a/include/linux/semaphore.h b/include/linux/semaphore.h\n"
  "> index a7125da..13b5f32 100644\n"
@@ -139,4 +138,4 @@
  "-- \n"
  Jens Axboe
 
-e8592a87272d2ec6785868e734d1ce213ed682baa76c295f2972fc1da9aadb4a
+b9c329b7be2c30feaa47a7c0054a8902fb251e21243a72a12f178604afd0b3fe

diff --git a/a/1.txt b/N2/1.txt
index 55bf403..00f418c 100644
--- a/a/1.txt
+++ b/N2/1.txt
@@ -26,7 +26,7 @@ On Thu, Mar 27 2008, Matthew Wilcox wrote:
 > Here's the edited patch.
 > 
 > commit 517df6fedc88af3f871cf827a62ef1a1a2073645
-> Author: Matthew Wilcox <matthew-Ztpu424NOJ8@public.gmane.org>
+> Author: Matthew Wilcox <matthew@wil.cx>
 > Date:   Thu Mar 27 09:49:26 2008 -0400
 > 
 >     Add down_spin()
@@ -35,8 +35,8 @@ On Thu, Mar 27 2008, Matthew Wilcox wrote:
 >     multiple tokens.  Unfortunately, it's currently nested inside a spinlock,
 >     so they can't sleep.  down_spin() is the cheapest solution to implement.
 >     
->     Signed-off-by: Tony Luck <tony.luck-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
->     Signed-off-by: Matthew Wilcox <willy-VuQAYsv1563Yd54FQh9/CA@public.gmane.org>
+>     Signed-off-by: Tony Luck <tony.luck@intel.com>
+>     Signed-off-by: Matthew Wilcox <willy@linux.intel.com>
 > 
 > diff --git a/include/linux/semaphore.h b/include/linux/semaphore.h
 > index a7125da..13b5f32 100644
@@ -121,3 +121,9 @@ nasty anyway?
 
 -- 
 Jens Axboe
+
+--
+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 ef37982..6876ce2 100644
--- a/a/content_digest
+++ b/N2/content_digest
@@ -2,17 +2,16 @@
  "ref\020080326123239.GG16721@parisc-linux.org\0"
  "ref\01FE6DD409037234FAB833C420AA843ECE9EB1C@orsmsx424.amr.corp.intel.com\0"
  "ref\020080327141508.GL16721@parisc-linux.org\0"
- "ref\020080327141508.GL16721-6jwH94ZQLHl74goWV3ctuw@public.gmane.org\0"
- "From\0Jens Axboe <jens.axboe-QHcLZuEGTsvQT0dZR+AlfA@public.gmane.org>\0"
+ "From\0Jens Axboe <jens.axboe@oracle.com>\0"
  "Subject\0Re: down_spin() implementation\0"
  "Date\0Fri, 28 Mar 2008 13:51:04 +0100\0"
- "To\0Matthew Wilcox <matthew-Ztpu424NOJ8@public.gmane.org>\0"
+ "To\0Matthew Wilcox <matthew@wil.cx>\0"
  "Cc\0Luck"
-  Tony <tony.luck-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
-  Stephen Rothwell <sfr-3FnU+UHB4dNDw9hX6IcOSA@public.gmane.org>
-  linux-arch-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
-  linux-mm-Bw31MaZKKs3YtjvyW6yDsg@public.gmane.org
- " linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org\0"
+  Tony <tony.luck@intel.com>
+  Stephen Rothwell <sfr@canb.auug.org.au>
+  linux-arch@vger.kernel.org
+  linux-mm@kvack.org
+ " linux-kernel@vger.kernel.org\0"
  "\00:1\0"
  "b\0"
  "On Thu, Mar 27 2008, Matthew Wilcox wrote:\n"
@@ -43,7 +42,7 @@
  "> Here's the edited patch.\n"
  "> \n"
  "> commit 517df6fedc88af3f871cf827a62ef1a1a2073645\n"
- "> Author: Matthew Wilcox <matthew-Ztpu424NOJ8@public.gmane.org>\n"
+ "> Author: Matthew Wilcox <matthew@wil.cx>\n"
  "> Date:   Thu Mar 27 09:49:26 2008 -0400\n"
  "> \n"
  ">     Add down_spin()\n"
@@ -52,8 +51,8 @@
  ">     multiple tokens.  Unfortunately, it's currently nested inside a spinlock,\n"
  ">     so they can't sleep.  down_spin() is the cheapest solution to implement.\n"
  ">     \n"
- ">     Signed-off-by: Tony Luck <tony.luck-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>\n"
- ">     Signed-off-by: Matthew Wilcox <willy-VuQAYsv1563Yd54FQh9/CA@public.gmane.org>\n"
+ ">     Signed-off-by: Tony Luck <tony.luck@intel.com>\n"
+ ">     Signed-off-by: Matthew Wilcox <willy@linux.intel.com>\n"
  "> \n"
  "> diff --git a/include/linux/semaphore.h b/include/linux/semaphore.h\n"
  "> index a7125da..13b5f32 100644\n"
@@ -137,6 +136,12 @@
  "nasty anyway?\n"
  "\n"
  "-- \n"
- Jens Axboe
+ "Jens Axboe\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>"
 
-e8592a87272d2ec6785868e734d1ce213ed682baa76c295f2972fc1da9aadb4a
+c059a8202e69b69673d6312e1b22bf29e78a0c87dc44feb5968928483330f5cd

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.