netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net v2 0/2] Silence bad offload warning when sending UDP GSO with IPv6 extension headers
@ 2024-08-01 13:52 Jakub Sitnicki
  2024-08-01 13:52 ` [PATCH net v2 1/2] gso: Skip bad offload detection when device supports requested GSO Jakub Sitnicki
                   ` (2 more replies)
  0 siblings, 3 replies; 12+ messages in thread
From: Jakub Sitnicki @ 2024-08-01 13:52 UTC (permalink / raw)
  To: netdev
  Cc: David S. Miller, Eric Dumazet, Jakub Kicinski, Paolo Abeni,
	Willem de Bruijn, kernel-team, syzbot+e15b7e15b8a751a91d9a

This series addresses a recent regression report from syzbot [1].
Please see patch 1 description for details.

[1] https://lore.kernel.org/all/000000000000e1609a061d5330ce@google.com/

Signed-off-by: Jakub Sitnicki <jakub@cloudflare.com>
---
Changes in v2:
- Contain the fix inside the GSO stack after discussing with Willem
- Rework tests after realizing the regression has nothing to do with tunnels
- Link to v1: https://lore.kernel.org/r/20240725-udp-gso-egress-from-tunnel-v1-0-5e5530ead524@cloudflare.com

---
Jakub Sitnicki (2):
      gso: Skip bad offload detection when device supports requested GSO
      selftests/net: Add coverage for UDP GSO with IPv6 extension headers

 net/core/gso.c                       |  6 ++++--
 tools/testing/selftests/net/udpgso.c | 25 ++++++++++++++++++++++++-
 2 files changed, 28 insertions(+), 3 deletions(-)


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

end of thread, other threads:[~2024-08-08  2:33 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-01 13:52 [PATCH net v2 0/2] Silence bad offload warning when sending UDP GSO with IPv6 extension headers Jakub Sitnicki
2024-08-01 13:52 ` [PATCH net v2 1/2] gso: Skip bad offload detection when device supports requested GSO Jakub Sitnicki
2024-08-01 19:13   ` Willem de Bruijn
2024-08-05 10:04     ` Jakub Sitnicki
2024-08-05 14:25       ` Willem de Bruijn
2024-08-05 15:59         ` Jakub Sitnicki
2024-08-05 16:11           ` Willem de Bruijn
2024-08-01 13:52 ` [PATCH net v2 2/2] selftests/net: Add coverage for UDP GSO with IPv6 extension headers Jakub Sitnicki
2024-08-01 19:16   ` Willem de Bruijn
2024-08-08  2:33   ` Willem de Bruijn
2024-08-02  1:36 ` [PATCH net v2 0/2] Silence bad offload warning when sending " Jakub Kicinski
2024-08-02 11:20   ` Jakub Sitnicki

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).