]> www.infradead.org Git - users/jedix/linux-maple.git/commit
net: rps: remove kfree_rcu_mightsleep() use
authorEric Dumazet <edumazet@google.com>
Mon, 7 Apr 2025 16:36:02 +0000 (16:36 +0000)
committerJakub Kicinski <kuba@kernel.org>
Tue, 8 Apr 2025 19:30:55 +0000 (12:30 -0700)
commit0a7de4a8f898c480ffafe024c4a0a8b8819597f1
tree0674f8c736e7e30014e6566d63ec9c4c026af0a6
parent22d046a778e4344437fd49bb0995e315ec3fddcf
net: rps: remove kfree_rcu_mightsleep() use

Add an rcu_head to sd_flow_limit and rps_sock_flow_table structs
to use the more conventional and predictable k[v]free_rcu().

Signed-off-by: Eric Dumazet <edumazet@google.com>
Reviewed-by: Willem de Bruijn <willemb@google.com>
Link: https://patch.msgid.link/20250407163602.170356-5-edumazet@google.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
include/net/rps.h
net/core/dev.h
net/core/sysctl_net_core.c