diff options
author | 2024-08-01 17:39:55 +0000 | |
---|---|---|
committer | 2024-08-01 14:13:11 -0400 | |
commit | aca0ec970d7644954caf01a40c5538d4400c01bd (patch) | |
tree | 974ec018c6b51a06772aeb8a6b669b7bfce0bc13 /scripts/gdb/linux/modules.py | |
parent | KVM: guest_memfd: abstract how prepared folios are recorded (diff) | |
download | wireguard-linux-aca0ec970d7644954caf01a40c5538d4400c01bd.tar.xz wireguard-linux-aca0ec970d7644954caf01a40c5538d4400c01bd.zip |
KVM: x86/mmu: fix determination of max NPT mapping level for private pages
The `if (req_max_level)` test was meant ignore req_max_level if
PG_LEVEL_NONE was returned. Hence, this function should return
max_level instead of the ignored req_max_level.
This is only a latent issue for now, since guest_memfd does not
support large pages.
Signed-off-by: Ackerley Tng <ackerleytng@google.com>
Message-ID: <20240801173955.1975034-1-ackerleytng@google.com>
Fixes: f32fb32820b1 ("KVM: x86: Add hook for determining max NPT mapping level")
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'scripts/gdb/linux/modules.py')
0 files changed, 0 insertions, 0 deletions