Re: [PATCH] mmu notifier index huge spte fix

2010-07-19 Thread Avi Kivity
On 07/16/2010 12:52 PM, Andrea Arcangeli wrote: Subject: fix kvm mmu notifier invalidate handler for huge spte From: Andrea Arcangeliaarca...@redhat.com The index wasn't calucalted correctly (off by one) for huge spte so KVM guest was unstable with transparent hugepages. Applied, thanks.

[PATCH] mmu notifier index huge spte fix

2010-07-16 Thread Andrea Arcangeli
Subject: fix kvm mmu notifier invalidate handler for huge spte From: Andrea Arcangeli aarca...@redhat.com The index wasn't calucalted correctly (off by one) for huge spte so KVM guest was unstable with transparent hugepages. Signed-off-by: Andrea Arcangeli aarca...@redhat.com --- diff --git

Re: [PATCH] mmu notifier index huge spte fix

2010-07-16 Thread Rik van Riel
On 07/16/2010 05:52 AM, Andrea Arcangeli wrote: Subject: fix kvm mmu notifier invalidate handler for huge spte From: Andrea Arcangeliaarca...@redhat.com The index wasn't calucalted correctly (off by one) for huge spte so KVM guest was unstable with transparent hugepages. Signed-off-by: Andrea