From: Andrea Cervesato via ltp <ltp@lists.linux.it>
To: "Ricardo Branco" <rbranco@suse.de>, ltp@lists.linux.it
Subject: Re: [LTP] [PATCH v8] userfaultfd: Add test using UFFDIO_POISON
Date: Thu, 12 Mar 2026 13:13:39 +0000 [thread overview]
Message-ID: <69b2bc04.050a0220.fabf1.b09e@mx.google.com> (raw)
In-Reply-To: <20260302120207.170340-1-rbranco@suse.de>
Hi!
> +
> +static void reset_pages(void)
> +{
> + if (page) {
> + SAFE_MUNMAP(page, page_size);
> + page = NULL;
> + }
> +}
> +
> +static void *handle_thread(void)
It looks good, but I noticed that all threads handlers in the userfaultfd testing
suite are not using the POSIX syntax:
static void *handle_thread(void *arg LTP_ATTRIBUTE_UNUSED)
We should can change it later on.
Acked-by: Andrea Cervesato <andrea.cervesato@suse.com>
--
Andrea Cervesato
SUSE QE Automation Engineer Linux
andrea.cervesato@suse.com
--
Mailing list info: https://lists.linux.it/listinfo/ltp
next prev parent reply other threads:[~2026-03-12 13:14 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-03-02 12:02 [LTP] [PATCH v8] userfaultfd: Add test using UFFDIO_POISON Ricardo Branco
2026-03-02 15:00 ` Cyril Hrubis
2026-03-12 13:13 ` Andrea Cervesato via ltp [this message]
2026-03-20 12:15 ` 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=69b2bc04.050a0220.fabf1.b09e@mx.google.com \
--to=ltp@lists.linux.it \
--cc=andrea.cervesato@suse.com \
--cc=rbranco@suse.de \
/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.