Hello:
This patch was applied to netdev/net.git (main) by Jakub Kicinski kuba@kernel.org:
On Fri, 14 Jun 2024 19:15:29 +0200 you wrote:
It is important to have fixed (sub)test names in TAP, because these names are used to identify them. If they are not fixed, tracking cannot be done.
Some subtests from the userspace_pm selftest were using random numbers in their names: the client and server address IDs from $RANDOM, and the client port number randomly picked by the kernel when creating the connection. These values have been replaced by 'client' and 'server' words: that's even more helpful than showing random numbers. Note that the addresses IDs are incremented and decremented in the test: +1 or -1 are then displayed in these cases.
[...]
Here is the summary with links: - [net] selftests: mptcp: userspace_pm: fixed subtest names https://git.kernel.org/netdev/net/c/e874557fce1b
You are awesome, thank you!