]> git.ipfire.org Git - thirdparty/valgrind.git/commit
mips: enable sloppyXcheck for mips32 and mips64
authorPetar Jovanovic <mips32r2@gmail.com>
Wed, 27 Nov 2019 12:22:46 +0000 (12:22 +0000)
committerPetar Jovanovic <mips32r2@gmail.com>
Wed, 27 Nov 2019 12:22:46 +0000 (12:22 +0000)
commit7c2e222b118f6168211f20c028b8debcb3023c45
treebe5ad5c15a657ed97b63ebf81045816640d5f045
parentda6f04b9249054ab815ac815ef5efbb470f731b8
mips: enable sloppyXcheck for mips32 and mips64

Newer mips kernels (post 4.7.0) assign execute permissions to loadable
program segments which originally did not have them as per the
information provided in the elf file itself.

Include mips32/mips64 in the list of architectures for which the address
space manager should allow the kernel to report execute permissions in
sync_check_mapping_callback.

Patch by Stefan Maksimovic.
coregrind/m_aspacemgr/aspacemgr-linux.c