[PATCH v1 0/5] linux-user mmap debug cleanup

Alex Bennée posted 5 patches 4 years, 4 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20191128194603.24818-1-alex.bennee@linaro.org
Test asan passed
Test checkpatch passed
Test docker-mingw@fedora passed
Test FreeBSD passed
Test docker-quick@centos7 passed
Test docker-clang@ubuntu passed
There is a newer version of this series
linux-user/mmap.c       | 82 ++++++++++++++++++++++-------------------
linux-user/trace-events |  6 +++
2 files changed, 50 insertions(+), 38 deletions(-)
[PATCH v1 0/5] linux-user mmap debug cleanup
Posted by Alex Bennée 4 years, 4 months ago
Hi,

While debugging some wierd ELF loading bugs I realised our mmap debug
code could do with a little clean-up so I removed the DEBUG_MMAP in
favour of some tracepoints and extending the information that -d page
gives you.

Alex Bennée (5):
  linux-user: convert target_mprotect debug to tracepoint
  linux-user: convert target_mmap debug to tracepoint
  linux-user: add target_mmap_complete tracepoint
  linux-user: log page table changes under -d page
  linux-user: convert target_munmap debug to a tracepoint

 linux-user/mmap.c       | 82 ++++++++++++++++++++++-------------------
 linux-user/trace-events |  6 +++
 2 files changed, 50 insertions(+), 38 deletions(-)

-- 
2.20.1