Re: [PATCH mm-unstable v2 01/10] mm/kvm: add mmu_notifier_ops->test_clear_young()

From: Yu Zhao
Date: Thu Jun 08 2023 - 21:01:33 EST


On Tue, Jun 6, 2023 at 2:34 AM Tzung-Bi Shih <tzungbi@xxxxxxxxxx> wrote:
>
> On Fri, May 26, 2023 at 05:44:26PM -0600, Yu Zhao wrote:
> > +/*
> > + * Architectures that implement kvm_arch_test_clear_young() should override
> > + * kvm_arch_has_test_clear_young().
> > + *
> > + * kvm_arch_has_test_clear_young() is allowed to return false positive, i.e., it
> > + * can return true if kvm_arch_test_clear_young() is supported but disabled due
> > + * to some runtime constraint. In this case, kvm_arch_test_clear_young() should
>
> Is it a typo here? s/kvm_arch_test_clear_young/kvm_arch_has_test_clear_young/.

Not a typo.