]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'net-sched-action-init-fixes'
authorDavid S. Miller <davem@davemloft.net>
Thu, 8 Apr 2021 20:47:34 +0000 (13:47 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 8 Apr 2021 20:47:34 +0000 (13:47 -0700)
commit34bc89994fdbfee8b40870916f2b23ffa57a9e26
tree6b0f2e28dd6ccd4b98b4e2201766ce4359fd8120
parenta6599e4df9f174398dd25e51ea0da910222bdcb3
parent2dc0819eed419bd6799c8bc8a8e1b81f56a3ec88
Merge branch 'net-sched-action-init-fixes'

Vlad Buslov says:

====================
Action initalization fixes

This series fixes reference counting of action instances and modules in
several parts of action init code. The first patch reverts previous fix
that didn't properly account for rollback from a failure in the middle of
the loop in tcf_action_init() which is properly fixed by the following
patch.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>