All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <20130417102957.GA2249@linaro.org>

diff --git a/a/1.txt b/N1/1.txt
index 0cf8dd2..db84999 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -1,7 +1,7 @@
 On Tue, Apr 16, 2013 at 10:20:11AM -0600, Stephen Warren wrote:
 > On 04/16/2013 08:13 AM, Dave Martin wrote:
 > > On Mon, Apr 15, 2013 at 04:50:55PM -0600, Stephen Warren wrote:
-> >> From: Joseph Lo <josephl-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
+> >> From: Joseph Lo <josephl@nvidia.com>
 > >>
 > >> When building kernel with CONFIG_THUMB2_KERNEL, the data pointer in the
 > >> assembly may not on the 4 byte alignment. Then causing a data abort when
@@ -9,8 +9,8 @@ On Tue, Apr 16, 2013 at 10:20:11AM -0600, Stephen Warren wrote:
 > >> pointer. And always using 32-bit ADR Thumb instruction to make sure it
 > >> won't build failure.
 > >>
-> >> Signed-off-by: Joseph Lo <josephl-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
-> >> Signed-off-by: Stephen Warren <swarren-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
+> >> Signed-off-by: Joseph Lo <josephl@nvidia.com>
+> >> Signed-off-by: Stephen Warren <swarren@nvidia.com>
 > >> ---
 > >>  arch/arm/mach-tegra/reset-handler.S |    1 +
 > >>  arch/arm/mach-tegra/sleep.h         |    3 ++-
@@ -51,7 +51,7 @@ can't address anything that's not on a word boundary.  What if you just
 have the .align, without adr.w?
 
 > This is with gcc-4.5.3, as:
-> GNU assembler (crosstool-NG hg_unknown-Y8jGNvr6ygZCnf0dxYVdog@public.gmane.org) 2.20.1.20100303
+> GNU assembler (crosstool-NG hg_unknown at 20110628.165246) 2.20.1.20100303
 > 
 > > The target symbol is local and the assembler can see where it is,
 > > so it should choose the correct variant for the adr instruction
diff --git a/a/content_digest b/N1/content_digest
index bb764fd..bd3a914 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -2,22 +2,16 @@
  "ref\01366066255-18192-3-git-send-email-swarren@wwwdotorg.org\0"
  "ref\020130416141252.GA2229@linaro.org\0"
  "ref\0516D7A3B.9030404@wwwdotorg.org\0"
- "ref\0516D7A3B.9030404-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org\0"
- "From\0Dave Martin <dave.martin-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>\0"
- "Subject\0Re: [PATCH 3/3] ARM: tegra: make sure the pointer on 4 byte align when THUMB2_KERNEL enabled\0"
+ "From\0dave.martin@linaro.org (Dave Martin)\0"
+ "Subject\0[PATCH 3/3] ARM: tegra: make sure the pointer on 4 byte align when THUMB2_KERNEL enabled\0"
  "Date\0Wed, 17 Apr 2013 11:30:07 +0100\0"
- "To\0Stephen Warren <swarren-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org>\0"
- "Cc\0arm-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org"
-  linux-tegra-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
-  Stephen Warren <swarren-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
-  linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org
- " Joseph Lo <josephl-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>\0"
+ "To\0linux-arm-kernel@lists.infradead.org\0"
  "\00:1\0"
  "b\0"
  "On Tue, Apr 16, 2013 at 10:20:11AM -0600, Stephen Warren wrote:\n"
  "> On 04/16/2013 08:13 AM, Dave Martin wrote:\n"
  "> > On Mon, Apr 15, 2013 at 04:50:55PM -0600, Stephen Warren wrote:\n"
- "> >> From: Joseph Lo <josephl-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>\n"
+ "> >> From: Joseph Lo <josephl@nvidia.com>\n"
  "> >>\n"
  "> >> When building kernel with CONFIG_THUMB2_KERNEL, the data pointer in the\n"
  "> >> assembly may not on the 4 byte alignment. Then causing a data abort when\n"
@@ -25,8 +19,8 @@
  "> >> pointer. And always using 32-bit ADR Thumb instruction to make sure it\n"
  "> >> won't build failure.\n"
  "> >>\n"
- "> >> Signed-off-by: Joseph Lo <josephl-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>\n"
- "> >> Signed-off-by: Stephen Warren <swarren-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>\n"
+ "> >> Signed-off-by: Joseph Lo <josephl@nvidia.com>\n"
+ "> >> Signed-off-by: Stephen Warren <swarren@nvidia.com>\n"
  "> >> ---\n"
  "> >>  arch/arm/mach-tegra/reset-handler.S |    1 +\n"
  "> >>  arch/arm/mach-tegra/sleep.h         |    3 ++-\n"
@@ -67,7 +61,7 @@
  "have the .align, without adr.w?\n"
  "\n"
  "> This is with gcc-4.5.3, as:\n"
- "> GNU assembler (crosstool-NG hg_unknown-Y8jGNvr6ygZCnf0dxYVdog@public.gmane.org) 2.20.1.20100303\n"
+ "> GNU assembler (crosstool-NG hg_unknown at 20110628.165246) 2.20.1.20100303\n"
  "> \n"
  "> > The target symbol is local and the assembler can see where it is,\n"
  "> > so it should choose the correct variant for the adr instruction\n"
@@ -98,4 +92,4 @@
  "Cheers\n"
  ---Dave
 
-6c4f8d9160630c40e4e3a261a498f4c3559299a1d4430988f127ced8d32ca891
+fb0c2869d76297386923c9703dace292eebb8d9676ba916a54fbb0c54662bb2b

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.