diff for duplicates of <20130830124518.68BBA3E102A@localhost> diff --git a/a/1.txt b/N1/1.txt index e4f37d7..c5ed9b8 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -1,21 +1,21 @@ -On Tue, 13 Aug 2013 09:56:20 -0400, Mark Salter <msalter-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org> wrote: +On Tue, 13 Aug 2013 09:56:20 -0400, Mark Salter <msalter@redhat.com> wrote: > On Fri, 2013-08-09 at 16:26 -0700, Roy Franz wrote: > > No code changes made, just moving functions from x86 arch directory > > to common location. > > Code is shared using #include, similar to how decompression code > > is shared among architectures. > > -> > Signed-off-by: Roy Franz <roy.franz-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org> +> > Signed-off-by: Roy Franz <roy.franz@linaro.org> > > --- > > Tested on arm64. > -> Acked-by: Mark Salter <msalter-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org> +> Acked-by: Mark Salter <msalter@redhat.com> Looks okay to me. I'm not a big fan of #including .c files, but I'm okay with it as-is for the time being. It can be revisited later to investigate a clean way to compile these functions as a separate .o file. -Reviewed-by: Grant Likely <grant.likely-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org> +Reviewed-by: Grant Likely <grant.likely@linaro.org> g. diff --git a/a/content_digest b/N1/content_digest index 6c163e6..72a10c2 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,41 +1,32 @@ "ref\01376090777-20090-1-git-send-email-roy.franz@linaro.org\0" "ref\01376090777-20090-2-git-send-email-roy.franz@linaro.org\0" "ref\01376402180.27484.12.camel@t520.redhat.com\0" - "ref\01376402180.27484.12.camel-CeaHKw3YYu2ny3qCrzbmXA@public.gmane.org\0" - "From\0Grant Likely <grant.likely-s3s/WqlpOiPyB63q8FvJNQ@public.gmane.org>\0" - "Subject\0Re: [PATCH 01/16] Move common EFI stub code from x86 arch code to common location\0" + "From\0grant.likely@secretlab.ca (Grant Likely)\0" + "Subject\0[PATCH 01/16] Move common EFI stub code from x86 arch code to common location\0" "Date\0Fri, 30 Aug 2013 13:45:18 +0100\0" - "To\0Mark Salter <msalter-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>" - " Roy Franz <roy.franz-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>\0" - "Cc\0linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org" - linux-efi-u79uwXL29TY76Z2rM5mHXA@public.gmane.org - linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org - matt.fleming-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org - linux-lFZ/pmaqli7XmaaqVzeoHQ@public.gmane.org - leif.lindholm-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org - " dave.martin-5wv7dgnIgG8@public.gmane.org\0" + "To\0linux-arm-kernel@lists.infradead.org\0" "\00:1\0" "b\0" - "On Tue, 13 Aug 2013 09:56:20 -0400, Mark Salter <msalter-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org> wrote:\n" + "On Tue, 13 Aug 2013 09:56:20 -0400, Mark Salter <msalter@redhat.com> wrote:\n" "> On Fri, 2013-08-09 at 16:26 -0700, Roy Franz wrote:\n" "> > No code changes made, just moving functions from x86 arch directory\n" "> > to common location.\n" "> > Code is shared using #include, similar to how decompression code\n" "> > is shared among architectures.\n" "> > \n" - "> > Signed-off-by: Roy Franz <roy.franz-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>\n" + "> > Signed-off-by: Roy Franz <roy.franz@linaro.org>\n" "> > ---\n" "> \n" "> Tested on arm64.\n" "> \n" - "> Acked-by: Mark Salter <msalter-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>\n" + "> Acked-by: Mark Salter <msalter@redhat.com>\n" "\n" "Looks okay to me. I'm not a big fan of #including .c files, but I'm okay\n" "with it as-is for the time being. It can be revisited later to\n" "investigate a clean way to compile these functions as a separate .o file.\n" "\n" - "Reviewed-by: Grant Likely <grant.likely-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>\n" + "Reviewed-by: Grant Likely <grant.likely@linaro.org>\n" "\n" g. -3a04c636c1ccf198fc4638b823e86098aca96d3ca7870b765b95b6936fe0100b +7b88512a835c355e4da447febdb4e6abc14000eaa22ca5d9ad97b4d849323f01
diff --git a/a/1.txt b/N2/1.txt index e4f37d7..c5ed9b8 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -1,21 +1,21 @@ -On Tue, 13 Aug 2013 09:56:20 -0400, Mark Salter <msalter-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org> wrote: +On Tue, 13 Aug 2013 09:56:20 -0400, Mark Salter <msalter@redhat.com> wrote: > On Fri, 2013-08-09 at 16:26 -0700, Roy Franz wrote: > > No code changes made, just moving functions from x86 arch directory > > to common location. > > Code is shared using #include, similar to how decompression code > > is shared among architectures. > > -> > Signed-off-by: Roy Franz <roy.franz-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org> +> > Signed-off-by: Roy Franz <roy.franz@linaro.org> > > --- > > Tested on arm64. > -> Acked-by: Mark Salter <msalter-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org> +> Acked-by: Mark Salter <msalter@redhat.com> Looks okay to me. I'm not a big fan of #including .c files, but I'm okay with it as-is for the time being. It can be revisited later to investigate a clean way to compile these functions as a separate .o file. -Reviewed-by: Grant Likely <grant.likely-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org> +Reviewed-by: Grant Likely <grant.likely@linaro.org> g. diff --git a/a/content_digest b/N2/content_digest index 6c163e6..eb89b78 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -1,41 +1,40 @@ "ref\01376090777-20090-1-git-send-email-roy.franz@linaro.org\0" "ref\01376090777-20090-2-git-send-email-roy.franz@linaro.org\0" "ref\01376402180.27484.12.camel@t520.redhat.com\0" - "ref\01376402180.27484.12.camel-CeaHKw3YYu2ny3qCrzbmXA@public.gmane.org\0" - "From\0Grant Likely <grant.likely-s3s/WqlpOiPyB63q8FvJNQ@public.gmane.org>\0" + "From\0Grant Likely <grant.likely@secretlab.ca>\0" "Subject\0Re: [PATCH 01/16] Move common EFI stub code from x86 arch code to common location\0" "Date\0Fri, 30 Aug 2013 13:45:18 +0100\0" - "To\0Mark Salter <msalter-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>" - " Roy Franz <roy.franz-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>\0" - "Cc\0linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org" - linux-efi-u79uwXL29TY76Z2rM5mHXA@public.gmane.org - linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org - matt.fleming-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org - linux-lFZ/pmaqli7XmaaqVzeoHQ@public.gmane.org - leif.lindholm-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org - " dave.martin-5wv7dgnIgG8@public.gmane.org\0" + "To\0Mark Salter <msalter@redhat.com>" + " Roy Franz <roy.franz@linaro.org>\0" + "Cc\0linux-kernel@vger.kernel.org" + linux-efi@vger.kernel.org + linux-arm-kernel@lists.infradead.org + matt.fleming@intel.com + linux@arm.linux.org.uk + leif.lindholm@linaro.org + " dave.martin@arm.com\0" "\00:1\0" "b\0" - "On Tue, 13 Aug 2013 09:56:20 -0400, Mark Salter <msalter-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org> wrote:\n" + "On Tue, 13 Aug 2013 09:56:20 -0400, Mark Salter <msalter@redhat.com> wrote:\n" "> On Fri, 2013-08-09 at 16:26 -0700, Roy Franz wrote:\n" "> > No code changes made, just moving functions from x86 arch directory\n" "> > to common location.\n" "> > Code is shared using #include, similar to how decompression code\n" "> > is shared among architectures.\n" "> > \n" - "> > Signed-off-by: Roy Franz <roy.franz-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>\n" + "> > Signed-off-by: Roy Franz <roy.franz@linaro.org>\n" "> > ---\n" "> \n" "> Tested on arm64.\n" "> \n" - "> Acked-by: Mark Salter <msalter-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>\n" + "> Acked-by: Mark Salter <msalter@redhat.com>\n" "\n" "Looks okay to me. I'm not a big fan of #including .c files, but I'm okay\n" "with it as-is for the time being. It can be revisited later to\n" "investigate a clean way to compile these functions as a separate .o file.\n" "\n" - "Reviewed-by: Grant Likely <grant.likely-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>\n" + "Reviewed-by: Grant Likely <grant.likely@linaro.org>\n" "\n" g. -3a04c636c1ccf198fc4638b823e86098aca96d3ca7870b765b95b6936fe0100b +d8c74856d4df3293e66818df27ea4c3a1199d527c32fa4bd58c3958eacda4216
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.