qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/3] linux-user: Fix shmat by honoring SHMLBA
@ 2018-10-17  1:54 Richard Henderson
  2018-10-17  1:54 ` [Qemu-devel] [PATCH 1/3] tests/tcg/multiarch/linux-test: Fix error check for shmat Richard Henderson
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Richard Henderson @ 2018-10-17  1:54 UTC (permalink / raw)
  To: qemu-devel; +Cc: laurent

These three patches were posted independently back in July.
The second patch has been modified for feedback from Laurent.

C.f.
  http://lists.nongnu.org/archive/html/qemu-devel/2018-07/msg01999.html
  http://lists.nongnu.org/archive/html/qemu-devel/2018-07/msg02180.html
  http://lists.nongnu.org/archive/html/qemu-devel/2018-07/msg02652.html


r~


Richard Henderson (3):
  tests/tcg/multiarch/linux-test: Fix error check for shmat
  linux-user: Fix shmat emulation by honoring host SHMLBA
  linux-user: Align mmap_find_vma to host page size

 linux-user/qemu.h                |  2 +-
 linux-user/elfload.c             | 17 ++++---
 linux-user/mmap.c                | 76 +++++++++++++++++---------------
 linux-user/syscall.c             |  3 +-
 tests/tcg/multiarch/linux-test.c |  3 +-
 5 files changed, 56 insertions(+), 45 deletions(-)

-- 
2.17.2

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2018-10-17  1:55 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-10-17  1:54 [Qemu-devel] [PATCH 0/3] linux-user: Fix shmat by honoring SHMLBA Richard Henderson
2018-10-17  1:54 ` [Qemu-devel] [PATCH 1/3] tests/tcg/multiarch/linux-test: Fix error check for shmat Richard Henderson
2018-10-17  1:54 ` [Qemu-devel] [PATCH 2/3] linux-user: Fix shmat emulation by honoring host SHMLBA Richard Henderson
2018-10-17  1:54 ` [Qemu-devel] [PATCH 3/3] linux-user: Align mmap_find_vma to host page size Richard Henderson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).