mbox series

[net,0/4] octeon_ep: fixes for error and remove paths

Message ID 20230810150114.107765-1-mschmidt@redhat.com (mailing list archive)
Headers show
Series octeon_ep: fixes for error and remove paths | expand

Message

Michal Schmidt Aug. 10, 2023, 3:01 p.m. UTC
I have an Octeon card that's misconfigured in a way that exposes a
couple of bugs in the octeon_ep driver's error paths. It can reproduce
the issues that patches 1 & 4 are fixing. Patches 2 & 3 are a result of
reviewing the nearby code.

Michal Schmidt (4):
  octeon_ep: fix timeout value for waiting on mbox response
  octeon_ep: cancel tx_timeout_task later in remove sequence
  octeon_ep: cancel ctrl_mbox_task after intr_poll_task
  octeon_ep: cancel queued works in probe error path

 drivers/net/ethernet/marvell/octeon_ep/octep_ctrl_net.c | 2 +-
 drivers/net/ethernet/marvell/octeon_ep/octep_main.c     | 9 +++++----
 2 files changed, 6 insertions(+), 5 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org Aug. 15, 2023, 2:10 a.m. UTC | #1
Hello:

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

On Thu, 10 Aug 2023 17:01:10 +0200 you wrote:
> I have an Octeon card that's misconfigured in a way that exposes a
> couple of bugs in the octeon_ep driver's error paths. It can reproduce
> the issues that patches 1 & 4 are fixing. Patches 2 & 3 are a result of
> reviewing the nearby code.
> 
> Michal Schmidt (4):
>   octeon_ep: fix timeout value for waiting on mbox response
>   octeon_ep: cancel tx_timeout_task later in remove sequence
>   octeon_ep: cancel ctrl_mbox_task after intr_poll_task
>   octeon_ep: cancel queued works in probe error path
> 
> [...]

Here is the summary with links:
  - [net,1/4] octeon_ep: fix timeout value for waiting on mbox response
    https://git.kernel.org/netdev/net/c/519b227904f0
  - [net,2/4] octeon_ep: cancel tx_timeout_task later in remove sequence
    https://git.kernel.org/netdev/net/c/28458c80006b
  - [net,3/4] octeon_ep: cancel ctrl_mbox_task after intr_poll_task
    https://git.kernel.org/netdev/net/c/607a7a45cdf3
  - [net,4/4] octeon_ep: cancel queued works in probe error path
    https://git.kernel.org/netdev/net/c/758c91078165

You are awesome, thank you!