From: patchwork-bot+netdevbpf@kernel.org
To: Kuniyuki Iwashima <kuniyu@google.com>
Cc: willemdebruijn.kernel@gmail.com, dsahern@kernel.org,
davem@davemloft.net, edumazet@google.com, kuba@kernel.org,
pabeni@redhat.com, horms@kernel.org, fw@strlen.de,
kuni1840@gmail.com, netdev@vger.kernel.org
Subject: Re: [PATCH v3 net-next 00/15] udp: Retire UDP-Lite.
Date: Sat, 14 Mar 2026 02:20:34 +0000 [thread overview]
Message-ID: <177345483454.1571585.698024036382080927.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20260311052020.1213705-1-kuniyu@google.com>
Hello:
This series was applied to netdev/net-next.git (main)
by Jakub Kicinski <kuba@kernel.org>:
On Wed, 11 Mar 2026 05:19:47 +0000 you wrote:
> In 2023, syzbot found a null-ptr-deref bug triggered when UDP-Lite
> attempted to charge an skb after the total memory usage for UDP-Lite
> _and_ UDP exceeded a system-wide threshold, net.ipv4.udp_mem[1].
>
> Since this threshold is shared with UDP, the bug would have been
> easy to trigger if any real-world applications were using UDP-Lite;
> however, only syzbot ever stumbled upon it.
>
> [...]
Here is the summary with links:
- [v3,net-next,01/15] udp: Make udp[46]_seq_show() static.
https://git.kernel.org/netdev/net-next/c/86a41d957ba0
- [v3,net-next,02/15] ipv6: Retire UDP-Lite.
https://git.kernel.org/netdev/net-next/c/62554a51c584
- [v3,net-next,03/15] ipv6: Remove UDP-Lite support for IPV6_ADDRFORM.
https://git.kernel.org/netdev/net-next/c/92586f02f8a5
- [v3,net-next,04/15] ipv4: Retire UDP-Lite.
https://git.kernel.org/netdev/net-next/c/56520b398e5e
- [v3,net-next,05/15] udp: Remove UDP-Lite SNMP stats.
https://git.kernel.org/netdev/net-next/c/7accba6fd1ab
- [v3,net-next,06/15] smack: Remove IPPROTO_UDPLITE support in security_sock_rcv_skb().
https://git.kernel.org/netdev/net-next/c/b972cb5d397e
- [v3,net-next,07/15] udp: Remove partial csum code in RX.
https://git.kernel.org/netdev/net-next/c/c2539d4f2df7
- [v3,net-next,08/15] udp: Remove partial csum code in TX.
https://git.kernel.org/netdev/net-next/c/b2a1d719be4f
- [v3,net-next,09/15] udp: Remove UDPLITE_SEND_CSCOV and UDPLITE_RECV_CSCOV.
https://git.kernel.org/netdev/net-next/c/74f0cca1100b
- [v3,net-next,10/15] udp: Remove struct proto.h.udp_table.
https://git.kernel.org/netdev/net-next/c/5c2738588621
- [v3,net-next,11/15] udp: Remove udp_table in struct udp_seq_afinfo.
https://git.kernel.org/netdev/net-next/c/c570bd25d88a
- [v3,net-next,12/15] udp: Remove dead check in __udp[46]_lib_lookup() for BPF.
https://git.kernel.org/netdev/net-next/c/5a88b2810f26
- [v3,net-next,13/15] udp: Don't pass udptable to IPv6 socket lookup functions.
https://git.kernel.org/netdev/net-next/c/deffb85478a4
- [v3,net-next,14/15] udp: Don't pass udptable to IPv4 socket lookup functions.
https://git.kernel.org/netdev/net-next/c/68aeb21ef0e1
- [v3,net-next,15/15] udp: Don't pass proto to __udp4_lib_rcv() and __udp6_lib_rcv().
https://git.kernel.org/netdev/net-next/c/14ce9a47c5b7
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
prev parent reply other threads:[~2026-03-14 2:20 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-03-11 5:19 [PATCH v3 net-next 00/15] udp: Retire UDP-Lite Kuniyuki Iwashima
2026-03-11 5:19 ` [PATCH v3 net-next 01/15] udp: Make udp[46]_seq_show() static Kuniyuki Iwashima
2026-03-11 5:19 ` [PATCH v3 net-next 02/15] ipv6: Retire UDP-Lite Kuniyuki Iwashima
2026-03-11 5:19 ` [PATCH v3 net-next 03/15] ipv6: Remove UDP-Lite support for IPV6_ADDRFORM Kuniyuki Iwashima
2026-03-11 5:19 ` [PATCH v3 net-next 04/15] ipv4: Retire UDP-Lite Kuniyuki Iwashima
2026-03-11 5:19 ` [PATCH v3 net-next 05/15] udp: Remove UDP-Lite SNMP stats Kuniyuki Iwashima
2026-03-11 5:19 ` [PATCH v3 net-next 06/15] smack: Remove IPPROTO_UDPLITE support in security_sock_rcv_skb() Kuniyuki Iwashima
2026-03-11 5:19 ` [PATCH v3 net-next 07/15] udp: Remove partial csum code in RX Kuniyuki Iwashima
2026-03-13 1:04 ` Jakub Kicinski
2026-03-13 2:20 ` Willem de Bruijn
2026-03-11 5:19 ` [PATCH v3 net-next 08/15] udp: Remove partial csum code in TX Kuniyuki Iwashima
2026-03-11 5:19 ` [PATCH v3 net-next 09/15] udp: Remove UDPLITE_SEND_CSCOV and UDPLITE_RECV_CSCOV Kuniyuki Iwashima
2026-03-11 5:19 ` [PATCH v3 net-next 10/15] udp: Remove struct proto.h.udp_table Kuniyuki Iwashima
2026-03-11 5:19 ` [PATCH v3 net-next 11/15] udp: Remove udp_table in struct udp_seq_afinfo Kuniyuki Iwashima
2026-03-11 5:19 ` [PATCH v3 net-next 12/15] udp: Remove dead check in __udp[46]_lib_lookup() for BPF Kuniyuki Iwashima
2026-03-11 5:20 ` [PATCH v3 net-next 13/15] udp: Don't pass udptable to IPv6 socket lookup functions Kuniyuki Iwashima
2026-03-11 5:20 ` [PATCH v3 net-next 14/15] udp: Don't pass udptable to IPv4 " Kuniyuki Iwashima
2026-03-11 5:20 ` [PATCH v3 net-next 15/15] udp: Don't pass proto to __udp4_lib_rcv() and __udp6_lib_rcv() Kuniyuki Iwashima
2026-03-14 2:20 ` patchwork-bot+netdevbpf [this message]
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=177345483454.1571585.698024036382080927.git-patchwork-notify@kernel.org \
--to=patchwork-bot+netdevbpf@kernel.org \
--cc=davem@davemloft.net \
--cc=dsahern@kernel.org \
--cc=edumazet@google.com \
--cc=fw@strlen.de \
--cc=horms@kernel.org \
--cc=kuba@kernel.org \
--cc=kuni1840@gmail.com \
--cc=kuniyu@google.com \
--cc=netdev@vger.kernel.org \
--cc=pabeni@redhat.com \
--cc=willemdebruijn.kernel@gmail.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