[PATCH net-next 0/4] net: few critical helpers are inlined again
From: Eric Dumazet <edumazet@google.com>
Date: 2026-01-22 04:57:22
From: Eric Dumazet <edumazet@google.com>
Date: 2026-01-22 04:57:22
Recent devmem additions increased stack depth. Some helpers that were inlined in the past are now out-of-line. Eric Dumazet (4): net: always inline skb_frag_unref() and __skb_frag_unref() gro: change the BUG_ON() in gro_pull_from_frag0() net: inline net_is_devmem_iov() net: inline get_netmem() and put_netmem() include/linux/skbuff_ref.h | 10 +++++----- include/net/netmem.h | 32 ++++++++++++++++++++++++++++++-- net/core/devmem.c | 5 ----- net/core/devmem.h | 7 +------ net/core/gro.c | 2 +- net/core/skbuff.c | 31 ++++++++++--------------------- 6 files changed, 47 insertions(+), 40 deletions(-) -- 2.52.0.457.g6b5491de43-goog