public inbox for netdev@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v1 net 0/2] fou/gue: Fix skb memleak with inner protocol 0.
@ 2026-01-12 20:06 Kuniyuki Iwashima
  2026-01-12 20:06 ` [PATCH v1 net 1/2] gue: Fix skb memleak with inner IP " Kuniyuki Iwashima
  2026-01-12 20:06 ` [PATCH v1 net 2/2] fou: Don't allow 0 for FOU_ATTR_IPPROTO Kuniyuki Iwashima
  0 siblings, 2 replies; 9+ messages in thread
From: Kuniyuki Iwashima @ 2026-01-12 20:06 UTC (permalink / raw)
  To: David S . Miller, David Ahern, Eric Dumazet, Jakub Kicinski,
	Paolo Abeni
  Cc: Simon Horman, Tom Herbert, 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 2 fixes the same issue
in FOU.


Kuniyuki Iwashima (2):
  gue: Fix skb memleak with inner IP protocol 0.
  fou: Don't allow 0 for FOU_ATTR_IPPROTO.

 net/ipv4/fou_core.c | 3 +++
 net/ipv4/fou_nl.c   | 2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)

-- 
2.52.0.457.g6b5491de43-goog


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

end of thread, other threads:[~2026-01-15  7:43 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-01-12 20:06 [PATCH v1 net 0/2] fou/gue: Fix skb memleak with inner protocol 0 Kuniyuki Iwashima
2026-01-12 20:06 ` [PATCH v1 net 1/2] gue: Fix skb memleak with inner IP " Kuniyuki Iwashima
2026-01-12 20:27   ` Eric Dumazet
2026-01-12 20:06 ` [PATCH v1 net 2/2] fou: Don't allow 0 for FOU_ATTR_IPPROTO Kuniyuki Iwashima
2026-01-12 20:25   ` Eric Dumazet
2026-01-14  3:11   ` Jakub Kicinski
2026-01-14  7:15     ` Kuniyuki Iwashima
2026-01-15  3:40       ` Jakub Kicinski
2026-01-15  7:43         ` Kuniyuki Iwashima

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