Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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: 37b0ea8fef56 ("net: expand NETDEV_RSS_KEY_LEN to 256 bytes")
Reported-by: Mark Brown <broonie@kernel.org>
Closes: https://lore.kernel.org/netdev/aXeka0KYBnrkwUcF@sirena.org.uk/
Signed-off-by: Eric Dumazet <edumazet@google.com>
Link: https://patch.msgid.link/20260126174731.2767372-1-edumazet@google.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>

authored by

Eric Dumazet and committed by
Jakub Kicinski
3da35aa8 bf2e36c9

+1
+1
net/core/sysctl_net_core.c
··· 17 17 #include <linux/init.h> 18 18 #include <linux/slab.h> 19 19 #include <linux/sched/isolation.h> 20 + #include <linux/hex.h> 20 21 21 22 #include <net/ip.h> 22 23 #include <net/sock.h>