Re: [PATCH net] selftests: net: fix CONFIG_SYSCTL sort order in configs

From: Jakub Kicinski

Date: Mon Sep 21 2026 - 20:37:07 EST


On Fri, 18 Sep 2026 22:49:30 +0900 Yuya Kusakabe wrote:
> Commit 8d75c338f0bc ("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.

Thanks a lot for fixing it up!