Re: [PATCH net] cxgb4: fix the panic caused by non smac rewrite

2020-11-20 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (refs/heads/master): On Wed, 18 Nov 2020 20:02:13 +0530 you wrote: > SMT entry is allocated only when loopback Source MAC > rewriting is requested. Accessing SMT entry for non > smac rewrite cases results in kernel panic. > > Fix the panic caused b

[PATCH net] cxgb4: fix the panic caused by non smac rewrite

2020-11-18 Thread Raju Rangoju
SMT entry is allocated only when loopback Source MAC rewriting is requested. Accessing SMT entry for non smac rewrite cases results in kernel panic. Fix the panic caused by non smac rewrite Fixes: 937d84205884 ("cxgb4: set up filter action after rewrites") Signed-off-by: Raju Rangoju --- driver