diff options
author | Jianbo Liu <jianbol@nvidia.com> | 2024-07-08 09:58:11 +0300 |
---|---|---|
committer | Steffen Klassert <steffen.klassert@secunet.com> | 2024-07-08 13:24:13 +0200 |
commit | 9199b915e9fad7f5eff6160d24ff6b38e970107d (patch) | |
tree | ad870605ff73fd7616c4f8915b2ed0cd6c99dd0e /scripts/decode_stacktrace.sh | |
parent | 2d5317753e5f02a66e6d0afb9b25105d0beab1be (diff) |
xfrm: fix netdev reference count imbalance
In cited commit, netdev_tracker_alloc() is called for the newly
allocated xfrm state, but dev_hold() is missed, which causes netdev
reference count imbalance, because netdev_put() is called when the
state is freed in xfrm_dev_state_free(). Fix the issue by replacing
netdev_tracker_alloc() with netdev_hold().
Fixes: f8a70afafc17 ("xfrm: add TX datapath support for IPsec packet offload mode")
Signed-off-by: Jianbo Liu <jianbol@nvidia.com>
Reviewed-by: Cosmin Ratiu <cratiu@nvidia.com>
Signed-off-by: Leon Romanovsky <leonro@nvidia.com>
Signed-off-by: Steffen Klassert <steffen.klassert@secunet.com>
Diffstat (limited to 'scripts/decode_stacktrace.sh')
0 files changed, 0 insertions, 0 deletions