mbox series

[ipsec,0/2] Two small fixes to XFRM offload

Message ID cover.1720421559.git.leon@kernel.org (mailing list archive)
Headers show
Series Two small fixes to XFRM offload | expand

Message

Leon Romanovsky July 8, 2024, 6:58 a.m. UTC
From: Leon Romanovsky <leonro@nvidia.com>

Hi,

This series contains two small fixes for XFRM offload.

Thanks

Jianbo Liu (2):
  xfrm: fix netdev reference count imbalance
  xfrm: call xfrm_dev_policy_delete when kill policy

 net/xfrm/xfrm_policy.c | 5 ++---
 net/xfrm/xfrm_state.c  | 3 +--
 net/xfrm/xfrm_user.c   | 1 -
 3 files changed, 3 insertions(+), 6 deletions(-)

Comments

Steffen Klassert July 10, 2024, 10:40 a.m. UTC | #1
On Mon, Jul 08, 2024 at 09:58:10AM +0300, Leon Romanovsky wrote:
> From: Leon Romanovsky <leonro@nvidia.com>
> 
> Hi,
> 
> This series contains two small fixes for XFRM offload.
> 
> Thanks
> 
> Jianbo Liu (2):
>   xfrm: fix netdev reference count imbalance
>   xfrm: call xfrm_dev_policy_delete when kill policy

Applied, tanks a lot!