]> git.ipfire.org Git - thirdparty/qemu.git/commit
linux-user/x86_64: Allocate vsyscall page as a commpage
authorRichard Henderson <richard.henderson@linaro.org>
Thu, 11 Aug 2022 18:18:29 +0000 (11:18 -0700)
committerRichard Henderson <richard.henderson@linaro.org>
Tue, 6 Sep 2022 07:04:25 +0000 (08:04 +0100)
commitd461b73ec007ccbe861db91bbcd792c92e46fcad
treef1720424c45baa92c6830faf05faf409e837d72b
parenteee816c0b972bd085e62fcd7d2de7a34dbbd155b
linux-user/x86_64: Allocate vsyscall page as a commpage

We're about to start validating PAGE_EXEC, which means that we've
got to mark the vsyscall page executable.  We had been special
casing this entirely within translate.

Acked-by: Ilya Leoshkevich <iii@linux.ibm.com>
Tested-by: Ilya Leoshkevich <iii@linux.ibm.com>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
linux-user/elfload.c