mbox series

[net,V2,0/3] Fixes for IPsec over bonding

Message ID 20240801094914.1928768-1-tariqt@nvidia.com (mailing list archive)
Headers show
Series Fixes for IPsec over bonding | expand

Message

Tariq Toukan Aug. 1, 2024, 9:49 a.m. UTC
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 b9e7fc0aeda7 ("igc: Fix double reset adapter triggered from a single taprio cmd")


Regards,
Tariq

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, 95 insertions(+), 58 deletions(-)