diff options
author | Vlad Buslov <vladbu@mellanox.com> | 2018-07-05 17:24:30 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2018-07-08 06:42:29 +0300 |
commit | 4e8ddd7f1758ca4ddd0c1f7cf3e66fce736241d2 (patch) | |
tree | 645aad92e91829027f16cb33553063ac88cf6442 /sound/firewire/digi00x | |
parent | 16af6067392c40e454e49eec834843ab03643d96 (diff) | |
download | linux-4e8ddd7f1758ca4ddd0c1f7cf3e66fce736241d2.tar.xz |
net: sched: don't release reference on action overwrite
Return from action init function with reference to action taken,
even when overwriting existing action.
Action init API initializes its fourth argument (pointer to pointer to tc
action) to either existing action with same index or newly created action.
In case of existing index(and bind argument is zero), init function returns
without incrementing action reference counter. Caller of action init then
proceeds working with action, without actually holding reference to it.
This means that action could be deleted concurrently.
Change action init behavior to always take reference to action before
returning successfully, in order to protect from concurrent deletion.
Reviewed-by: Marcelo Ricardo Leitner <marcelo.leitner@gmail.com>
Signed-off-by: Vlad Buslov <vladbu@mellanox.com>
Signed-off-by: Jiri Pirko <jiri@mellanox.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'sound/firewire/digi00x')
0 files changed, 0 insertions, 0 deletions