https://bugs.kde.org/show_bug.cgi?id=501741
Mark Wielaard <m...@klomp.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|CONFIRMED |RESOLVED Resolution|--- |FIXED --- Comment #4 from Mark Wielaard <m...@klomp.org> --- Looks perfect. Also quickly tested against the ltp cachestat tests. All PASS now. Pushed as: commit 41f0f95d9415faa5f76fcab92f45ca05957c4032 Author: Martin Cermak <mcer...@redhat.com> Date: Thu May 15 12:03:55 2025 +0200 Wrap linux specific cachestat syscall cachestat takes an fd, cstat_range and flags arguments and writes out page cache statistics via the cstat struct. Declare a sys_cachestat 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_cachestat for amd64, arm, arm64, mips32, mips64, nanomips, ppc32, ppc64, riscv64, s390x, and x86. https://bugs.kde.org/show_bug.cgi?id=501741 -- You are receiving this mail because: You are watching all bug changes.