]> git.ipfire.org Git - thirdparty/qemu.git/commit
linux-user: Implement fchmodat2 syscall
authorPeter Maydell <peter.maydell@linaro.org>
Thu, 10 Jul 2025 11:31:23 +0000 (12:31 +0100)
committerRichard Henderson <richard.henderson@linaro.org>
Thu, 10 Jul 2025 17:54:03 +0000 (11:54 -0600)
commit6a3e132a1be8c9e649967a4eb341d00731be7f51
tree5bb9e0d089ce344b5ddc473663b498078ce0d01f
parentabbeb42c1762a529cfbae52845c279b648a7acb4
linux-user: Implement fchmodat2 syscall

The fchmodat2 syscall is new from Linux 6.6; it is like the
existing fchmodat syscall except that it takes a flags parameter.

Resolves: https://gitlab.com/qemu-project/qemu/-/issues/3019
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Message-ID: <20250710113123.1109461-1-peter.maydell@linaro.org>
linux-user/syscall.c