]> git.baikalelectronics.ru Git - kernel.git/commit
net: sched: cls_matchall: cleanup flow_action before deallocating
authorVlad Buslov <vladbu@mellanox.com>
Thu, 29 Aug 2019 16:15:16 +0000 (19:15 +0300)
committerDavid S. Miller <davem@davemloft.net>
Fri, 30 Aug 2019 22:12:05 +0000 (15:12 -0700)
commit7ae613de1f05b2ef14ad2279fee859588411a4c0
treee14fcc5b7e75d34e440d1b39dcaea6d7f71480d6
parent2a32c0098ba3666546ccf9e15edbef035cf8c102
net: sched: cls_matchall: cleanup flow_action before deallocating

Recent rtnl lock removal patch changed flow_action infra to require proper
cleanup besides simple memory deallocation. However, matchall classifier
was not updated to call tc_cleanup_flow_action(). Add proper cleanup to
mall_replace_hw_filter() and mall_reoffload().

Fixes: ab02ff36622f ("net: sched: take reference to action dev before calling offloads")
Reported-by: Ido Schimmel <idosch@mellanox.com>
Tested-by: Ido Schimmel <idosch@mellanox.com>
Signed-off-by: Vlad Buslov <vladbu@mellanox.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/sched/cls_matchall.c