From: Andrea Cervesato <andrea.cervesato@suse.de>
To: ltp@lists.linux.it
Subject: [LTP] [PATCH 0/5] landlock network coverage support
Date: Thu, 19 Sep 2024 12:23:06 +0200 [thread overview]
Message-ID: <20240919-landlock_network-v1-0-9c997f03bd0a@suse.com> (raw)
This testing suite is meant to test the landlock network support.
The landlock fallback had to be modified in order to support ABI v4
which changed the landlock rules structures. Also, a new test has been
added in landlock08, testing bind() and connect() syscalls support.
A few error checks have been added in the landlock02 test.
Signed-off-by: Andrea Cervesato <andrea.cervesato@suse.com>
---
Andrea Cervesato (5):
Fallback landlock network support
Network helpers in landlock suite common functions
Fix landlock06 creating multiple ruleset
Add landlock08 test
Add error coverage for landlock network support
configure.ac | 1 -
include/lapi/capability.h | 4 +
include/lapi/landlock.h | 39 ++--
runtest/syscalls | 1 +
testcases/kernel/syscalls/landlock/.gitignore | 1 +
testcases/kernel/syscalls/landlock/landlock01.c | 18 +-
testcases/kernel/syscalls/landlock/landlock02.c | 81 ++++++---
testcases/kernel/syscalls/landlock/landlock03.c | 8 +-
testcases/kernel/syscalls/landlock/landlock04.c | 8 +-
testcases/kernel/syscalls/landlock/landlock05.c | 12 +-
testcases/kernel/syscalls/landlock/landlock06.c | 15 +-
testcases/kernel/syscalls/landlock/landlock07.c | 8 +-
testcases/kernel/syscalls/landlock/landlock08.c | 199 +++++++++++++++++++++
.../kernel/syscalls/landlock/landlock_common.h | 134 +++++++++++++-
14 files changed, 452 insertions(+), 77 deletions(-)
---
base-commit: 968e6245d93bc91723e72086a71e6bc50f495d0b
change-id: 20240916-landlock_network-b4bb45fde72b
Best regards,
--
Andrea Cervesato <andrea.cervesato@suse.com>
--
Mailing list info: https://lists.linux.it/listinfo/ltp
next reply other threads:[~2024-09-19 10:23 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-09-19 10:23 Andrea Cervesato [this message]
2024-09-19 10:23 ` [LTP] [PATCH 1/5] Fallback landlock network support Andrea Cervesato
2024-10-23 14:37 ` Cyril Hrubis
2024-09-19 10:23 ` [LTP] [PATCH 2/5] Network helpers in landlock suite common functions Andrea Cervesato
2024-09-19 10:23 ` [LTP] [PATCH 3/5] Fix landlock06 creating multiple ruleset Andrea Cervesato
2024-09-19 10:23 ` [LTP] [PATCH 4/5] Add landlock08 test Andrea Cervesato
2024-09-19 10:23 ` [LTP] [PATCH 5/5] Add error coverage for landlock network support Andrea Cervesato
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20240919-landlock_network-v1-0-9c997f03bd0a@suse.com \
--to=andrea.cervesato@suse.de \
--cc=ltp@lists.linux.it \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.