Re: [Xen-devel] [PATCH 14/30] x86/xen: Add missing annotation for xen_pte_lock()

From: Jules Irenge
Date: Sat Feb 15 2020 - 16:14:05 EST


Thanks for the feedback. I will send the merged version then if it s fine
with you.
Regards,
Jules

On Fri, 14 Feb 2020, Boris Ostrovsky wrote:

>
>
> On 2/14/20 3:47 PM, Jules Irenge wrote:
> > Sparse reports warning at xen_pte_lock()
> >
> > warning: context imbalance in xen_pte_lock() - wrong count at exit
> >
> > The root cause is the missing annotation at xen_pte_lock()
> > Add the missing __acquires(ptl) annotation
> >
> > Signed-off-by: Jules Irenge <jbi.octave@xxxxxxxxx>
>
> Reviewed-by: Boris Ostrovsky <boris.ostrovsky@xxxxxxxxxx>
>
> although I'd prefer this and the next patch to be merged into a single one.
>
>
>