1 --- a/include/linux/skbuff.h
2 +++ b/include/linux/skbuff.h
3 @@ -335,7 +335,7 @@ struct sk_buff {
4 * want to keep them across layers you have to do a skb_clone()
5 * first. This is owned by whoever has the skb queued ATM.
8 + char cb[48] __attribute__((aligned(8)));
9 #if defined(CONFIG_IMQ) || defined(CONFIG_IMQ_MODULE)