All of lore.kernel.org
 help / color / mirror / Atom feed
From: Andrea Cervesato via ltp <ltp@lists.linux.it>
To: ltp@lists.linux.it
Subject: [LTP] [PATCH v2 0/7] Refactor mqns testing suite
Date: Thu, 16 Jun 2022 16:07:10 +0200	[thread overview]
Message-ID: <20220616140717.23708-1-andrea.cervesato@suse.com> (raw)

mqns testing suite has been refactored using new LTP API

Andrea Cervesato (7):
  Add more safe macros for mqueue API
  Refactor mqns_01 using new LTP API
  Refactor mqns_02 using new LTP API
  Refactor mqns_03 using new LTP API
  Refactor mqns_04 using new LTP API
  Delete deprecated mqns header files
  Rename common.h into mqns.h for mqns suite

 include/tst_safe_posix_ipc.h                  |  34 +++
 runtest/containers                            |  19 +-
 testcases/kernel/containers/mqns/Makefile     |  27 +-
 testcases/kernel/containers/mqns/mqns.h       | 108 ++++++-
 testcases/kernel/containers/mqns/mqns_01.c    | 187 ++++--------
 testcases/kernel/containers/mqns/mqns_02.c    | 217 ++++----------
 testcases/kernel/containers/mqns/mqns_03.c    | 271 +++++++-----------
 testcases/kernel/containers/mqns/mqns_04.c    | 263 +++++++----------
 .../kernel/containers/mqns/mqns_helper.h      |  56 ----
 9 files changed, 481 insertions(+), 701 deletions(-)
 delete mode 100644 testcases/kernel/containers/mqns/mqns_helper.h

-- 
2.35.3


-- 
Mailing list info: https://lists.linux.it/listinfo/ltp

             reply	other threads:[~2022-06-16 14:07 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-06-16 14:07 Andrea Cervesato via ltp [this message]
2022-06-16 14:07 ` [LTP] [PATCH v2 1/7] Add more safe macros for mqueue API Andrea Cervesato via ltp
2022-06-16 21:52   ` Petr Vorel
2022-06-16 21:57     ` Petr Vorel
2022-07-22  9:31       ` Andrea Cervesato via ltp
2022-07-26  6:48         ` Petr Vorel
2022-06-16 14:07 ` [LTP] [PATCH v2 2/7] Refactor mqns_01 using new LTP API Andrea Cervesato via ltp
2022-06-16 21:56   ` Petr Vorel
2022-06-16 14:07 ` [LTP] [PATCH v2 3/7] Refactor mqns_02 " Andrea Cervesato via ltp
2022-06-16 14:07 ` [LTP] [PATCH v2 4/7] Refactor mqns_03 " Andrea Cervesato via ltp
2022-06-16 14:07 ` [LTP] [PATCH v2 5/7] Refactor mqns_04 " Andrea Cervesato via ltp
2022-06-16 14:07 ` [LTP] [PATCH v2 6/7] Delete deprecated mqns header files Andrea Cervesato via ltp
2022-06-16 14:07 ` [LTP] [PATCH v2 7/7] Rename common.h into mqns.h for mqns suite Andrea Cervesato via ltp

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=20220616140717.23708-1-andrea.cervesato@suse.com \
    --to=ltp@lists.linux.it \
    --cc=andrea.cervesato@suse.com \
    /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.