Hello:
This series was applied to netdev/net.git (main) by Jakub Kicinski kuba@kernel.org:
On Fri, 24 Nov 2023 12:15:18 -0500 you wrote:
From: Willem de Bruijn willemb@google.com
Observed a clang warning when backporting cmsg_sender. Ran the same build against all the .c files under selftests/net.
This is clang-14 with -Wall Which is what tools/testing/selftests/net/Makefile also enables.
[...]
Here is the summary with links: - [net,1/4] selftests/net: ipsec: fix constant out of range https://git.kernel.org/netdev/net/c/088559815477 - [net,2/4] selftests/net: fix a char signedness issue https://git.kernel.org/netdev/net/c/7b29828c5af6 - [net,3/4] selftests/net: unix: fix unused variable compiler warning https://git.kernel.org/netdev/net/c/59fef379d453 - [net,4/4] selftests/net: mptcp: fix uninitialized variable warnings https://git.kernel.org/netdev/net/c/00a4f8fd9c75
You are awesome, thank you!