mbox series

[net-next,0/2] SFP polling fixes

Message ID 1559925756-29593-1-git-send-email-hancock@sedsystems.ca
Headers show
Series SFP polling fixes | expand

Message

Robert Hancock June 7, 2019, 4:42 p.m. UTC
This has an updated version of an earlier patch to ensure that SFP
operations are stopped during shutdown, and another patch suggested by
Russell King to address a potential concurrency issue with SFP state
checks.

Robert Hancock (2):
  net: sfp: Stop SFP polling and interrupt handling during shutdown
  net: sfp: add mutex to prevent concurrent state checks

 drivers/net/phy/sfp.c | 37 +++++++++++++++++++++++++++++++------
 1 file changed, 31 insertions(+), 6 deletions(-)

Comments

David Miller June 10, 2019, 2:26 a.m. UTC | #1
From: Robert Hancock <hancock@sedsystems.ca>
Date: Fri,  7 Jun 2019 10:42:34 -0600

> This has an updated version of an earlier patch to ensure that SFP
> operations are stopped during shutdown, and another patch suggested by
> Russell King to address a potential concurrency issue with SFP state
> checks.

Series applied.