All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net 0/4] Fixes for IPsec over bonding
@ 2024-07-29 12:44 Tariq Toukan
  2024-07-29 12:44 ` [PATCH net 1/4] bonding: implement xfrm state xdo_dev_state_free API Tariq Toukan
                   ` (4 more replies)
  0 siblings, 5 replies; 12+ messages in thread
From: Tariq Toukan @ 2024-07-29 12:44 UTC (permalink / raw)
  To: David S. Miller, Jakub Kicinski, Paolo Abeni, Eric Dumazet,
	Jay Vosburgh, Andy Gospodarek
  Cc: netdev, Saeed Mahameed, Gal Pressman, Leon Romanovsky,
	Tariq Toukan

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 301927d2d2eb ("Merge tag 'for-net-2024-07-26' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth")

Regards,
Tariq

Jianbo Liu (4):
  bonding: implement xfrm state xdo_dev_state_free API
  bonding: call xfrm state xdo_dev_state_free 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 | 131 +++++++++++++++++++-------------
 include/net/bonding.h           |   2 +-
 2 files changed, 80 insertions(+), 53 deletions(-)

-- 
2.44.0


^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2024-07-31  7:08 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-29 12:44 [PATCH net 0/4] Fixes for IPsec over bonding Tariq Toukan
2024-07-29 12:44 ` [PATCH net 1/4] bonding: implement xfrm state xdo_dev_state_free API Tariq Toukan
2024-07-31  3:27   ` Hangbin Liu
2024-07-31  6:52     ` Jianbo Liu
2024-07-29 12:44 ` [PATCH net 2/4] bonding: call xfrm state xdo_dev_state_free after deletion Tariq Toukan
2024-07-31  3:36   ` Hangbin Liu
2024-07-31  7:08     ` Jianbo Liu
2024-07-29 12:44 ` [PATCH net 3/4] bonding: extract the use of real_device into local variable Tariq Toukan
2024-07-29 12:44 ` [PATCH net 4/4] bonding: change ipsec_lock from spin lock to mutex Tariq Toukan
2024-07-30 11:28   ` Paolo Abeni
2024-07-31  6:29     ` Jianbo Liu
2024-07-31  3:20 ` [PATCH net 0/4] Fixes for IPsec over bonding Hangbin Liu

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.