diff for duplicates of <20151023103022.GA2297@gmail.com> diff --git a/a/1.txt b/N1/1.txt index 7e7e1aa..4b1cadd 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -1,10 +1,10 @@ -* 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: @@ -23,10 +23,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(-) @@ -65,7 +65,7 @@ Ah, I take that back, now I see your patch 1/2 that changes it to phys_addr_t. 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> Thanks, diff --git a/a/content_digest b/N1/content_digest index 6227c49..7739bd9 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -2,25 +2,24 @@ "ref\01445593697-1342-1-git-send-email-ard.biesheuvel@linaro.org\0" "ref\01445593697-1342-2-git-send-email-ard.biesheuvel@linaro.org\0" "ref\020151023102728.GA1974@gmail.com\0" - "ref\020151023102728.GA1974-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:30:23 +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>\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" - "> * 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" @@ -39,10 +38,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" @@ -81,10 +80,10 @@ "\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" "Thanks,\n" "\n" "\tIngo" -11da1c27c811082b392d99d9fb3514cb0b86214b7844c4ef0744aaebbc9dae30 +a3d00e78f571453d1138b66c0b180ff192c853fba52c2da0865a5a5956f52efa
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.