aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/orion/patches-2.6.32/300-skb_cb_align.patch
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@hauke-m.de>2010-06-06 10:51:52 +0000
committerHauke Mehrtens <hauke@hauke-m.de>2010-06-06 10:51:52 +0000
commit35031a5dafcd01840c706fc26215244d8d173345 (patch)
tree09f8f3e007e2f03eaa23c815ca4ae4a9f3aba4ed /target/linux/orion/patches-2.6.32/300-skb_cb_align.patch
parentb730849966321b75268d21d6a0188c858b63c029 (diff)
downloadupstream-35031a5dafcd01840c706fc26215244d8d173345.tar.gz
upstream-35031a5dafcd01840c706fc26215244d8d173345.tar.bz2
upstream-35031a5dafcd01840c706fc26215244d8d173345.zip
orion: Update Orion in trunk to kernel 2.6.34.
Was flashed on WRT350Nv2, booted and is running for several days. Closes #7405 Thank you maddes for your patch. SVN-Revision: 21682
Diffstat (limited to 'target/linux/orion/patches-2.6.32/300-skb_cb_align.patch')
-rw-r--r--target/linux/orion/patches-2.6.32/300-skb_cb_align.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/target/linux/orion/patches-2.6.32/300-skb_cb_align.patch b/target/linux/orion/patches-2.6.32/300-skb_cb_align.patch
new file mode 100644
index 0000000000..3fefa4de39
--- /dev/null
+++ b/target/linux/orion/patches-2.6.32/300-skb_cb_align.patch
@@ -0,0 +1,11 @@
+--- a/include/linux/skbuff.h
++++ b/include/linux/skbuff.h
+@@ -332,7 +332,7 @@ struct sk_buff {
+ * want to keep them across layers you have to do a skb_clone()
+ * first. This is owned by whoever has the skb queued ATM.
+ */
+- char cb[48];
++ char cb[48] __attribute__((aligned(8)));
+ #if defined(CONFIG_IMQ) || defined(CONFIG_IMQ_MODULE)
+ void *cb_next;
+ #endif