The Linux Kernel Mailing List
 help / color / mirror / Atom feed
* [PATCH net-next v2 0/2] net: isolate SKB data area allocations
@ 2026-06-11 12:46 Pedro Falcato
  2026-06-11 12:46 ` [PATCH net-next v2 1/2] mm/slab: add a node-track-caller variant for kmem buckets allocation Pedro Falcato
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Pedro Falcato @ 2026-06-11 12:46 UTC (permalink / raw)
  To: Vlastimil Babka, Harry Yoo, Andrew Morton, David S. Miller,
	Eric Dumazet, Jakub Kicinski, Paolo Abeni
  Cc: linux-hardening, linux-mm, netdev, linux-kernel, Hao Li,
	Christoph Lameter, David Rientjes, Roman Gushchin, Simon Horman,
	Jason Xing, Kuniyuki Iwashima, Kees Cook, Pedro Falcato

This is a rather simple series that attempts to address a possible
exploitation avenue - the allocation of skbs around the network stack, which
frequently get user-controlled contents. Found while doing some amateur
exploitation analysis for some other issue, elsewhere.

Patch 0 is a precursor patch that adds a slab allocation helper, patch 1
does the actual bucketing.

v2:
 - Pick up A-b, R-b tags (thanks everyone!)
 - Cover kmalloc_pfmemalloc as well (Harry)

Pedro Falcato (2):
  mm/slab: add a node-track-caller variant for kmem buckets allocation
  net: skb: isolate skb data area allocations into a separate bucket

 include/linux/slab.h | 7 +++++--
 net/core/skbuff.c    | 8 ++++++--
 2 files changed, 11 insertions(+), 4 deletions(-)

-- 
2.54.0


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

end of thread, other threads:[~2026-06-13 18:33 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-06-11 12:46 [PATCH net-next v2 0/2] net: isolate SKB data area allocations Pedro Falcato
2026-06-11 12:46 ` [PATCH net-next v2 1/2] mm/slab: add a node-track-caller variant for kmem buckets allocation Pedro Falcato
2026-06-11 12:46 ` [PATCH net-next v2 2/2] net: skb: isolate skb data area allocations into a separate bucket Pedro Falcato
2026-06-13 18:33 ` [PATCH net-next v2 0/2] net: isolate SKB data area allocations Jakub Kicinski

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