mbox

[v3,0/5] Failsafe bug fixes and improvements

Message ID 20221129144832.2750-1-lucp.at.work@gmail.com (mailing list archive)
Headers

Message

Luc Pelletier Nov. 29, 2022, 2:48 p.m. UTC
  Following the comments on v1 and v2 of the patch, I've tried to
address all issues that were mentioned. I've also fixed other issues
discovered during testing. I've split the changes into several
commits. Please note that only the bug fix commits have been marked
for back-porting to stable.

Luc Pelletier (5):
  failsafe: fix segfault on hotplug event
  failsafe: use public rx/tx burst API
  failsafe: fix double release of port
  failsafe: use public APIs in fs_link_update
  failsafe: make sub-device remove flag thread-safe

 drivers/net/failsafe/failsafe_ether.c   | 12 ++--
 drivers/net/failsafe/failsafe_ops.c     | 38 +++++-----
 drivers/net/failsafe/failsafe_private.h | 12 +---
 drivers/net/failsafe/failsafe_rxtx.c    | 94 ++-----------------------
 4 files changed, 28 insertions(+), 128 deletions(-)