Hello:
This patch was applied to netdev/net.git (main) by Jakub Kicinski kuba@kernel.org:
On Fri, 3 Oct 2025 14:01:27 -0700 you wrote:
We get a significant number of conflicts between net and net-next because of selftests Makefile changes. People tend to append new test cases at the end of the Makefile when there's no clear sort order. Sort all networking selftests Makefiles, use the following format:
VAR_NAME := \ entry1 \ entry2 \ entry3 \ # end of VAR_NAME
[...]
Here is the summary with links: - [net,v2] selftests: net: unify the Makefile formats https://git.kernel.org/netdev/net/c/f07f91a36090
You are awesome, thank you!