qemu-devel
[Top][All Lists]
Advanced

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

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


From: Philippe Mathieu-Daudé
Subject: Re: [PATCH v2 0/2] linux-user: Fix mincore() with PROT_NONE
Date: Sun, 23 Apr 2023 19:24:13 +0200
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:102.0) Gecko/20100101 Thunderbird/102.10.0

On 22/4/23 12:03, Thomas Weißschuh wrote:
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(-)

Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>




reply via email to

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