[PATCH net V3 0/3] Fixes for IPsec over bonding
From: Tariq Toukan <tariqt@nvidia.com>
Date: 2024-08-05 05:06:02
Hi,
This patchset by Jianbo provides bug fixes for IPsec over bonding
driver.
It adds the missing xdo_dev_state_free API, and fixes "scheduling while
atomic" by using mutex lock instead.
Series generated against:
commit 14ab4792ee12 ("net/tcp: Disable TCP-AO static key after RCU grace period")
Regards,
Tariq
V3:
- Add RCU read lock/unlock for bond_ipsec_add_sa, bond_ipsec_del_sa and bond_ipsec_free_sa.
V2:
- Rebased on top of latest net branch.
- Squashed patch #2 into #1 per Hangbin comment.
- Addressed Hangbin's comments.
- Patch #3 (was #4): Addressed comments by Paolo.
Jianbo Liu (3):
bonding: implement xdo_dev_state_free and call it after deletion
bonding: extract the use of real_device into local variable
bonding: change ipsec_lock from spin lock to mutex
drivers/net/bonding/bond_main.c | 151 ++++++++++++++++++++------------
include/net/bonding.h | 2 +-
2 files changed, 98 insertions(+), 55 deletions(-)
--
2.44.0