public inbox for netdev@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 net 0/3] fou/gue: Fix skb memleak with inner protocol 0.
@ 2026-01-15 17:24 Kuniyuki Iwashima
  2026-01-15 17:24 ` [PATCH v2 net 1/3] gue: Fix skb memleak with inner IP " Kuniyuki Iwashima
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Kuniyuki Iwashima @ 2026-01-15 17:24 UTC (permalink / raw)
  To: David S . Miller, David Ahern, Eric Dumazet, Jakub Kicinski,
	Paolo Abeni
  Cc: Simon Horman, Kuniyuki Iwashima, Kuniyuki Iwashima, netdev

syzbot reported memleak for a GUE packet with its inner
protocol number 0.

Patch 1 fixes the issue, and patch 3 fixes the same issue
in FOU.


Changes:
  v2:
    * Add patch 2 for ynl-regen.sh (Jakub)
    * Patch 3
      * Updated ynl spec and regenerated fou_nl.c (Jakub)

  v1: https://lore.kernel.org/netdev/20260112200736.1884171-1-kuniyu@google.com/


Kuniyuki Iwashima (3):
  gue: Fix skb memleak with inner IP protocol 0.
  tools: ynl: Specify --no-line-number in ynl-regen.sh.
  fou: Don't allow 0 for FOU_ATTR_IPPROTO.

 Documentation/netlink/specs/fou.yaml | 2 ++
 net/ipv4/fou_core.c                  | 3 +++
 net/ipv4/fou_nl.c                    | 2 +-
 tools/net/ynl/ynl-regen.sh           | 2 +-
 4 files changed, 7 insertions(+), 2 deletions(-)

-- 
2.52.0.457.g6b5491de43-goog


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2026-01-19 14:22 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-01-15 17:24 [PATCH v2 net 0/3] fou/gue: Fix skb memleak with inner protocol 0 Kuniyuki Iwashima
2026-01-15 17:24 ` [PATCH v2 net 1/3] gue: Fix skb memleak with inner IP " Kuniyuki Iwashima
2026-01-15 17:24 ` [PATCH v2 net 2/3] tools: ynl: Specify --no-line-number in ynl-regen.sh Kuniyuki Iwashima
2026-01-15 17:31   ` Eric Dumazet
2026-01-15 17:24 ` [PATCH v2 net 3/3] fou: Don't allow 0 for FOU_ATTR_IPPROTO Kuniyuki Iwashima
2026-01-15 17:27   ` Eric Dumazet
2026-01-19 14:18 ` [PATCH v2 net 0/3] fou/gue: Fix skb memleak with inner protocol 0 patchwork-bot+netdevbpf

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox