summary refs log tree commit diff stats
path: root/tests/tcg/multiarch/linux/linux-shmat-maps.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* tests/tcg: Check that shmat() does not break /proc/self/mapsIlya Leoshkevich2024-03-011-0/+55
Add a regression test for a recently fixed issue, where shmat() desynced the guest and the host view of the address space and caused open("/proc/self/maps") to SEGV. Signed-off-by: Ilya Leoshkevich <iii@linux.ibm.com> Message-Id: <jwyuvao4apydvykmsnvacwshdgy3ixv7qvkh4dbxm3jkwgnttw@k4wpaayou7oq> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>