From: Cyril Hrubis <chrubis@suse.cz>
To: Wei Gao <wegao@suse.com>
Cc: ltp@lists.linux.it
Subject: Re: [LTP] [PATCH v1 1/3] Rewrite eventfd2_01 test using new LTP API
Date: Wed, 5 Apr 2023 11:22:32 +0200 [thread overview]
Message-ID: <ZC092GCT+OvTHgUX@yuki> (raw)
In-Reply-To: <20230314234000.GA10628@localhost>
Hi!
> > +static inline int eventfd2(unsigned int count, unsigned int flags)
> > +{
> > + int ret;
> > +
> > + ret = tst_syscall(__NR_eventfd2, count, flags);
> > + if (ret == -1)
> > + tst_brk(TBROK | TERRNO, "eventfd2");
> > +
> > + return ret;
> > +}
> Normally we need put file or store this file into some lib directory?
As long as there are no other testcases that will need this it's okay if
this stays here.
--
Cyril Hrubis
chrubis@suse.cz
--
Mailing list info: https://lists.linux.it/listinfo/ltp
next prev parent reply other threads:[~2023-04-05 9:21 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-03-08 13:23 [LTP] [PATCH v1 0/3] Rewrite eventfd2 testing suite Andrea Cervesato
2023-03-08 13:23 ` [LTP] [PATCH v1 1/3] Rewrite eventfd2_01 test using new LTP API Andrea Cervesato
2023-03-14 23:40 ` Wei Gao via ltp
2023-03-15 9:08 ` Andrea Cervesato via ltp
2023-04-05 9:22 ` Cyril Hrubis [this message]
2023-04-05 9:24 ` Cyril Hrubis
2023-03-08 13:23 ` [LTP] [PATCH v1 2/3] Rewrite eventfd2_02 " Andrea Cervesato
2023-03-14 23:46 ` Wei Gao via ltp
2023-04-05 9:32 ` Cyril Hrubis
2023-03-08 13:23 ` [LTP] [PATCH v1 3/3] Rewrite eventfd2_03 " Andrea Cervesato
2023-03-15 0:47 ` Wei Gao via ltp
2023-04-05 9:45 ` 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=ZC092GCT+OvTHgUX@yuki \
--to=chrubis@suse.cz \
--cc=ltp@lists.linux.it \
--cc=wegao@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox