commit | 64d06015f6f44e3338af0ab2968ef7467dd2f3ef | [log] [tgz] |
---|---|---|
author | Thomas Weißschuh <thomas@t-8ch.de> | Sat Apr 22 12:03:13 2023 +0200 |
committer | Laurent Vivier <laurent@vivier.eu> | Wed May 17 07:20:29 2023 +0200 |
tree | a1f57e659fd5c324242c07c1884c06a8c5d8f830 | |
parent | b67e5cb43b64cd511785aa1b35876b5e5bf55f69 [diff] |
linux-user: Add new flag VERIFY_NONE 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 <thomas@t-8ch.de> Reviewed-by: Laurent Vivier <laurent@vivier.eu> Message-Id: <20230422100314.1650-2-thomas@t-8ch.de> Signed-off-by: Laurent Vivier <laurent@vivier.eu>