From: Andrea Cervesato <andrea.cervesato@suse.de>
To: ltp@lists.linux.it
Subject: [LTP] [PATCH v3 0/6] Rewrite mountns testing suite
Date: Tue, 1 Mar 2022 10:15:11 +0100 [thread overview]
Message-ID: <20220301091517.11142-1-andrea.cervesato@suse.de> (raw)
mountns testing suite has been rewritten using new LTP API and libclone
has been removed from dependences.
Andrea Cervesato (6):
Rewrite mountns01 test using new LTP API
Rewrite mountns02 test using new LTP API
Rewrite mountns03 test using new LTP API
Rewrite mountns04 test using new LTP API
Removed obsolete mountns_helper.h
Removed libclone usage from mountns testing suite
testcases/kernel/containers/mountns/Makefile | 21 +-
testcases/kernel/containers/mountns/mountns.h | 50 +++++
.../kernel/containers/mountns/mountns01.c | 185 +++++++---------
.../kernel/containers/mountns/mountns02.c | 186 +++++++---------
.../kernel/containers/mountns/mountns03.c | 206 +++++++-----------
.../kernel/containers/mountns/mountns04.c | 109 ++++-----
.../containers/mountns/mountns_helper.h | 61 ------
7 files changed, 334 insertions(+), 484 deletions(-)
create mode 100644 testcases/kernel/containers/mountns/mountns.h
delete mode 100644 testcases/kernel/containers/mountns/mountns_helper.h
--
2.35.1
--
Mailing list info: https://lists.linux.it/listinfo/ltp
next reply other threads:[~2022-03-01 9:15 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-03-01 9:15 Andrea Cervesato [this message]
2022-03-01 9:15 ` [LTP] [PATCH v3 1/6] Rewrite mountns01 test using new LTP API Andrea Cervesato
2022-03-01 14:35 ` Cyril Hrubis
2022-03-01 15:18 ` Cyril Hrubis
2022-03-01 9:15 ` [LTP] [PATCH v3 2/6] Rewrite mountns02 " Andrea Cervesato
2022-03-01 9:15 ` [LTP] [PATCH v3 3/6] Rewrite mountns03 " Andrea Cervesato
2022-03-01 9:15 ` [LTP] [PATCH v3 4/6] Rewrite mountns04 " Andrea Cervesato
2022-03-01 9:15 ` [LTP] [PATCH v3 5/6] Removed obsolete mountns_helper.h Andrea Cervesato
2022-03-01 9:15 ` [LTP] [PATCH v3 6/6] Removed libclone usage from mountns testing suite 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=20220301091517.11142-1-andrea.cervesato@suse.de \
--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.