https://bugs.kde.org/show_bug.cgi?id=501365
--- Comment #8 from Mark Wielaard <m...@klomp.org> --- (In reply to mcermak from comment #7) > I've grabbed aarch64, ppc64le and s390x test systems, and tested that this > updated patch works on those arches. Does the patch look OK? Yes, thanks. And you saw that I lied (sorry, not intentionally!) and __NR_userfaultfd wasn't defined for linux-s390x. Thanks for looking up the correct number. > Should I add hook up the remaining arches (I don't have access to those) > without true > testing? Yes please, this code is simple enough that it should be fine on any arch that has the userfaultfd define already. Note that most code is build for all arches, so you should at least see any compile errors (like the missing __NR_userfaultfd on s390x). And that we have nightly testers and the sourceware buildbot for various arches: https://builder.sourceware.org/buildbot/#/builders?tags=valgrind -- You are receiving this mail because: You are watching all bug changes.