qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH v2 0/2] linux-user: Fix mincore() with PROT_NONE


From: Thomas Weißschuh
Subject: [PATCH v2 0/2] linux-user: Fix mincore() with PROT_NONE
Date: Sat, 22 Apr 2023 12:03:12 +0200

The kernel does not require PROT_READ for addresses passed to mincore.

v1: 20230416195103.607948-1-thomas@t-8ch.de/">https://lore.kernel.org/qemu-devel/20230416195103.607948-1-thomas@t-8ch.de/
v1 -> v2:
* Introduce symbolic flag VERIFY_NONE instead of hardcoding "0"

Thomas Weißschuh (2):
  linux-user: Add new flag VERIFY_NONE
  linux-user: Don't require PROT_READ for mincore

 linux-user/qemu.h    | 1 +
 linux-user/syscall.c | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)


base-commit: 1cc6e1a20144c0ae360cbeb0e035fdee1bd80609
-- 
2.40.0




reply via email to

[Prev in Thread] Current Thread [Next in Thread]