mbox series

[net-next,v2,0/3] mctp serial minor fixes

Message ID 20211125060739.3023442-1-jk@codeconstruct.com.au (mailing list archive)
Headers show
Series mctp serial minor fixes | expand

Message

Jeremy Kerr Nov. 25, 2021, 6:07 a.m. UTC
We had a few minor fixes queued for a v4 of the original series, so
they're sent here as separate changes.

Cheers,


Jeremy

---
v2:
 - fix ordering of cancel_work vs. unregister_netdev.

Jeremy Kerr (3):
  mctp: serial: cancel tx work on ldisc close
  mctp: serial: enforce fixed MTU
  mctp: serial: remove unnecessary ldisc data check

 drivers/net/mctp/mctp-serial.c | 11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org Nov. 26, 2021, 4 a.m. UTC | #1
Hello:

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

On Thu, 25 Nov 2021 14:07:36 +0800 you wrote:
> We had a few minor fixes queued for a v4 of the original series, so
> they're sent here as separate changes.
> 
> Cheers,
> 
> 
> Jeremy
> 
> [...]

Here is the summary with links:
  - [net-next,v2,1/3] mctp: serial: cancel tx work on ldisc close
    https://git.kernel.org/netdev/net-next/c/7bd9890f3d74
  - [net-next,v2,2/3] mctp: serial: enforce fixed MTU
    https://git.kernel.org/netdev/net-next/c/d154cd078ac2
  - [net-next,v2,3/3] mctp: serial: remove unnecessary ldisc data check
    https://git.kernel.org/netdev/net-next/c/d1c99f365a1f

You are awesome, thank you!