Netdev List
 help / color / mirror / Atom feed
From: patchwork-bot+netdevbpf@kernel.org
To: Steffen Klassert <steffen.klassert@secunet.com>
Cc: davem@davemloft.net, kuba@kernel.org,
	herbert@gondor.apana.org.au, netdev@vger.kernel.org
Subject: Re: [PATCH 01/10] xfrm6: fix out-of-bounds write in xfrm6_input_addr() when secpath is full
Date: Thu, 20 Aug 2026 19:20:46 +0000	[thread overview]
Message-ID: <178725364688.443080.9994375691568437035.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20260818092920.653034-2-steffen.klassert@secunet.com>

Hello:

This series was applied to netdev/net.git (main)
by Steffen Klassert <steffen.klassert@secunet.com>:

On Tue, 18 Aug 2026 11:28:32 +0200 you wrote:
> From: Xiang Mei <xmei5@asu.edu>
> 
> The depth check in xfrm6_input_addr() is off by one:
> 
>   if (1 + sp->len == XFRM_MAX_DEPTH)
>           goto drop;
>   ...
>   sp->xvec[sp->len++] = x;
> 
> [...]

Here is the summary with links:
  - [01/10] xfrm6: fix out-of-bounds write in xfrm6_input_addr() when secpath is full
    https://git.kernel.org/netdev/net/c/5d9e3bf34fec
  - [02/10] esp: do not unref managed frag pages in esp_ssg_unref()
    https://git.kernel.org/netdev/net/c/21697720ff43
  - [03/10] xfrm: espintcp: fix UAF during close
    https://git.kernel.org/netdev/net/c/deb232e88487
  - [04/10] xfrm: drop ESP-in-TCP packets with no ingress device
    https://git.kernel.org/netdev/net/c/e1d7c5ac1c24
  - [05/10] xfrm: avoid lock inversion in nat keepalive work
    https://git.kernel.org/netdev/net/c/763fe700b7c5
  - [06/10] xfrm: Fix skb double-free in xfrm_dev_direct_output()
    https://git.kernel.org/netdev/net/c/2aed51fc58d9
  - [07/10] xfrm: ah6: validate routing header segments_left
    https://git.kernel.org/netdev/net/c/7bad4bda74dc
  - [08/10] xfrm: fix xfrm_state_construct() auth-trunc leak
    https://git.kernel.org/netdev/net/c/c12cbf56320f
  - [09/10] Revert "esp: do not unref managed frag pages in esp_ssg_unref()"
    https://git.kernel.org/netdev/net/c/0fda52de8bbd
  - [10/10] xfrm: bound nat keepalive state collection
    https://git.kernel.org/netdev/net/c/4e9442ce551e

You are awesome, thank you!
-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



  reply	other threads:[~2026-08-20 19:21 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-08-18  9:28 [PATCH 0/10] pull request (net): ipsec 2026-08-18 Steffen Klassert
2026-08-18  9:28 ` [PATCH 01/10] xfrm6: fix out-of-bounds write in xfrm6_input_addr() when secpath is full Steffen Klassert
2026-08-20 19:20   ` patchwork-bot+netdevbpf [this message]
2026-08-18  9:28 ` [PATCH 02/10] esp: do not unref managed frag pages in esp_ssg_unref() Steffen Klassert
2026-08-18  9:28 ` [PATCH 03/10] xfrm: espintcp: fix UAF during close Steffen Klassert
2026-08-18  9:28 ` [PATCH 04/10] xfrm: drop ESP-in-TCP packets with no ingress device Steffen Klassert
2026-08-18  9:28 ` [PATCH 05/10] xfrm: avoid lock inversion in nat keepalive work Steffen Klassert
2026-08-18  9:28 ` [PATCH 06/10] xfrm: Fix skb double-free in xfrm_dev_direct_output() Steffen Klassert
2026-08-18  9:28 ` [PATCH 07/10] xfrm: ah6: validate routing header segments_left Steffen Klassert
2026-08-18  9:28 ` [PATCH 08/10] xfrm: fix xfrm_state_construct() auth-trunc leak Steffen Klassert
2026-08-18  9:28 ` [PATCH 09/10] Revert "esp: do not unref managed frag pages in esp_ssg_unref()" Steffen Klassert
2026-08-18  9:28 ` [PATCH 10/10] xfrm: bound nat keepalive state collection Steffen Klassert
2026-08-20 11:19 ` [PATCH 0/10] pull request (net): ipsec 2026-08-18 Paolo Abeni
2026-08-20 11:33   ` Steffen Klassert

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178725364688.443080.9994375691568437035.git-patchwork-notify@kernel.org \
    --to=patchwork-bot+netdevbpf@kernel.org \
    --cc=davem@davemloft.net \
    --cc=herbert@gondor.apana.org.au \
    --cc=kuba@kernel.org \
    --cc=netdev@vger.kernel.org \
    --cc=steffen.klassert@secunet.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox