Commit 3da35aa8 authored by Eric Dumazet's avatar Eric Dumazet Committed by Jakub Kicinski
Browse files

net: include <linux/hex.h> from sysctl_net_core.c



Needed for hex_byte_pack().

x86_64 was already including it, but some arches were not.

Fixes: 37b0ea8f ("net: expand NETDEV_RSS_KEY_LEN to 256 bytes")
Reported-by: default avatarMark Brown <broonie@kernel.org>
Closes: https://lore.kernel.org/netdev/aXeka0KYBnrkwUcF@sirena.org.uk/


Signed-off-by: default avatarEric Dumazet <edumazet@google.com>
Link: https://patch.msgid.link/20260126174731.2767372-1-edumazet@google.com


Signed-off-by: default avatarJakub Kicinski <kuba@kernel.org>
parent bf2e36c9
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -17,6 +17,7 @@
#include <linux/init.h>
#include <linux/slab.h>
#include <linux/sched/isolation.h>
#include <linux/hex.h>

#include <net/ip.h>
#include <net/sock.h>