qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] linux-user: mmap/mprotect prot values
@ 2020-05-19 18:56 Richard Henderson
  2020-05-19 18:56 ` [PATCH 1/2] linux-user: Validate mmap/mprotect prot value Richard Henderson
  2020-05-19 18:56 ` [PATCH 2/2] linux-user: Adjust guest page protection for the host Richard Henderson
  0 siblings, 2 replies; 8+ messages in thread
From: Richard Henderson @ 2020-05-19 18:56 UTC (permalink / raw)
  To: qemu-devel; +Cc: laurent

The new validation hook will give me a place to add extra
hooks to handle BTI and MTE.  But in the meantime, we can
adjust the host page protections to make PROT_EXEC reliable.


r~


Richard Henderson (2):
  linux-user: Validate mmap/mprotect prot value
  linux-user: Adjust guest page protection for the host

 linux-user/mmap.c | 110 ++++++++++++++++++++++++++++++++--------------
 1 file changed, 77 insertions(+), 33 deletions(-)

-- 
2.20.1



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

end of thread, other threads:[~2020-08-07  9:45 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-05-19 18:56 [PATCH 0/2] linux-user: mmap/mprotect prot values Richard Henderson
2020-05-19 18:56 ` [PATCH 1/2] linux-user: Validate mmap/mprotect prot value Richard Henderson
2020-07-06 11:33   ` Peter Maydell
2020-08-07  9:44   ` Laurent Vivier
2020-05-19 18:56 ` [PATCH 2/2] linux-user: Adjust guest page protection for the host Richard Henderson
2020-05-20  5:54   ` Philippe Mathieu-Daudé
2020-07-06 11:34   ` Peter Maydell
2020-08-07  9:44   ` Laurent Vivier

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).