Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755803AbbGPLfS (ORCPT ); Thu, 16 Jul 2015 07:35:18 -0400 Received: from mx1.redhat.com ([209.132.183.28]:43156 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755733AbbGPLfO (ORCPT ); Thu, 16 Jul 2015 07:35:14 -0400 Subject: Re: [PATCH -mm v8 5/7] mmu-notifier: add clear_young callback To: Andres Lagar-Cavilla , Vladimir Davydov , kvm@vger.kernel.org, Eric Northup References: <82693bd5b5dbf4e65657fa22288942650aa04a0a.1436967694.git.vdavydov@parallels.com> Cc: Andrew Morton , Minchan Kim , Raghavendra K T , Johannes Weiner , Michal Hocko , Greg Thelen , Michel Lespinasse , David Rientjes , Pavel Emelyanov , Cyrill Gorcunov , Jonathan Corbet , linux-api@vger.kernel.org, linux-doc@vger.kernel.org, linux-mm@kvack.org, cgroups@vger.kernel.org, linux-kernel@vger.kernel.org From: Paolo Bonzini Message-ID: <55A796E6.3090603@redhat.com> Date: Thu, 16 Jul 2015 13:35:02 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.0.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1149 Lines: 29 On 15/07/2015 21:16, Andres Lagar-Cavilla wrote: >> > +static int kvm_mmu_notifier_clear_young(struct mmu_notifier *mn, >> > + struct mm_struct *mm, >> > + unsigned long start, >> > + unsigned long end) >> > +{ >> > + struct kvm *kvm = mmu_notifier_to_kvm(mn); >> > + int young, idx; > For reclaim, the clear_flush_young notifier may blow up the secondary > pte to estimate the access pattern, depending on hardware support (EPT > access bits available in Haswell onwards, not sure about AMD, PPC, > etc). It seems like this problem is limited to pre-Haswell EPT. I'm okay with the patch. If we find problems later we can always add a parameter to kvm_age_hva so that it effectively doesn't do anything on clear_young. Acked-by: Paolo Bonzini Paolo -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/