Searched hist:"05 dd85f7" (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/arch/powerpc/kvm/ |
H A D | book3s_64_mmu_hv.c | 05dd85f7 Wed Nov 21 17:29:12 CST 2012 Paul Mackerras <paulus@samba.org> KVM: PPC: Book3S HV: Report correct HPT entry index when reading HPT
This fixes a bug in the code which allows userspace to read out the contents of the guest's hashed page table (HPT). On the second and subsequent passes through the HPT, when we are reporting only those entries that have changed, we were incorrectly initializing the index field of the header with the index of the first entry we skipped rather than the first changed entry. This fixes it.
Signed-off-by: Paul Mackerras <paulus@samba.org> Signed-off-by: Alexander Graf <agraf@suse.de> 05dd85f7 Wed Nov 21 17:29:12 CST 2012 Paul Mackerras <paulus@samba.org> KVM: PPC: Book3S HV: Report correct HPT entry index when reading HPT This fixes a bug in the code which allows userspace to read out the contents of the guest's hashed page table (HPT). On the second and subsequent passes through the HPT, when we are reporting only those entries that have changed, we were incorrectly initializing the index field of the header with the index of the first entry we skipped rather than the first changed entry. This fixes it. Signed-off-by: Paul Mackerras <paulus@samba.org> Signed-off-by: Alexander Graf <agraf@suse.de>
|