diff for duplicates of <20140731094515.GE26853@arm.com> diff --git a/a/1.txt b/N1/1.txt index 524a83a..c876b8b 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -1,7 +1,7 @@ On Wed, Jul 30, 2014 at 08:17:02PM +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 08:17:02PM +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 144f360..a779007 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+Gu8ne8k2NV12SyWye5aYJKHG0wHKAO+=V=1L89_hvyGopw@mail.gmail.com\0" - "ref\0CAKv+Gu8ne8k2NV12SyWye5aYJKHG0wHKAO+=V=1L89_hvyGopw-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org\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\0Thu, 31 Jul 2014 10:45:15 +0100\0" - "To\0Ard Biesheuvel <ard.biesheuvel-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>\0" - "Cc\0linux-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> - Mark Rutland <Mark.Rutland-5wv7dgnIgG8@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 08:17:02PM +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" @@ -56,4 +49,4 @@ "\n" Will -dabe84e1753b298e3275bc278906c4f24c70ab15577c330a0921aa1ecf5b0f37 +893617f592ab843e1c507e5eebafa59144d0cee6b03955f0d59a584fb6ea80a7
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.