diff for duplicates of <20151023103328.GA3486@gmail.com> diff --git a/a/1.txt b/N1/1.txt index 80026b2..e7f1c9c 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -1,13 +1,13 @@ -* Ingo Molnar <mingo-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org> wrote: +* Ingo Molnar <mingo@kernel.org> wrote: > -> * Ingo Molnar <mingo-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org> wrote: +> * Ingo Molnar <mingo@kernel.org> wrote: > > > -> > * Ard Biesheuvel <ard.biesheuvel-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org> wrote: +> > * Ard Biesheuvel <ard.biesheuvel@linaro.org> wrote: > > -> > > From: Taku Izumi <izumi.taku-+CUm20s59erQFUHtdCDX3A@public.gmane.org> +> > > From: Taku Izumi <izumi.taku@jp.fujitsu.com> > > > > > > Commit 0f96a99dab36 ("efi: Add "efi_fake_mem" boot option") > > > introduces the following warning message: @@ -26,10 +26,10 @@ > > > from "u64" to "phys_addr_t" to align with the types of > > > memblock_alloc() and struct efi_memory_map::phys_map. > > > -> > > Reported-by: Ingo Molnar <mingo-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org> -> > > Signed-off-by: Taku Izumi <izumi.taku-+CUm20s59erQFUHtdCDX3A@public.gmane.org> +> > > Reported-by: Ingo Molnar <mingo@kernel.org> +> > > Signed-off-by: Taku Izumi <izumi.taku@jp.fujitsu.com> > > > [ard.biesheuvel: removed void* cast, updated commit log] -> > > Signed-off-by: Ard Biesheuvel <ard.biesheuvel-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org> +> > > Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org> > > > --- > > > drivers/firmware/efi/fake_mem.c | 4 ++-- > > > 1 file changed, 2 insertions(+), 2 deletions(-) @@ -68,7 +68,7 @@ > > That's the right solution, and it also cleans up the code: > -> Reviewed-by: Ingo Molnar <mingo-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org> +> Reviewed-by: Ingo Molnar <mingo@kernel.org> Matt, do you want to take these fixes, or should I apply them directly? diff --git a/a/content_digest b/N1/content_digest index d7e4a3d..d011f3e 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -3,28 +3,28 @@ "ref\01445593697-1342-2-git-send-email-ard.biesheuvel@linaro.org\0" "ref\020151023102728.GA1974@gmail.com\0" "ref\020151023103022.GA2297@gmail.com\0" - "ref\020151023103022.GA2297-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org\0" - "From\0Ingo Molnar <mingo-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>\0" + "From\0Ingo Molnar <mingo@kernel.org>\0" "Subject\0Re: [PATCH 2/2] efi: Fix warning of int-to-pointer-cast on x86 32-bit builds\0" "Date\0Fri, 23 Oct 2015 12:33:29 +0200\0" - "To\0Ard Biesheuvel <ard.biesheuvel-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>\0" - "Cc\0linux-efi-u79uwXL29TY76Z2rM5mHXA@public.gmane.org" - izumi.taku-+CUm20s59erQFUHtdCDX3A@public.gmane.org - matt.fleming-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org - linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org - " kamezawa.hiroyu-+CUm20s59erQFUHtdCDX3A@public.gmane.org\0" + "To\0Ard Biesheuvel <ard.biesheuvel@linaro.org>" + " Matt Fleming <matt.fleming@intel.com>\0" + "Cc\0linux-efi@vger.kernel.org" + izumi.taku@jp.fujitsu.com + matt.fleming@intel.com + linux-kernel@vger.kernel.org + " kamezawa.hiroyu@jp.fujitsu.com\0" "\00:1\0" "b\0" "\n" - "* Ingo Molnar <mingo-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org> wrote:\n" + "* Ingo Molnar <mingo@kernel.org> wrote:\n" "\n" "> \n" - "> * Ingo Molnar <mingo-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org> wrote:\n" + "> * Ingo Molnar <mingo@kernel.org> wrote:\n" "> \n" "> > \n" - "> > * Ard Biesheuvel <ard.biesheuvel-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org> wrote:\n" + "> > * Ard Biesheuvel <ard.biesheuvel@linaro.org> wrote:\n" "> > \n" - "> > > From: Taku Izumi <izumi.taku-+CUm20s59erQFUHtdCDX3A@public.gmane.org>\n" + "> > > From: Taku Izumi <izumi.taku@jp.fujitsu.com>\n" "> > > \n" "> > > Commit 0f96a99dab36 (\"efi: Add \"efi_fake_mem\" boot option\")\n" "> > > introduces the following warning message:\n" @@ -43,10 +43,10 @@ "> > > from \"u64\" to \"phys_addr_t\" to align with the types of\n" "> > > memblock_alloc() and struct efi_memory_map::phys_map.\n" "> > > \n" - "> > > Reported-by: Ingo Molnar <mingo-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>\n" - "> > > Signed-off-by: Taku Izumi <izumi.taku-+CUm20s59erQFUHtdCDX3A@public.gmane.org>\n" + "> > > Reported-by: Ingo Molnar <mingo@kernel.org>\n" + "> > > Signed-off-by: Taku Izumi <izumi.taku@jp.fujitsu.com>\n" "> > > [ard.biesheuvel: removed void* cast, updated commit log]\n" - "> > > Signed-off-by: Ard Biesheuvel <ard.biesheuvel-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>\n" + "> > > Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>\n" "> > > ---\n" "> > > drivers/firmware/efi/fake_mem.c | 4 ++--\n" "> > > 1 file changed, 2 insertions(+), 2 deletions(-)\n" @@ -85,7 +85,7 @@ "> \n" "> That's the right solution, and it also cleans up the code:\n" "> \n" - "> Reviewed-by: Ingo Molnar <mingo-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>\n" + "> Reviewed-by: Ingo Molnar <mingo@kernel.org>\n" "\n" "Matt, do you want to take these fixes, or should I apply them directly?\n" "\n" @@ -93,4 +93,4 @@ "\n" "\tIngo" -c58dfed037698ea57810d6f593ad742055c37255190ddd34e393ede5063dd8f3 +cd82e404961c7680926df758f6d819c8cdbe19e26d93f1ada2a193a707673031
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.