All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jan Stancek <jstancek@redhat.com>
To: ltp@lists.linux.it
Subject: [LTP] [PATCH v2 0/2] Implement syscall multiplexing
Date: Fri, 22 Mar 2019 08:04:45 -0400 (EDT)	[thread overview]
Message-ID: <450197962.11087564.1553256285704.JavaMail.zimbra@redhat.com> (raw)
In-Reply-To: <20190321155112.13449-1-chrubis@suse.cz>



----- Original Message -----
> This is version 2 of the patchset, the main changes are documentation
> for the multiplex function and also fixes in the select multiplexing
> function.

Acked-by: Jan Stancek <jstancek@redhat.com>

This made me think, if we need something like tst_syscall_supported().
If in future we'll have multiplex function with couple #ifdefs,
we may hit TCONF (due to ENOSYS) before we iterate over all of them.

> 
> Cyril Hrubis (2):
>   tst_test: Add test multiplex function
>   syscalls/select04: Test four syscall variants
> 
>  doc/test-writing-guidelines.txt               | 80 +++++++++++++++++
>  include/tst_test.h                            | 14 +++
>  lib/tst_test.c                                | 11 ++-
>  testcases/kernel/syscalls/select/select04.c   |  5 +-
>  testcases/kernel/syscalls/select/select_mpx.h | 87 +++++++++++++++++++
>  5 files changed, 194 insertions(+), 3 deletions(-)
>  create mode 100644 testcases/kernel/syscalls/select/select_mpx.h
> 
> --
> 2.19.2
> 
> 
> --
> Mailing list info: https://lists.linux.it/listinfo/ltp
> 

  parent reply	other threads:[~2019-03-22 12:04 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-03-21 15:51 [LTP] [PATCH v2 0/2] Implement syscall multiplexing Cyril Hrubis
2019-03-21 15:51 ` [LTP] [PATCH v2 1/2] tst_test: Add test multiplex function Cyril Hrubis
2019-03-21 15:51 ` [LTP] [PATCH v2 2/2] syscalls/select04: Test four syscall variants Cyril Hrubis
2019-03-22 12:04 ` Jan Stancek [this message]
2019-03-22 12:21   ` [LTP] [PATCH v2 0/2] Implement syscall multiplexing Cyril Hrubis

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=450197962.11087564.1553256285704.JavaMail.zimbra@redhat.com \
    --to=jstancek@redhat.com \
    --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.