From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paolo Bonzini Subject: Re: [PATCH v3] kvm: Fix page ageing bugs Date: Mon, 22 Sep 2014 23:48:12 +0200 Message-ID: <5420991C.2000400@redhat.com> References: <1411410865-3603-1-git-send-email-andreslc@google.com> <1411417565-15748-1-git-send-email-andreslc@google.com> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15 Content-Transfer-Encoding: 7bit Cc: Andres Lagar-Cavilla To: Andres Lagar-Cavilla , Gleb Natapov , Radim Krcmar , Rik van Riel , Andrew Morton , Andrea Arcangeli , Peter Feiner , kvm@vger.kernel.org, linux-kernel@vger.kernel.org, linux-mm@kvack.org Return-path: In-Reply-To: <1411417565-15748-1-git-send-email-andreslc@google.com> Sender: owner-linux-mm@kvack.org List-Id: kvm.vger.kernel.org Il 22/09/2014 22:26, Andres Lagar-Cavilla ha scritto: > + __entry->gfn = gfn; > + __entry->hva = ((gfn - slot->base_gfn) >> This must be <<. > + PAGE_SHIFT) + slot->userspace_addr; > + /* > + * No need for _notify because we're called within an > + * mmu_notifier_invalidate_range_ {start|end} scope. > + */ Why "called within"? It is try_to_unmap_cluster itself that calls mmu_notifier_invalidate_range_*, so "we're within an mmu_notifier_invalidate_range_start/end scope" sounds better, and it's also what you use in the commit message. Paolo -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@kvack.org. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: email@kvack.org