mbox series

[net,0/5] pds_core: error handling fixes

Message ID 20230824161754.34264-1-shannon.nelson@amd.com (mailing list archive)
Headers show
Series pds_core: error handling fixes | expand

Message

Nelson, Shannon Aug. 24, 2023, 4:17 p.m. UTC
Some fixes for better handling of broken states.

Shannon Nelson (5):
  pds_core: protect devlink callbacks from fw_down state
  pds_core: no health reporter in VF
  pds_core: no reset command for VF
  pds_core: check for work queue before use
  pds_core: pass opcode to devcmd_wait

 drivers/net/ethernet/amd/pds_core/core.c    | 11 +++++++----
 drivers/net/ethernet/amd/pds_core/dev.c     |  9 +++------
 drivers/net/ethernet/amd/pds_core/devlink.c |  3 +++
 3 files changed, 13 insertions(+), 10 deletions(-)

Comments

Simon Horman Aug. 25, 2023, 11:47 a.m. UTC | #1
On Thu, Aug 24, 2023 at 09:17:49AM -0700, Shannon Nelson wrote:
> Some fixes for better handling of broken states.
> 
> Shannon Nelson (5):
>   pds_core: protect devlink callbacks from fw_down state
>   pds_core: no health reporter in VF
>   pds_core: no reset command for VF
>   pds_core: check for work queue before use
>   pds_core: pass opcode to devcmd_wait
> 
>  drivers/net/ethernet/amd/pds_core/core.c    | 11 +++++++----
>  drivers/net/ethernet/amd/pds_core/dev.c     |  9 +++------
>  drivers/net/ethernet/amd/pds_core/devlink.c |  3 +++
>  3 files changed, 13 insertions(+), 10 deletions(-)

For series,

Reviewed-by: Simon Horman <horms@kernel.org>
patchwork-bot+netdevbpf@kernel.org Aug. 26, 2023, 2:10 a.m. UTC | #2
Hello:

This series was applied to netdev/net.git (main)
by Jakub Kicinski <kuba@kernel.org>:

On Thu, 24 Aug 2023 09:17:49 -0700 you wrote:
> Some fixes for better handling of broken states.
> 
> Shannon Nelson (5):
>   pds_core: protect devlink callbacks from fw_down state
>   pds_core: no health reporter in VF
>   pds_core: no reset command for VF
>   pds_core: check for work queue before use
>   pds_core: pass opcode to devcmd_wait
> 
> [...]

Here is the summary with links:
  - [net,1/5] pds_core: protect devlink callbacks from fw_down state
    https://git.kernel.org/netdev/net/c/91202ce78fcd
  - [net,2/5] pds_core: no health reporter in VF
    https://git.kernel.org/netdev/net/c/e48b894a1db7
  - [net,3/5] pds_core: no reset command for VF
    https://git.kernel.org/netdev/net/c/95e383226d6f
  - [net,4/5] pds_core: check for work queue before use
    https://git.kernel.org/netdev/net/c/969cfd4c8ca5
  - [net,5/5] pds_core: pass opcode to devcmd_wait
    https://git.kernel.org/netdev/net/c/0ea064e74bc8

You are awesome, thank you!