git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ab34f64
)
net: sched: cls_u32: rcu can not be last node
author
John Fastabend
<john.fastabend@gmail.com>
Wed, 17 Sep 2014 18:11:46 +0000
(11:11 -0700)
committer
David S. Miller
<davem@davemloft.net>
Fri, 19 Sep 2014 21:05:45 +0000
(17:05 -0400)
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 <edumazet@google.com>
Signed-off-by: John Fastabend <john.r.fastabend@intel.com>
Acked-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/sched/cls_u32.c
patch
|
blob
|
history
diff --cc
net/sched/cls_u32.c
Simple merge