Hi,
On Wed, Oct 01, 2025 at 06:52:45PM -0700, Jakub Kicinski wrote:
Sort config files for networking selftests. This should help us avoid merge conflicts between net and net-next. patchwork check will be added to prevent new issues.
The patch does not apply to my net/main (at daa26ea63c6) for unclear reasons, though I verified that it does neither add nor remove lines by:
diff -u \ <(sed -n 's/^-(CONFIG_.*)/\1/p' /tmp/sort.patch | sort) \ <(sed -n 's/^+(CONFIG_.*)/\1/p' /tmp/sort.patch | sort)
Signed-off-by: Jakub Kicinski kuba@kernel.org
Acked-by: Phil Sutter phil@nwl.cc