https://bugs.kde.org/show_bug.cgi?id=468575
Mark Wielaard <m...@klomp.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #176588|0 |1 is obsolete| | --- Comment #64 from Mark Wielaard <m...@klomp.org> --- Comment on attachment 176588 --> https://bugs.kde.org/attachment.cgi?id=176588 close_range fd as Int This patch is now pushed to trunk as: commit d984d9aabe5b89d6787c2604b72c09360e7b6fc0 Author: Mark Wielaard <m...@klomp.org> Date: Sat Dec 14 22:34:12 2024 +0000 Use Ints for fds in PRE and POST sys_close_range The double_close_range test failed on riscv64-linux because the close_range wrapper is using unsigned int and the ARG regwords directly. Which causes the ARG2 == ~0U check to fail. Explicitly using Int for the fd arguments fixes this. I am not clear on why this was only an issue for the riscv port. It seems this patch is OK for other arches (tested on amd64 and i386). -- You are receiving this mail because: You are watching all bug changes.