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/18] xfrm: cleanup error path in xfrm_add_policy()
Date: Sat, 13 Jun 2026 20:40:57 +0000 [thread overview]
Message-ID: <178138325738.1587607.4411330476742685465.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20260612074725.1760473-2-steffen.klassert@secunet.com>
Hello:
This series was applied to netdev/net-next.git (main)
by Steffen Klassert <steffen.klassert@secunet.com>:
On Fri, 12 Jun 2026 09:46:17 +0200 you wrote:
> From: Deepanshu Kartikey <kartikey406@gmail.com>
>
> Replace the open-coded manual cleanup in the error path of
> xfrm_add_policy() with xfrm_policy_destroy(), which already
> handles all the necessary cleanup internally. This is consistent
> with how xfrm_policy_construct() handles its own error paths.
>
> [...]
Here is the summary with links:
- [01/18] xfrm: cleanup error path in xfrm_add_policy()
https://git.kernel.org/netdev/net-next/c/a77d172177f3
- [02/18] xfrm: Reject excessive values for XFRMA_TFCPAD
https://git.kernel.org/netdev/net-next/c/41c4d3b26f5e
- [03/18] xfrm: remove redundant assignments
https://git.kernel.org/netdev/net-next/c/440bf355d32e
- [04/18] xfrm: add extack to xfrm_init_state
https://git.kernel.org/netdev/net-next/c/231a1744dc43
- [05/18] xfrm: allow migration from UDP encapsulated to non-encapsulated ESP
https://git.kernel.org/netdev/net-next/c/b8addb8884f2
- [06/18] xfrm: fix NAT-related field inheritance in SA migration
https://git.kernel.org/netdev/net-next/c/364e165e0b63
- [07/18] xfrm: rename reqid in xfrm_migrate
https://git.kernel.org/netdev/net-next/c/e2e92714d081
- [08/18] xfrm: split xfrm_state_migrate into create and install functions
https://git.kernel.org/netdev/net-next/c/8de53883a4bf
- [09/18] xfrm: check family before comparing addresses in migrate
https://git.kernel.org/netdev/net-next/c/b2cb192b95e5
- [10/18] xfrm: add state synchronization after migration
https://git.kernel.org/netdev/net-next/c/bac7a60e2678
- [11/18] xfrm: add error messages to state migration
https://git.kernel.org/netdev/net-next/c/15e5d32de6bf
- [12/18] xfrm: move encap and xuo into struct xfrm_migrate
https://git.kernel.org/netdev/net-next/c/1d97daee3038
- [13/18] xfrm: refactor XFRMA_MTIMER_THRESH validation into a helper
https://git.kernel.org/netdev/net-next/c/92550d30c69b
- [14/18] xfrm: extract address family and selector validation helpers
https://git.kernel.org/netdev/net-next/c/38d400e5d0fd
- [15/18] xfrm: make xfrm_dev_state_add xuo parameter const
https://git.kernel.org/netdev/net-next/c/8eed5ba25734
- [16/18] xfrm: add XFRM_MSG_MIGRATE_STATE for single SA migration
https://git.kernel.org/netdev/net-next/c/a9d155ea9b44
- [17/18] xfrm: restrict netlink attributes for XFRM_MSG_MIGRATE_STATE
https://git.kernel.org/netdev/net-next/c/c4460171d78a
- [18/18] xfrm: add documentation for XFRM_MSG_MIGRATE_STATE
https://git.kernel.org/netdev/net-next/c/c13c0cc6f52e
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
next prev parent reply other threads:[~2026-06-13 20:41 UTC|newest]
Thread overview: 21+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-06-12 7:46 [PATCH 0/18] pull request (net-next): ipsec-next 2026-06-12 Steffen Klassert
2026-06-12 7:46 ` [PATCH 01/18] xfrm: cleanup error path in xfrm_add_policy() Steffen Klassert
2026-06-13 20:40 ` patchwork-bot+netdevbpf [this message]
2026-06-12 7:46 ` [PATCH 02/18] xfrm: Reject excessive values for XFRMA_TFCPAD Steffen Klassert
2026-06-12 7:46 ` [PATCH 03/18] xfrm: remove redundant assignments Steffen Klassert
2026-06-12 7:46 ` [PATCH 04/18] xfrm: add extack to xfrm_init_state Steffen Klassert
2026-06-12 7:46 ` [PATCH 05/18] xfrm: allow migration from UDP encapsulated to non-encapsulated ESP Steffen Klassert
2026-06-12 7:46 ` [PATCH 06/18] xfrm: fix NAT-related field inheritance in SA migration Steffen Klassert
2026-06-12 7:46 ` [PATCH 07/18] xfrm: rename reqid in xfrm_migrate Steffen Klassert
2026-06-12 7:46 ` [PATCH 08/18] xfrm: split xfrm_state_migrate into create and install functions Steffen Klassert
2026-06-12 7:46 ` [PATCH 09/18] xfrm: check family before comparing addresses in migrate Steffen Klassert
2026-06-12 7:46 ` [PATCH 10/18] xfrm: add state synchronization after migration Steffen Klassert
2026-06-12 7:46 ` [PATCH 11/18] xfrm: add error messages to state migration Steffen Klassert
2026-06-12 7:46 ` [PATCH 12/18] xfrm: move encap and xuo into struct xfrm_migrate Steffen Klassert
2026-06-12 7:46 ` [PATCH 13/18] xfrm: refactor XFRMA_MTIMER_THRESH validation into a helper Steffen Klassert
2026-06-12 7:46 ` [PATCH 14/18] xfrm: extract address family and selector validation helpers Steffen Klassert
2026-06-12 7:46 ` [PATCH 15/18] xfrm: make xfrm_dev_state_add xuo parameter const Steffen Klassert
2026-06-12 7:46 ` [PATCH 16/18] xfrm: add XFRM_MSG_MIGRATE_STATE for single SA migration Steffen Klassert
2026-06-12 7:46 ` [PATCH 17/18] xfrm: restrict netlink attributes for XFRM_MSG_MIGRATE_STATE Steffen Klassert
2026-06-12 7:46 ` [PATCH 18/18] xfrm: add documentation " Steffen Klassert
2026-06-13 20:15 ` [PATCH 0/18] pull request (net-next): ipsec-next 2026-06-12 Jakub Kicinski
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=178138325738.1587607.4411330476742685465.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