From: Cong Wang <hidden> Date: 2015-10-07 00:24:13
Similar to commit c29390c6dfee ("xps: must clear sender_cpu before forwarding")
the skb->sender_cpu needs to be cleared when moving from Rx
Tx, otherwise kernel could crash.
Cc: Eric Dumazet <edumazet@google.com>
Cc: Jamal Hadi Salim <jhs@mojatatu.com>
Signed-off-by: Cong Wang <redacted>
Signed-off-by: Cong Wang <redacted>
---
net/sched/act_mirred.c | 1 +
1 file changed, 1 insertion(+)
From: Eric Dumazet <hidden> Date: 2015-10-07 01:27:27
On Tue, 2015-10-06 at 17:23 -0700, Cong Wang wrote:
Similar to commit c29390c6dfee ("xps: must clear sender_cpu before forwarding")
the skb->sender_cpu needs to be cleared when moving from Rx
Tx, otherwise kernel could crash.
Cc: Eric Dumazet <edumazet@google.com>
Cc: Jamal Hadi Salim <jhs@mojatatu.com>
Signed-off-by: Cong Wang <redacted>
Signed-off-by: Cong Wang <redacted>
---
Fixes: 2bd82484bb4c ("xps: fix xps for stacked devices")
Acked-by: Eric Dumazet <edumazet@google.com>
From: David Miller <davem@davemloft.net> Date: 2015-10-08 11:49:54
From: Cong Wang <redacted>
Date: Tue, 6 Oct 2015 17:23:47 -0700
Similar to commit c29390c6dfee ("xps: must clear sender_cpu before forwarding")
the skb->sender_cpu needs to be cleared when moving from Rx
Tx, otherwise kernel could crash.
Cc: Eric Dumazet <edumazet@google.com>
Cc: Jamal Hadi Salim <jhs@mojatatu.com>
Signed-off-by: Cong Wang <redacted>
Signed-off-by: Cong Wang <redacted>