All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net v4 0/2] ipv4/ipv6: account for fraggap on paged allocation paths
@ 2026-06-16 13:33 Wongi Lee
  2026-06-16 13:38 ` [PATCH net v4 1/2] ipv4: account for fraggap on the paged allocation path Wongi Lee
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Wongi Lee @ 2026-06-16 13:33 UTC (permalink / raw)
  To: netdev
  Cc: David Ahern, Ido Schimmel, David S. Miller, Eric Dumazet,
	Jakub Kicinski, Paolo Abeni, Simon Horman, asml.silence, dhowells,
	willemb, Jungwoo Lee

Fix fraggap accounting in the paged-allocation paths of IPv4 and IPv6.

The IPv6 patch is the v4 update of the previously posted patch. The IPv4
patch handles the same code pattern (by Ido).

v3->v4
- Remove the MSG_SPLICE_PAGES exception from the IPv6 negative copy check.
- Clarify where the fraggap bytes are copied in the commit messages.
- Add Reviewed-by tags.

v2->v3
- Add the IPv4 counterpart.
- Mention that the IPv6 corruption became triggerable after ce650a166335.
- Remove the stale comments about copy becoming -fraggap when pagedlen > 0.
- Add missing Cc entries.

v1->v2:
- Fix mail format.

v3: https://lore.kernel.org/netdev/aiq3f7UZGFp0F3MV@DESKTOP-19IMU7U.localdomain/
v2: https://lore.kernel.org/netdev/aigx83czv+UJZA0d@DESKTOP-19IMU7U.localdomain/
v1: https://lore.kernel.org/netdev/aibiIYMAwUErTw5U@DESKTOP-19IMU7U.localdomain/

Wongi Lee (2):
  ipv4: account for fraggap on the paged allocation path
  ipv6: account for fraggap on the paged allocation path

 net/ipv4/ip_output.c  | 7 ++-----
 net/ipv6/ip6_output.c | 9 +++------
 2 files changed, 5 insertions(+), 11 deletions(-)

-- 
2.34.1

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

end of thread, other threads:[~2026-06-21 22:30 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-06-16 13:33 [PATCH net v4 0/2] ipv4/ipv6: account for fraggap on paged allocation paths Wongi Lee
2026-06-16 13:38 ` [PATCH net v4 1/2] ipv4: account for fraggap on the paged allocation path Wongi Lee
2026-06-16 13:46 ` [PATCH net v4 2/2] ipv6: " Wongi Lee
2026-06-21 22:30 ` [PATCH net v4 0/2] ipv4/ipv6: account for fraggap on paged allocation paths patchwork-bot+netdevbpf

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.