https://bugs.kde.org/show_bug.cgi?id=501365
Mark Wielaard <m...@klomp.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution|--- |FIXED --- Comment #12 from Mark Wielaard <m...@klomp.org> --- Patch does look good, pushed as: commit f697142e15c44c2d3e3910ae436a6597e8782aea Author: Martin Cermak <mcer...@redhat.com> Date: Tue Mar 18 18:17:30 2025 +0100 Wrap linux specific userfaultfd syscall userfaultfd takes a flags argument and returns a file descriptor. It shows up in the Linux Test Project syscalls tests as unhandled. Declare a sys_userfaultfd wrapper in priv_syswrap-linux.h and hook it for {amd64,arm,arm64,mips64,nanomips,ppc32,ppc64,riscv64,s390x,x86}-linux using LINXY with PRE/POST handlers in syswrap-linux.c. Define __NR_userfaultfd in vki-scnums-s390x-linux.h. It was already defined for all other arches. https://bugs.kde.org/show_bug.cgi?id=501365 -- You are receiving this mail because: You are watching all bug changes.