[PATCH 0/4] linux-user: Fix shmat(NULL) for h != g

Ilya Leoshkevich posted 4 patches 1 month, 1 week ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20240325153313.526888-1-iii@linux.ibm.com
Maintainers: Laurent Vivier <laurent@vivier.eu>, "Alex Bennée" <alex.bennee@linaro.org>
There is a newer version of this series
linux-user/mmap.c                            |  2 +-
linux-user/strace.c                          | 10 +++---
tests/tcg/multiarch/linux/linux-shmat-null.c | 38 ++++++++++++++++++++
3 files changed, 43 insertions(+), 7 deletions(-)
create mode 100644 tests/tcg/multiarch/linux/linux-shmat-null.c
[PATCH 0/4] linux-user: Fix shmat(NULL) for h != g
Posted by Ilya Leoshkevich 1 month, 1 week ago
Hi,

I noticed that while shmat() now works with /proc/self/maps,
shmat(NULL) got broken. This series fixes that along with two related
strace issues, and adds a test.

Best regards,
Ilya

Ilya Leoshkevich (4):
  linux-user: Fix semctl() strace
  linux-user: Fix shmat() strace
  linux-user: Fix shmat(NULL) for h != g
  tests/tcg: Check that shmat(NULL)

 linux-user/mmap.c                            |  2 +-
 linux-user/strace.c                          | 10 +++---
 tests/tcg/multiarch/linux/linux-shmat-null.c | 38 ++++++++++++++++++++
 3 files changed, 43 insertions(+), 7 deletions(-)
 create mode 100644 tests/tcg/multiarch/linux/linux-shmat-null.c

-- 
2.44.0