https://bugs.kde.org/show_bug.cgi?id=331311
--- Comment #21 from Mark Wielaard <[email protected]> --- Followup patch: commit b2c27072b05777fe8dc6d32791de1e4eff044ebb Author: Mark Wielaard <[email protected]> Date: Wed Sep 24 23:16:29 2025 +0200 Deal with linux arches that don't have getdents, only getdents64 Not all linux arches have getdents, some newer arches (arm64 and riscv64) only implement getdents64. So only use the function filter_valgrind_fds_from_getdents_with_refill on linux with __NR_getdents. Also move the getdents_filter testcase under none/tests/linux and only use getdents64. Fixes: e8e4066c3a01 ("Filter Valgrind FDs from getdents syscalls") https://bugs.kde.org/show_bug.cgi?id=331311 -- You are receiving this mail because: You are watching all bug changes.
