On 02/10/2025 03:30, Jakub Kicinski 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
Some Makefiles are already pretty close to this.
Signed-off-by: Jakub Kicinski kuba@kernel.org
for the ovpn bits:
Acked-by: Antonio Quartulli antonio@openvpn.net