mbox series

[net-next,0/3] Small fixes for MCTP

Message ID 20220225053938.643605-1-matt@codeconstruct.com.au (mailing list archive)
Headers show
Series Small fixes for MCTP | expand

Message

Matt Johnston Feb. 25, 2022, 5:39 a.m. UTC
Hi,

This series has 3 fixes for MCTP.

Cheers,
Matt

Matt Johnston (3):
  mctp: Avoid warning if unregister notifies twice
  mctp i2c: Fix potential use-after-free
  mctp i2c: Fix hard head TX bounds length check

 drivers/net/mctp/mctp-i2c.c | 7 ++++---
 net/mctp/device.c           | 8 ++++----
 2 files changed, 8 insertions(+), 7 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org Feb. 26, 2022, 6:30 a.m. UTC | #1
Hello:

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

On Fri, 25 Feb 2022 13:39:35 +0800 you wrote:
> Hi,
> 
> This series has 3 fixes for MCTP.
> 
> Cheers,
> Matt
> 
> [...]

Here is the summary with links:
  - [net-next,1/3] mctp: Avoid warning if unregister notifies twice
    https://git.kernel.org/netdev/net-next/c/f62457df5cc4
  - [net-next,2/3] mctp i2c: Fix potential use-after-free
    https://git.kernel.org/netdev/net-next/c/06bf1ce69d55
  - [net-next,3/3] mctp i2c: Fix hard head TX bounds length check
    https://git.kernel.org/netdev/net-next/c/33f5d1a9d970

You are awesome, thank you!