diff for duplicates of <20080422182337.GQ12774@kernel.dk> diff --git a/a/1.txt b/N1/1.txt index c2ebe18..a30931e 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -16,7 +16,7 @@ allocated on the stack. From 98cafbfd86760ccd3b0498b83b5b9ca044534b04 Mon Sep 17 00:00:00 2001 -From: Jens Axboe <jens.axboe-QHcLZuEGTsvQT0dZR+AlfA@public.gmane.org> +From: Jens Axboe <jens.axboe@oracle.com> Date: Tue, 22 Apr 2008 20:14:09 +0200 Subject: [PATCH] Add generic helpers for arch IPI function calls @@ -26,11 +26,11 @@ manner, it also adds a more scalable variant called smp_call_function_single() for calling a given function on a single CPU only. 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 ++++- @@ -143,7 +143,7 @@ index 0000000..a177a0d +/* + * 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 f45d11d..8107381 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -7,14 +7,13 @@ "ref\020080422170405.GO12774@kernel.dk\0" "ref\020080422171324.GP12774@kernel.dk\0" "ref\0alpine.LFD.1.10.0804221027210.2779@woody.linux-foundation.org\0" - "ref\0alpine.LFD.1.10.0804221027210.2779-5CScLwifNT1QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@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: [PATCH 1/11] Add generic helpers for arch IPI function calls\0" "Date\0Tue, 22 Apr 2008 20:23:38 +0200\0" - "To\0Linus Torvalds <torvalds-de/tnXTf+JLsfHDXvbKv3WD2FQJk+8+b@public.gmane.org>\0" - "Cc\0linux-arch-u79uwXL29TY76Z2rM5mHXA@public.gmane.org" - linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org - " npiggin-l3A5Bk7waGM@public.gmane.org\0" + "To\0Linus Torvalds <torvalds@linux-foundation.org>\0" + "Cc\0linux-arch@vger.kernel.org" + linux-kernel@vger.kernel.org + " npiggin@suse.de\0" "\00:1\0" "b\0" "On Tue, Apr 22 2008, Linus Torvalds wrote:\n" @@ -35,7 +34,7 @@ "\n" "\n" "From 98cafbfd86760ccd3b0498b83b5b9ca044534b04 Mon Sep 17 00:00:00 2001\n" - "From: Jens Axboe <jens.axboe-QHcLZuEGTsvQT0dZR+AlfA@public.gmane.org>\n" + "From: Jens Axboe <jens.axboe@oracle.com>\n" "Date: Tue, 22 Apr 2008 20:14:09 +0200\n" "Subject: [PATCH] Add generic helpers for arch IPI function calls\n" "\n" @@ -45,11 +44,11 @@ "for calling a given function on a single CPU only.\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" @@ -162,7 +161,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" @@ -531,4 +530,4 @@ "-- \n" Jens Axboe -8d39ac8613d3644b23b6900501fe0301de3cf26f5d8803a30e91ead210ecc415 +6f27f14e624333b296a4357cd3457f43b2cef7841f047eedfc422cc9ccf6c656
diff --git a/a/1.txt b/N2/1.txt index c2ebe18..b83d455 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -15,8 +15,8 @@ freed in the ipi interrupt handler, since the 'wait' case is always allocated on the stack. -From 98cafbfd86760ccd3b0498b83b5b9ca044534b04 Mon Sep 17 00:00:00 2001 -From: Jens Axboe <jens.axboe-QHcLZuEGTsvQT0dZR+AlfA@public.gmane.org> +>From 98cafbfd86760ccd3b0498b83b5b9ca044534b04 Mon Sep 17 00:00:00 2001 +From: Jens Axboe <jens.axboe@oracle.com> Date: Tue, 22 Apr 2008 20:14:09 +0200 Subject: [PATCH] Add generic helpers for arch IPI function calls @@ -26,11 +26,11 @@ manner, it also adds a more scalable variant called smp_call_function_single() for calling a given function on a single CPU only. 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 ++++- @@ -143,7 +143,7 @@ index 0000000..a177a0d +/* + * 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/N2/content_digest index f45d11d..d2937b3 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -7,14 +7,13 @@ "ref\020080422170405.GO12774@kernel.dk\0" "ref\020080422171324.GP12774@kernel.dk\0" "ref\0alpine.LFD.1.10.0804221027210.2779@woody.linux-foundation.org\0" - "ref\0alpine.LFD.1.10.0804221027210.2779-5CScLwifNT1QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@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: [PATCH 1/11] Add generic helpers for arch IPI function calls\0" "Date\0Tue, 22 Apr 2008 20:23:38 +0200\0" - "To\0Linus Torvalds <torvalds-de/tnXTf+JLsfHDXvbKv3WD2FQJk+8+b@public.gmane.org>\0" - "Cc\0linux-arch-u79uwXL29TY76Z2rM5mHXA@public.gmane.org" - linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org - " npiggin-l3A5Bk7waGM@public.gmane.org\0" + "To\0Linus Torvalds <torvalds@linux-foundation.org>\0" + "Cc\0linux-arch@vger.kernel.org" + linux-kernel@vger.kernel.org + " npiggin@suse.de\0" "\00:1\0" "b\0" "On Tue, Apr 22 2008, Linus Torvalds wrote:\n" @@ -34,8 +33,8 @@ "allocated on the stack.\n" "\n" "\n" - "From 98cafbfd86760ccd3b0498b83b5b9ca044534b04 Mon Sep 17 00:00:00 2001\n" - "From: Jens Axboe <jens.axboe-QHcLZuEGTsvQT0dZR+AlfA@public.gmane.org>\n" + ">From 98cafbfd86760ccd3b0498b83b5b9ca044534b04 Mon Sep 17 00:00:00 2001\n" + "From: Jens Axboe <jens.axboe@oracle.com>\n" "Date: Tue, 22 Apr 2008 20:14:09 +0200\n" "Subject: [PATCH] Add generic helpers for arch IPI function calls\n" "\n" @@ -45,11 +44,11 @@ "for calling a given function on a single CPU only.\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" @@ -162,7 +161,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" @@ -531,4 +530,4 @@ "-- \n" Jens Axboe -8d39ac8613d3644b23b6900501fe0301de3cf26f5d8803a30e91ead210ecc415 +fec546e3fc0cb89b07b942fcb827685604a430aa481eed0d38637918e6c8de27
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.