From: "Philippe Mathieu-Daudé" <philmd@linaro.org>
To: Peter Maydell <peter.maydell@linaro.org>, qemu-devel@nongnu.org
Cc: Laurent Vivier <laurent@vivier.eu>,
Richard Henderson <richard.henderson@linaro.org>
Subject: Re: [PATCH] linux-user: Implement fchmodat2 syscall
Date: Thu, 10 Jul 2025 15:58:41 +0200 [thread overview]
Message-ID: <40f55de4-7eb2-4a83-988a-b8ef3e342075@linaro.org> (raw)
In-Reply-To: <20250710113123.1109461-1-peter.maydell@linaro.org>
On 10/7/25 13:31, Peter Maydell wrote:
> The fchmodat2 syscall is new from Linux 6.6; it is like the
> existing fchmodat syscall except that it takes a flags parameter.
>
> Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
> ---
> v1->v2: don't bother with trying to fall back to libc fchmodat();
> add missing braces for if()
> ---
> linux-user/syscall.c | 13 +++++++++++++
> 1 file changed, 13 insertions(+)
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
next prev parent reply other threads:[~2025-07-10 14:05 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-07-10 11:31 [PATCH] linux-user: Implement fchmodat2 syscall Peter Maydell
2025-07-10 11:36 ` [PATCH v2] " Peter Maydell
2025-07-10 11:39 ` Peter Maydell
2025-07-10 13:58 ` Philippe Mathieu-Daudé [this message]
2025-07-10 16:20 ` [PATCH] " Richard Henderson
2025-07-10 17:54 ` Richard Henderson
-- strict thread matches above, loose matches on Subject: below --
2025-07-08 16:10 Peter Maydell
2025-07-09 13:55 ` Richard Henderson
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=40f55de4-7eb2-4a83-988a-b8ef3e342075@linaro.org \
--to=philmd@linaro.org \
--cc=laurent@vivier.eu \
--cc=peter.maydell@linaro.org \
--cc=qemu-devel@nongnu.org \
--cc=richard.henderson@linaro.org \
/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;
as well as URLs for NNTP newsgroup(s).