diff for duplicates of <20140730123029.GA20162@leverpostej> diff --git a/a/1.txt b/N1/1.txt index 73b68cd..c59b1d8 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -1,7 +1,7 @@ On Wed, Jul 30, 2014 at 01:00:40PM +0100, Ard Biesheuvel wrote: -> On 30 July 2014 13:30, Will Deacon <will.deacon-5wv7dgnIgG8@public.gmane.org> wrote: +> On 30 July 2014 13:30, Will Deacon <will.deacon@arm.com> wrote: > > On Wed, Jul 30, 2014 at 11:59:02AM +0100, Ard Biesheuvel wrote: -> >> From: Mark Rutland <mark.rutland-5wv7dgnIgG8@public.gmane.org> +> >> From: Mark Rutland <mark.rutland@arm.com> > >> > >> In certain cases the cpu-release-addr of a CPU may not fall in the > >> linear mapping (e.g. when the kernel is loaded above this address due to @@ -13,10 +13,10 @@ On Wed, Jul 30, 2014 at 01:00:40PM +0100, Ard Biesheuvel wrote: > >> mapping to write to a given cpu-release-addr, enabling us to support > >> addresses regardless of whether they are covered by the linear mapping. > >> -> >> Signed-off-by: Mark Rutland <mark.rutland-5wv7dgnIgG8@public.gmane.org> -> >> Tested-by: Mark Salter <msalter-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org> +> >> Signed-off-by: Mark Rutland <mark.rutland@arm.com> +> >> Tested-by: Mark Salter <msalter@redhat.com> > >> [ardb: added (__force void *) cast] -> >> Signed-off-by: Ard Biesheuvel <ard.biesheuvel-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org> +> >> Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org> > >> --- > >> arch/arm64/kernel/smp_spin_table.c | 22 +++++++++++++++++----- > >> 1 file changed, 17 insertions(+), 5 deletions(-) diff --git a/a/content_digest b/N1/content_digest index 5128d9a..40e4771 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -2,23 +2,16 @@ "ref\01406717944-24725-2-git-send-email-ard.biesheuvel@linaro.org\0" "ref\020140730113013.GL12239@arm.com\0" "ref\0CAKv+Gu-891BPCMCB2xnhsaUHxz_BCMkwbbwQ76kmK=JsUdifHQ@mail.gmail.com\0" - "ref\0CAKv+Gu-891BPCMCB2xnhsaUHxz_BCMkwbbwQ76kmK=JsUdifHQ-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org\0" - "From\0Mark Rutland <mark.rutland-5wv7dgnIgG8@public.gmane.org>\0" - "Subject\0Re: [PATCH v2 1/3] arm64: spin-table: handle unmapped cpu-release-addrs\0" + "From\0mark.rutland@arm.com (Mark Rutland)\0" + "Subject\0[PATCH v2 1/3] arm64: spin-table: handle unmapped cpu-release-addrs\0" "Date\0Wed, 30 Jul 2014 13:30:29 +0100\0" - "To\0Ard Biesheuvel <ard.biesheuvel-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>\0" - "Cc\0Will Deacon <Will.Deacon-5wv7dgnIgG8@public.gmane.org>" - linux-efi-u79uwXL29TY76Z2rM5mHXA@public.gmane.org <linux-efi-u79uwXL29TY76Z2rM5mHXA@public.gmane.org> - linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org <linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org> - leif.lindholm-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org <leif.lindholm-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org> - msalter-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org <msalter-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org> - " matt.fleming-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org <matt.fleming-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>\0" + "To\0linux-arm-kernel@lists.infradead.org\0" "\00:1\0" "b\0" "On Wed, Jul 30, 2014 at 01:00:40PM +0100, Ard Biesheuvel wrote:\n" - "> On 30 July 2014 13:30, Will Deacon <will.deacon-5wv7dgnIgG8@public.gmane.org> wrote:\n" + "> On 30 July 2014 13:30, Will Deacon <will.deacon@arm.com> wrote:\n" "> > On Wed, Jul 30, 2014 at 11:59:02AM +0100, Ard Biesheuvel wrote:\n" - "> >> From: Mark Rutland <mark.rutland-5wv7dgnIgG8@public.gmane.org>\n" + "> >> From: Mark Rutland <mark.rutland@arm.com>\n" "> >>\n" "> >> In certain cases the cpu-release-addr of a CPU may not fall in the\n" "> >> linear mapping (e.g. when the kernel is loaded above this address due to\n" @@ -30,10 +23,10 @@ "> >> mapping to write to a given cpu-release-addr, enabling us to support\n" "> >> addresses regardless of whether they are covered by the linear mapping.\n" "> >>\n" - "> >> Signed-off-by: Mark Rutland <mark.rutland-5wv7dgnIgG8@public.gmane.org>\n" - "> >> Tested-by: Mark Salter <msalter-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>\n" + "> >> Signed-off-by: Mark Rutland <mark.rutland@arm.com>\n" + "> >> Tested-by: Mark Salter <msalter@redhat.com>\n" "> >> [ardb: added (__force void *) cast]\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" "> >> arch/arm64/kernel/smp_spin_table.c | 22 +++++++++++++++++-----\n" "> >> 1 file changed, 17 insertions(+), 5 deletions(-)\n" @@ -58,4 +51,4 @@ "Thanks,\n" Mark. -1afd81d38343b92a5020522e0762094c62ea8af79882429153b30c056f00d650 +37ceee63e7b4a7ea3f1522276b96f580d966ae8c1751792b3cc4e1b8e556b8bb
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.