diff for duplicates of <20140730124258.GP12239@arm.com> diff --git a/a/1.txt b/N1/1.txt index 547c304..dc9a425 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -1,8 +1,8 @@ On Wed, Jul 30, 2014 at 01:30:29PM +0100, Mark Rutland wrote: > 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 @@ -14,10 +14,10 @@ On Wed, Jul 30, 2014 at 01:30:29PM +0100, Mark Rutland 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 fb5bba9..0f5e569 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -3,23 +3,17 @@ "ref\020140730113013.GL12239@arm.com\0" "ref\0CAKv+Gu-891BPCMCB2xnhsaUHxz_BCMkwbbwQ76kmK=JsUdifHQ@mail.gmail.com\0" "ref\020140730123029.GA20162@leverpostej\0" - "From\0Will Deacon <will.deacon-5wv7dgnIgG8@public.gmane.org>\0" - "Subject\0Re: [PATCH v2 1/3] arm64: spin-table: handle unmapped cpu-release-addrs\0" + "From\0will.deacon@arm.com (Will Deacon)\0" + "Subject\0[PATCH v2 1/3] arm64: spin-table: handle unmapped cpu-release-addrs\0" "Date\0Wed, 30 Jul 2014 13:42:58 +0100\0" - "To\0Mark Rutland <mark.rutland-5wv7dgnIgG8@public.gmane.org>\0" - "Cc\0Ard Biesheuvel <ard.biesheuvel-QSEj5FYQhm4dnm+yROfE0A@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:30:29PM +0100, Mark Rutland wrote:\n" "> 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" @@ -31,10 +25,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" @@ -62,4 +56,4 @@ "\n" Will -1fe59deb1cae7a9ea92baf11df49eff7a2fb6b54e9545138433a6ce3a2148f88 +1905a9bc3dbcee5c841a607c1e041ccaaadc9c44434b6f6d2f5e5a8655bfd3e1
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.