All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <20080427005816.GB21687@linux.vnet.ibm.com>

diff --git a/a/1.txt b/N1/1.txt
index 9e15867..0f7d52d 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -1,5 +1,5 @@
 On Fri, Apr 25, 2008 at 11:11:00PM -0700, Andrew Morton wrote:
-> > On Tue, 22 Apr 2008 20:50:17 +0200 Jens Axboe <jens.axboe-QHcLZuEGTsvQT0dZR+AlfA@public.gmane.org> wrote:
+> > On Tue, 22 Apr 2008 20:50:17 +0200 Jens Axboe <jens.axboe@oracle.com> wrote:
 > > This adds kernel/smp.c which contains helpers for IPI function calls. In
 > > addition to supporting the existing smp_call_function() in a more efficient
 > > manner, it also adds a more scalable variant called smp_call_function_single()
@@ -12,11 +12,11 @@ Probably just blind...
 See comments interspersed below.
 
 > > The core of this is based on the x86-64 patch from Nick Piggin, lots of
-> > changes since then. "Alan D. Brunelle" <Alan.Brunelle-VXdhtT5mjnY@public.gmane.org> has
+> > changes since then. "Alan D. Brunelle" <Alan.Brunelle@hp.com> has
 > > contributed lots of fixes and suggestions as well.
 > > 
-> > Acked-by: Ingo Molnar <mingo-X9Un+BFzKDI@public.gmane.org>
-> > Signed-off-by: Jens Axboe <jens.axboe-QHcLZuEGTsvQT0dZR+AlfA@public.gmane.org>
+> > Acked-by: Ingo Molnar <mingo@elte.hu>
+> > Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
 > > ---
 > >  arch/Kconfig        |    3 +
 > >  include/linux/smp.h |   27 ++++-
@@ -134,7 +134,7 @@ See comments interspersed below.
 > > +/*
 > > + * Generic helpers for smp ipi calls
 > > + *
-> > + * (C) Jens Axboe <jens.axboe-QHcLZuEGTsvQT0dZR+AlfA@public.gmane.org> 2008
+> > + * (C) Jens Axboe <jens.axboe@oracle.com> 2008
 > > + *
 > > + */
 > > +#include <linux/init.h>
diff --git a/a/content_digest b/N1/content_digest
index df98d72..40c7df9 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,22 +1,21 @@
  "ref\01208890227-24808-1-git-send-email-jens.axboe@oracle.com\0"
  "ref\01208890227-24808-2-git-send-email-jens.axboe@oracle.com\0"
  "ref\020080425231100.b93a1601.akpm@linux-foundation.org\0"
- "ref\020080425231100.b93a1601.akpm-de/tnXTf+JLsfHDXvbKv3WD2FQJk+8+b@public.gmane.org\0"
- "From\0Paul E. McKenney <paulmck-23VcF4HTsmIX0ybBhKVfKdBPR1lH4CV8@public.gmane.org>\0"
+ "From\0Paul E. McKenney <paulmck@linux.vnet.ibm.com>\0"
  "Subject\0Re: [PATCH 1/11] Add generic helpers for arch IPI function calls\0"
  "Date\0Sat, 26 Apr 2008 17:58:16 -0700\0"
- "To\0Andrew Morton <akpm-de/tnXTf+JLsfHDXvbKv3WD2FQJk+8+b@public.gmane.org>\0"
- "Cc\0Jens Axboe <jens.axboe-QHcLZuEGTsvQT0dZR+AlfA@public.gmane.org>"
-  linux-arch-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
-  linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
-  npiggin-l3A5Bk7waGM@public.gmane.org
-  torvalds-de/tnXTf+JLsfHDXvbKv3WD2FQJk+8+b@public.gmane.org
-  peterz-wEGCiKHe2LqWVfeAwA7xHQ@public.gmane.org
- " sam-uyr5N9Q2VtJg9hUCZPvPmw@public.gmane.org\0"
+ "To\0Andrew Morton <akpm@linux-foundation.org>\0"
+ "Cc\0Jens Axboe <jens.axboe@oracle.com>"
+  linux-arch@vger.kernel.org
+  linux-kernel@vger.kernel.org
+  npiggin@suse.de
+  torvalds@linux-foundation.org
+  peterz@infradead.org
+ " sam@ravnborg.org\0"
  "\00:1\0"
  "b\0"
  "On Fri, Apr 25, 2008 at 11:11:00PM -0700, Andrew Morton wrote:\n"
- "> > On Tue, 22 Apr 2008 20:50:17 +0200 Jens Axboe <jens.axboe-QHcLZuEGTsvQT0dZR+AlfA@public.gmane.org> wrote:\n"
+ "> > On Tue, 22 Apr 2008 20:50:17 +0200 Jens Axboe <jens.axboe@oracle.com> wrote:\n"
  "> > This adds kernel/smp.c which contains helpers for IPI function calls. In\n"
  "> > addition to supporting the existing smp_call_function() in a more efficient\n"
  "> > manner, it also adds a more scalable variant called smp_call_function_single()\n"
@@ -29,11 +28,11 @@
  "See comments interspersed below.\n"
  "\n"
  "> > The core of this is based on the x86-64 patch from Nick Piggin, lots of\n"
- "> > changes since then. \"Alan D. Brunelle\" <Alan.Brunelle-VXdhtT5mjnY@public.gmane.org> has\n"
+ "> > changes since then. \"Alan D. Brunelle\" <Alan.Brunelle@hp.com> has\n"
  "> > contributed lots of fixes and suggestions as well.\n"
  "> > \n"
- "> > Acked-by: Ingo Molnar <mingo-X9Un+BFzKDI@public.gmane.org>\n"
- "> > Signed-off-by: Jens Axboe <jens.axboe-QHcLZuEGTsvQT0dZR+AlfA@public.gmane.org>\n"
+ "> > Acked-by: Ingo Molnar <mingo@elte.hu>\n"
+ "> > Signed-off-by: Jens Axboe <jens.axboe@oracle.com>\n"
  "> > ---\n"
  "> >  arch/Kconfig        |    3 +\n"
  "> >  include/linux/smp.h |   27 ++++-\n"
@@ -151,7 +150,7 @@
  "> > +/*\n"
  "> > + * Generic helpers for smp ipi calls\n"
  "> > + *\n"
- "> > + * (C) Jens Axboe <jens.axboe-QHcLZuEGTsvQT0dZR+AlfA@public.gmane.org> 2008\n"
+ "> > + * (C) Jens Axboe <jens.axboe@oracle.com> 2008\n"
  "> > + *\n"
  "> > + */\n"
  "> > +#include <linux/init.h>\n"
@@ -652,4 +651,4 @@
  "> > +EXPORT_SYMBOL(smp_call_function_mask);\n"
  >
 
-3ee805966797685bd975c2a8545740ae2f2f7d7568bb2a9f9878be24d55e13f0
+2c61f4a1263c584800240b86dcccb41da83a279fdc22a144a5f465d940a6d044

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.