mbox series

[net,0/2] net/smc: Fixes 2023-03-01

Message ID 20230313100829.13136-1-wenjia@linux.ibm.com (mailing list archive)
Headers show
Series net/smc: Fixes 2023-03-01 | expand

Message

Wenjia Zhang March 13, 2023, 10:08 a.m. UTC
The 1st patch solves the problem that CLC message initialization was
not properly reversed in error handling path. And the 2nd one fixes
the possible deadlock triggered by cancel_delayed_work_sync().

Stefan Raspl (1):
  net/smc: Fix device de-init sequence

Wenjia Zhang (1):
  net/smc: fix deadlock triggered by cancel_delayed_work_syn()

 net/smc/af_smc.c   | 1 +
 net/smc/smc_core.c | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

Comments

patchwork-bot+netdevbpf@kernel.org March 15, 2023, 8:20 a.m. UTC | #1
Hello:

This series was applied to netdev/net.git (main)
by David S. Miller <davem@davemloft.net>:

On Mon, 13 Mar 2023 11:08:27 +0100 you wrote:
> The 1st patch solves the problem that CLC message initialization was
> not properly reversed in error handling path. And the 2nd one fixes
> the possible deadlock triggered by cancel_delayed_work_sync().
> 
> Stefan Raspl (1):
>   net/smc: Fix device de-init sequence
> 
> [...]

Here is the summary with links:
  - [net,1/2] net/smc: fix deadlock triggered by cancel_delayed_work_syn()
    https://git.kernel.org/netdev/net/c/13085e1b5cab
  - [net,2/2] net/smc: Fix device de-init sequence
    https://git.kernel.org/netdev/net/c/9d876d3ef27f

You are awesome, thank you!