mbox series

[net-next,0/2] Add checks for incoming packet addresses

Message ID 20220218042554.564787-1-jk@codeconstruct.com.au (mailing list archive)
Headers show
Series Add checks for incoming packet addresses | expand

Message

Jeremy Kerr Feb. 18, 2022, 4:25 a.m. UTC
This series adds a couple of checks for valid addresses on incoming MCTP
packets. We introduce a couple of helpers in 1/2, and use them in the
ingress path in 2/2.

Cheers,


Jeremy

---

Jeremy Kerr (2):
  mctp: replace mctp_address_ok with more fine-grained helpers
  mctp: add address validity checking for packet receive

 include/net/mctp.h | 12 +++++++++++-
 net/mctp/device.c  |  2 +-
 net/mctp/neigh.c   |  2 +-
 net/mctp/route.c   | 13 ++++++++++++-
 4 files changed, 25 insertions(+), 4 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org Feb. 19, 2022, 5:50 a.m. UTC | #1
Hello:

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

On Fri, 18 Feb 2022 12:25:52 +0800 you wrote:
> This series adds a couple of checks for valid addresses on incoming MCTP
> packets. We introduce a couple of helpers in 1/2, and use them in the
> ingress path in 2/2.
> 
> Cheers,
> 
> 
> [...]

Here is the summary with links:
  - [net-next,1/2] mctp: replace mctp_address_ok with more fine-grained helpers
    https://git.kernel.org/netdev/net-next/c/cb196b725936
  - [net-next,2/2] mctp: add address validity checking for packet receive
    https://git.kernel.org/netdev/net-next/c/86cdfd63f25d

You are awesome, thank you!