]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
selftests/landlock: Add tests for UDP send
authorMatthieu Buffet <matthieu@buffet.re>
Thu, 11 Jun 2026 16:21:04 +0000 (18:21 +0200)
committerMickaël Salaün <mic@digikod.net>
Sat, 13 Jun 2026 21:15:07 +0000 (23:15 +0200)
commitcf393de90f93bcc962436062e0a6d3afc0285d03
treea2b74d36fa1dd2ad6f9116cf0667469ba2978584
parent42afa5c467239642ca34efd7d76d034609abbaf6
selftests/landlock: Add tests for UDP send

Add tests specific to UDP sendmsg() in the protocol_* variants to ensure
behaviour is consistent across AF_INET, AF_INET6 and AF_UNIX.

Signed-off-by: Matthieu Buffet <matthieu@buffet.re>
Link: https://patch.msgid.link/20260611162107.49278-5-matthieu@buffet.re
[mic: Fix comment formatting, rebase]
Signed-off-by: Mickaël Salaün <mic@digikod.net>
tools/testing/selftests/landlock/net_test.c