aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/kexec_core.c
diff options
context:
space:
mode:
authorCong Wang <xiyou.wangcong@gmail.com>2019-01-11 18:55:42 -0800
committerDavid S. Miller <davem@davemloft.net>2019-01-16 13:25:11 -0800
commitcd0c4e70fc0ccfa705cdf55efb27519ce9337a26 (patch)
tree7a4995e44d642b96327846447b71ac8081cb343a /kernel/kexec_core.c
parentnet: phy: meson-gxl: Use the genphy_soft_reset callback (diff)
downloadlinux-dev-cd0c4e70fc0ccfa705cdf55efb27519ce9337a26.tar.xz
linux-dev-cd0c4e70fc0ccfa705cdf55efb27519ce9337a26.zip
net_sched: refetch skb protocol for each filter
Martin reported a set of filters don't work after changing from reclassify to continue. Looking into the code, it looks like skb protocol is not always fetched for each iteration of the filters. But, as demonstrated by Martin, TC actions could modify skb->protocol, for example act_vlan, this means we have to refetch skb protocol in each iteration, rather than using the one we fetch in the beginning of the loop. This bug is _not_ introduced by commit 3b3ae880266d ("net: sched: consolidate tc_classify{,_compat}"), technically, if act_vlan is the only action that modifies skb protocol, then it is commit c7e2b9689ef8 ("sched: introduce vlan action") which introduced this bug. Reported-by: Martin Olsson <martin.olsson+netdev@sentorsecurity.com> Cc: Jamal Hadi Salim <jhs@mojatatu.com> Cc: Jiri Pirko <jiri@resnulli.us> Signed-off-by: Cong Wang <xiyou.wangcong@gmail.com> Acked-by: Jamal Hadi Salim <jhs@mojatatu.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'kernel/kexec_core.c')
0 files changed, 0 insertions, 0 deletions