Re: [PATCH v2 1/2] linux-user: Add new flag VERIFY_NONE

2023-05-01 Thread Laurent Vivier
Le 22/04/2023 à 12:03, Thomas Weißschuh a écrit : This can be used to validate that an address range is mapped but without being readable or writable. It will be used by an updated implementation of mincore(). Signed-off-by: Thomas Weißschuh --- linux-user/qemu.h | 1 + 1 file changed, 1 in

Re: [PATCH v2 1/2] linux-user: Add new flag VERIFY_NONE

2023-05-01 Thread Laurent Vivier
Le 22/04/2023 à 12:03, Thomas Weißschuh a écrit : This can be used to validate that an address range is mapped but without being readable or writable. It will be used by an updated implementation of mincore(). Signed-off-by: Thomas Weißschuh --- linux-user/qemu.h | 1 + 1 file changed, 1 in

[PATCH v2 1/2] linux-user: Add new flag VERIFY_NONE

2023-04-22 Thread Thomas Weißschuh
This can be used to validate that an address range is mapped but without being readable or writable. It will be used by an updated implementation of mincore(). Signed-off-by: Thomas Weißschuh --- linux-user/qemu.h | 1 + 1 file changed, 1 insertion(+) diff --git a/linux-user/qemu.h b/linux-use