mirror of
https://github.com/torvalds/linux.git
synced 2026-09-26 10:02:02 +02:00
selftests: net: fix CONFIG_SYSCTL sort order in configs
Commit8d75c338f0("sysctl: remove CONFIG_PROC_SYSCTL, it just mirrors CONFIG_SYSCTL") renamed CONFIG_PROC_SYSCTL to CONFIG_SYSCTL in place, which left the entry out of alphabetical order in the net and packetdrill configs. The netdev CI check for sorted selftest configs now fails for every patch that touches either file. Fixes:8d75c338f0("sysctl: remove CONFIG_PROC_SYSCTL, it just mirrors CONFIG_SYSCTL") Signed-off-by: Yuya Kusakabe <yuya.kusakabe@gmail.com> Reviewed-by: Joel Granados <joel.granados@kernel.org> Link: https://patch.msgid.link/20260918-selftests-net-config-sort-v1-1-968ea6e8c1b7@gmail.com Signed-off-by: Jakub Kicinski <kuba@kernel.org>
This commit is contained in:
parent
c06bde80ae
commit
be581d6635
|
|
@ -118,10 +118,10 @@ CONFIG_NFT_NAT=m
|
|||
CONFIG_NUMA=y
|
||||
CONFIG_OPENVSWITCH=m
|
||||
CONFIG_PAGE_POOL_STATS=y
|
||||
CONFIG_SYSCTL=y
|
||||
CONFIG_PSAMPLE=m
|
||||
CONFIG_RPS=y
|
||||
CONFIG_SYN_COOKIES=y
|
||||
CONFIG_SYSCTL=y
|
||||
CONFIG_SYSFS=y
|
||||
CONFIG_TAP=m
|
||||
CONFIG_TCP_CONG_DCTCP=y
|
||||
|
|
|
|||
|
|
@ -4,8 +4,8 @@ CONFIG_IPV6=y
|
|||
CONFIG_NET_NS=y
|
||||
CONFIG_NET_SCH_FIFO=y
|
||||
CONFIG_NET_SCH_FQ=y
|
||||
CONFIG_SYSCTL=y
|
||||
CONFIG_SYN_COOKIES=y
|
||||
CONFIG_SYSCTL=y
|
||||
CONFIG_TCP_CONG_CUBIC=y
|
||||
CONFIG_TCP_MD5SIG=y
|
||||
CONFIG_TUN=y
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user