All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <20111010124154.464239811@gmail.com>

diff --git a/a/1.txt b/N1/1.txt
index 730c07c..d78f214 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -1,3 +1,24 @@
-An embedded and charset-unspecified text was scrubbed...
-Name: fix-ehci-alignment-error.patch
-URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20111010/016cc19d/attachment.ksh>
+The Kirkwood gave an unaligned memory access error on
+line 742 of drivers/usb/host/echi-hcd.c:
+"ehci->last_periodic_enable = ktime_get_real();"
+
+Signed-off-by: Harro Haan <hrhaan@gmail.com>
+---
+ include/linux/usb/hcd.h |    2 +-
+ 1 files changed, 1 insertions(+), 1 deletions(-)
+
+diff --git a/include/linux/usb/hcd.h b/include/linux/usb/hcd.h
+index 0097136..c0ecc5a 100644
+--- a/include/linux/usb/hcd.h
++++ b/include/linux/usb/hcd.h
+@@ -178,7 +178,7 @@ struct usb_hcd {
+ 	 * this structure.
+ 	 */
+ 	unsigned long hcd_priv[0]
+-			__attribute__ ((aligned(sizeof(unsigned long))));
++			__attribute__ ((aligned(sizeof(s64))));
+ };
+ 
+ /* 2.4 does this a bit differently ... */
+-- 
+1.7.0.4
diff --git a/a/content_digest b/N1/content_digest
index 34bc551..6d78ce5 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,11 +1,40 @@
- "From\0hrhaan@gmail.com (Harro Haan)\0"
+ "From\0Harro Haan <hrhaan@gmail.com>\0"
  "Subject\0[PATCH] fix ehci alignment error\0"
  "Date\0Mon, 10 Oct 2011 14:38:27 +0200\0"
- "To\0linux-arm-kernel@lists.infradead.org\0"
+ "To\0Alan Stern <stern@rowland.harvard.edu>"
+ " Greg Kroah-Hartman <gregkh@suse.de>\0"
+ "Cc\0Lennert Buytenhek <kernel@wantstofly.org>"
+  Nicolas Pitre <nico@fluxnic.net>
+  <linux-usb@vger.kernel.org>
+  <linux-arm-kernel@lists.infradead.org>
+  <linux-kernel@vger.kernel.org>
+ " Harro Haan <hrhaan@gmail.com>\0"
  "\00:1\0"
+ "fn\0fix-ehci-alignment-error.patch\0"
  "b\0"
- "An embedded and charset-unspecified text was scrubbed...\n"
- "Name: fix-ehci-alignment-error.patch\n"
- URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20111010/016cc19d/attachment.ksh>
+ "The Kirkwood gave an unaligned memory access error on\n"
+ "line 742 of drivers/usb/host/echi-hcd.c:\n"
+ "\"ehci->last_periodic_enable = ktime_get_real();\"\n"
+ "\n"
+ "Signed-off-by: Harro Haan <hrhaan@gmail.com>\n"
+ "---\n"
+ " include/linux/usb/hcd.h |    2 +-\n"
+ " 1 files changed, 1 insertions(+), 1 deletions(-)\n"
+ "\n"
+ "diff --git a/include/linux/usb/hcd.h b/include/linux/usb/hcd.h\n"
+ "index 0097136..c0ecc5a 100644\n"
+ "--- a/include/linux/usb/hcd.h\n"
+ "+++ b/include/linux/usb/hcd.h\n"
+ "@@ -178,7 +178,7 @@ struct usb_hcd {\n"
+ " \t * this structure.\n"
+ " \t */\n"
+ " \tunsigned long hcd_priv[0]\n"
+ "-\t\t\t__attribute__ ((aligned(sizeof(unsigned long))));\n"
+ "+\t\t\t__attribute__ ((aligned(sizeof(s64))));\n"
+ " };\n"
+ " \n"
+ " /* 2.4 does this a bit differently ... */\n"
+ "-- \n"
+ 1.7.0.4
 
-0ac7faaed7190f64a341109063e15a155880759356a03edeba1809c5151e5f32
+e4ced748de4f1bbf92a7997743d8bc0a7c6e0e2f7437f50dfdae8d54ea4b1cbd

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.