]> git.baikalelectronics.ru Git - kernel.git/commit
act_mirred: clear sender cpu before sending to tx
authorWANG Cong <xiyou.wangcong@gmail.com>
Wed, 7 Oct 2015 00:23:47 +0000 (17:23 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 8 Oct 2015 11:59:04 +0000 (04:59 -0700)
commit85cf559750f567cb1d9787c2b0f9171b5b15f0d5
tree51672731493579de68284e7af4cf2bf758cd20a7
parentd5d651429794bdc870f91c8a9883fc254fefd506
act_mirred: clear sender cpu before sending to tx

Similar to commit 73a0b05622c3 ("xps: must clear sender_cpu before forwarding")
the skb->sender_cpu needs to be cleared when moving from Rx
Tx, otherwise kernel could crash.

Fixes: 27200116c153 ("xps: fix xps for stacked devices")
Cc: Eric Dumazet <edumazet@google.com>
Cc: Jamal Hadi Salim <jhs@mojatatu.com>
Signed-off-by: Cong Wang <cwang@twopensource.com>
Signed-off-by: Cong Wang <xiyou.wangcong@gmail.com>
Acked-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/sched/act_mirred.c