From: John Fastabend Date: Wed, 17 Sep 2014 18:11:46 +0000 (-0700) Subject: net: sched: cls_u32: rcu can not be last node X-Git-Tag: fixes-against-v3.18-rc2~81^2~31 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4e2840eee6b21cb5230bd7cac8407badb201aac3;p=pandora-kernel.git net: sched: cls_u32: rcu can not be last node tc_u32_sel 'sel' in tc_u_knode expects to be the last element in the structure and pads the structure with tc_u32_key fields for each key. kzalloc(sizeof(*n) + s->nkeys*sizeof(struct tc_u32_key), GFP_KERNEL) CC: Eric Dumazet Signed-off-by: John Fastabend Acked-by: Eric Dumazet Signed-off-by: David S. Miller --- Reading git-diff-tree failed