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(-) -- 2.38.1