From: patchwork-bot+netdevbpf@kernel.org
To: Pablo Neira Ayuso <pablo@netfilter.org>
Cc: netfilter-devel@vger.kernel.org, davem@davemloft.net,
netdev@vger.kernel.org, kuba@kernel.org, pabeni@redhat.com,
edumazet@google.com, fw@strlen.de, horms@kernel.org
Subject: Re: [PATCH net 01/13] netfilter: nf_conntrack_sip: widen NAT rewrite delta to s32 in sip_help_tcp()
Date: Sat, 25 Jul 2026 00:20:23 +0000 [thread overview]
Message-ID: <178493882341.3363307.1970080828146409091.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20260723163910.274695-2-pablo@netfilter.org>
Hello:
This series was applied to netdev/net.git (main)
by Pablo Neira Ayuso <pablo@netfilter.org>:
On Thu, 23 Jul 2026 18:38:58 +0200 you wrote:
> From: Xiang Mei <xmei5@asu.edu>
>
> sip_help_tcp() stores the size change of each NAT-rewritten SIP message
> in s16 diff and accumulates it in s16 tdiff, but a single message can
> grow by more than S16_MAX while the packet stays under the 65535
> enlarge_skb() limit: nf_nat_sip() rewrites every matching URI, and a long
> Contact list expands the message by tens of kilobytes. diff then wraps,
> and "datalen = datalen + diff - msglen" yields a huge unsigned datalen,
> so the next iteration's ct_sip_get_header() reads past the linearized skb
> tail.
>
> [...]
Here is the summary with links:
- [net,01/13] netfilter: nf_conntrack_sip: widen NAT rewrite delta to s32 in sip_help_tcp()
https://git.kernel.org/netdev/net/c/db3d0e0e5d4b
- [net,02/13] selftests: netfilter: nft_flowtable.sh: fix offload counter verification for tunnel tests
https://git.kernel.org/netdev/net/c/1d6123f87eeb
- [net,03/13] netfilter: nf_conntrack_expect: add and use nf_ct_expect_related_pair()
https://git.kernel.org/netdev/net/c/4aa63842fc92
- [net,04/13] netfilter: ipset: do not update comments from kernel-side hash adds
https://git.kernel.org/netdev/net/c/f30415929be8
- [net,05/13] ipvs: do not propagate one-packet flag to synced conns
https://git.kernel.org/netdev/net/c/a63d2dbaeb50
- [net,06/13] ipvs: adjust double hashing when fwd method changes
https://git.kernel.org/netdev/net/c/712d2993bea5
- [net,07/13] netfilter: nf_tables: make nft_object rhltable per table
https://git.kernel.org/netdev/net/c/f4f699790590
- [net,08/13] netfilter: xt_hashlimit: validate hashtable supports XT_HASHLIMIT_RATE_MATCH
https://git.kernel.org/netdev/net/c/305b63e14022
- [net,09/13] ipvs: fix the checksum validations
https://git.kernel.org/netdev/net/c/e876b75b9020
- [net,10/13] ipvs: fix places with wrong packet offsets
https://git.kernel.org/netdev/net/c/15cab31a3730
- [net,11/13] ipvs: do not mangle ICMP replies for non-first fragments
https://git.kernel.org/netdev/net/c/342e24a339b9
- [net,12/13] ipvs: clear the nfct flag under lock
https://git.kernel.org/netdev/net/c/da7d894c41d5
- [net,13/13] netfilter: nft_payload: fix mask build for partial field offload
https://git.kernel.org/netdev/net/c/39e88f28fb32
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-07-25 0:20 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-07-23 16:38 [PATCH net,v2 00/13] Netfilter/IPVS fixes for net Pablo Neira Ayuso
2026-07-23 16:38 ` [PATCH net 01/13] netfilter: nf_conntrack_sip: widen NAT rewrite delta to s32 in sip_help_tcp() Pablo Neira Ayuso
2026-07-25 0:20 ` patchwork-bot+netdevbpf [this message]
2026-07-23 16:38 ` [PATCH net 02/13] selftests: netfilter: nft_flowtable.sh: fix offload counter verification for tunnel tests Pablo Neira Ayuso
2026-07-23 16:39 ` [PATCH net 03/13] netfilter: nf_conntrack_expect: add and use nf_ct_expect_related_pair() Pablo Neira Ayuso
2026-07-23 16:39 ` [PATCH net 04/13] netfilter: ipset: do not update comments from kernel-side hash adds Pablo Neira Ayuso
2026-07-23 16:39 ` [PATCH net 05/13] ipvs: do not propagate one-packet flag to synced conns Pablo Neira Ayuso
2026-07-23 16:39 ` [PATCH net 06/13] ipvs: adjust double hashing when fwd method changes Pablo Neira Ayuso
2026-07-23 16:39 ` [PATCH net 07/13] netfilter: nf_tables: make nft_object rhltable per table Pablo Neira Ayuso
2026-07-23 16:39 ` [PATCH net 08/13] netfilter: xt_hashlimit: validate hashtable supports XT_HASHLIMIT_RATE_MATCH Pablo Neira Ayuso
2026-07-23 16:39 ` [PATCH net 09/13] ipvs: fix the checksum validations Pablo Neira Ayuso
2026-07-23 16:39 ` [PATCH net 10/13] ipvs: fix places with wrong packet offsets Pablo Neira Ayuso
2026-07-23 16:39 ` [PATCH net 11/13] ipvs: do not mangle ICMP replies for non-first fragments Pablo Neira Ayuso
2026-07-23 16:39 ` [PATCH net 12/13] ipvs: clear the nfct flag under lock Pablo Neira Ayuso
2026-07-23 16:39 ` [PATCH net 13/13] netfilter: nft_payload: fix mask build for partial field offload Pablo Neira Ayuso
-- strict thread matches above, loose matches on Subject: below --
2026-07-22 21:14 [PATCH net 00/13] Netfilter/IPVS fixes for net Pablo Neira Ayuso
2026-07-22 21:14 ` [PATCH net 01/13] netfilter: nf_conntrack_sip: widen NAT rewrite delta to s32 in sip_help_tcp() Pablo Neira Ayuso
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=178493882341.3363307.1970080828146409091.git-patchwork-notify@kernel.org \
--to=patchwork-bot+netdevbpf@kernel.org \
--cc=davem@davemloft.net \
--cc=edumazet@google.com \
--cc=fw@strlen.de \
--cc=horms@kernel.org \
--cc=kuba@kernel.org \
--cc=netdev@vger.kernel.org \
--cc=netfilter-devel@vger.kernel.org \
--cc=pabeni@redhat.com \
--cc=pablo@netfilter.org \
/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