[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20240821090458.10813-1-jianbol@nvidia.com>
Date: Wed, 21 Aug 2024 12:04:55 +0300
From: Jianbo Liu <jianbol@...dia.com>
To: <netdev@...r.kernel.org>, <davem@...emloft.net>, <kuba@...nel.org>,
<pabeni@...hat.com>, <edumazet@...gle.com>, <jv@...sburgh.net>,
<andy@...yhouse.net>
CC: <saeedm@...dia.com>, <gal@...dia.com>, <leonro@...dia.com>,
<liuhangbin@...il.com>, <tariqt@...dia.com>, Jianbo Liu <jianbol@...dia.com>
Subject: [PATCH net V5 0/3] Fixes for IPsec over bonding
Hi,
This patchset 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 c07ff8592d57 ("netem: fix return value if duplicate enqueue fails")
Thanks!
Jianbo
V5:
- Rebased.
- Removed state deletion/free in bond_ipsec_add_sa_all() added before,
as real_dev is not set to NULL in Nikolay's patch.
V4:
- Add to all patches: Reviewed-by: Hangbin Liu <liuhangbin@...il.com>.
- Update commit message in patch 1 (Jakub).
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 | 143 ++++++++++++++++++++------------
include/net/bonding.h | 2 +-
2 files changed, 90 insertions(+), 55 deletions(-)
--
2.21.0
Powered by blists - more mailing lists