diff options
author | Will Deacon <[email protected]> | 2024-02-12 19:30:52 +0000 |
---|---|---|
committer | Marc Zyngier <[email protected]> | 2024-02-13 19:22:03 +0000 |
commit | c60d847be7b8e69e419e02a2b3d19c2842a3c35d (patch) | |
tree | 2137ed79f05899ae4e265392d86e1ca661019edc /scripts/gdb/linux/utils.py | |
parent | 42dfa94d802a48c871e2017cbf86153270c86632 (diff) |
KVM: arm64: Fix double-free following kvm_pgtable_stage2_free_unlinked()
kvm_pgtable_stage2_free_unlinked() does the final put_page() on the
root page of the sub-tree before returning, so remove the additional
put_page() invocations in the callers.
Cc: Ricardo Koller <[email protected]>
Fixes: f6a27d6dc51b2 ("KVM: arm64: Drop last page ref in kvm_pgtable_stage2_free_removed()")
Signed-off-by: Will Deacon <[email protected]>
Reviewed-by: Oliver Upton <[email protected]>
Signed-off-by: Marc Zyngier <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Diffstat (limited to 'scripts/gdb/linux/utils.py')
0 files changed, 0 insertions, 0 deletions