All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <877dm4uura.fsf@oracle.com>

diff --git a/a/1.txt b/N1/1.txt
index 7d6a7de..07a3c76 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -1,4 +1,4 @@
-Alexey Klimov <aklimov-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org> writes:
+Alexey Klimov <aklimov@redhat.com> writes:
 > When a CPU offlined and onlined via device_offline() and device_online()
 > the userspace gets uevent notification. If, after receiving "online" uevent,
 > userspace executes sched_setaffinity() on some task trying to move it
@@ -27,11 +27,11 @@ Alexey Klimov <aklimov-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org> writes:
 > has run to completion using cpuset_wait_for_hotplug() after onlining the
 > cpu in cpu_device_up() and in cpuhp_smt_enable().
 >
-> Cc: Daniel Jordan <daniel.m.jordan-QHcLZuEGTsvQT0dZR+AlfA@public.gmane.org>
-> Reviewed-by: Qais Yousef <qais.yousef-5wv7dgnIgG8@public.gmane.org>
-> Co-analyzed-by: Joshua Baker <jobaker-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
-> Signed-off-by: Alexey Klimov <aklimov-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
+> Cc: Daniel Jordan <daniel.m.jordan@oracle.com>
+> Reviewed-by: Qais Yousef <qais.yousef@arm.com>
+> Co-analyzed-by: Joshua Baker <jobaker@redhat.com>
+> Signed-off-by: Alexey Klimov <aklimov@redhat.com>
 
 Looks good to me.
 
-Reviewed-by: Daniel Jordan <daniel.m.jordan-QHcLZuEGTsvQT0dZR+AlfA@public.gmane.org>
+Reviewed-by: Daniel Jordan <daniel.m.jordan@oracle.com>
diff --git a/a/content_digest b/N1/content_digest
index 4031568..5e9b58c 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,26 +1,25 @@
  "ref\020210317003616.2817418-1-aklimov@redhat.com\0"
- "ref\020210317003616.2817418-1-aklimov-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org\0"
- "From\0Daniel Jordan <daniel.m.jordan-QHcLZuEGTsvQT0dZR+AlfA@public.gmane.org>\0"
+ "From\0Daniel Jordan <daniel.m.jordan@oracle.com>\0"
  "Subject\0Re: [PATCH v3] cpu/hotplug: wait for cpuset_hotplug_work to finish on cpu onlining\0"
  "Date\0Thu, 18 Mar 2021 15:28:09 -0400\0"
- "To\0Alexey Klimov <aklimov-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>"
-  linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
- " cgroups-u79uwXL29TY76Z2rM5mHXA@public.gmane.org\0"
- "Cc\0peterz-wEGCiKHe2LqWVfeAwA7xHQ@public.gmane.org"
-  yury.norov-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org
-  tglx-hfZtesqFncYOwBW4kG4KsQ@public.gmane.org
-  jobaker-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org
-  audralmitchel-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org
-  arnd-r2nGTMty4D4@public.gmane.org
-  gregkh-hQyY1W1yCW8ekmWlsbkhG0B+6BGkLq7r@public.gmane.org
-  rafael-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org
-  tj-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org
-  qais.yousef-5wv7dgnIgG8@public.gmane.org
-  hannes-druUgvl0LCNAfugRpC6u6w@public.gmane.org
- " klimov.linux-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org\0"
+ "To\0Alexey Klimov <aklimov@redhat.com>"
+  linux-kernel@vger.kernel.org
+ " cgroups@vger.kernel.org\0"
+ "Cc\0peterz@infradead.org"
+  yury.norov@gmail.com
+  tglx@linutronix.de
+  jobaker@redhat.com
+  audralmitchel@gmail.com
+  arnd@arndb.de
+  gregkh@linuxfoundation.org
+  rafael@kernel.org
+  tj@kernel.org
+  qais.yousef@arm.com
+  hannes@cmpxchg.org
+ " klimov.linux@gmail.com\0"
  "\00:1\0"
  "b\0"
- "Alexey Klimov <aklimov-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org> writes:\n"
+ "Alexey Klimov <aklimov@redhat.com> writes:\n"
  "> When a CPU offlined and onlined via device_offline() and device_online()\n"
  "> the userspace gets uevent notification. If, after receiving \"online\" uevent,\n"
  "> userspace executes sched_setaffinity() on some task trying to move it\n"
@@ -49,13 +48,13 @@
  "> has run to completion using cpuset_wait_for_hotplug() after onlining the\n"
  "> cpu in cpu_device_up() and in cpuhp_smt_enable().\n"
  ">\n"
- "> Cc: Daniel Jordan <daniel.m.jordan-QHcLZuEGTsvQT0dZR+AlfA@public.gmane.org>\n"
- "> Reviewed-by: Qais Yousef <qais.yousef-5wv7dgnIgG8@public.gmane.org>\n"
- "> Co-analyzed-by: Joshua Baker <jobaker-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>\n"
- "> Signed-off-by: Alexey Klimov <aklimov-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>\n"
+ "> Cc: Daniel Jordan <daniel.m.jordan@oracle.com>\n"
+ "> Reviewed-by: Qais Yousef <qais.yousef@arm.com>\n"
+ "> Co-analyzed-by: Joshua Baker <jobaker@redhat.com>\n"
+ "> Signed-off-by: Alexey Klimov <aklimov@redhat.com>\n"
  "\n"
  "Looks good to me.\n"
  "\n"
- Reviewed-by: Daniel Jordan <daniel.m.jordan-QHcLZuEGTsvQT0dZR+AlfA@public.gmane.org>
+ Reviewed-by: Daniel Jordan <daniel.m.jordan@oracle.com>
 
-f229d116c131f620fb7adeea384d11806eb5c63560c17bea0a55a1cecdc5f7ad
+7d0114cd91fabaad8dccc05e4a9d7a941e6dd12ec59c884c34f61c35f85c4340

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.