Re: [PATCH 1/6] genalloc: track beginning of allocations

From: Matthew Wilcox
Date: Sun Feb 04 2018 - 22:45:52 EST


On Sun, Feb 04, 2018 at 02:34:08PM -0800, Randy Dunlap wrote:
> > +/**
> > + * cleart_bits_ll - according to the mask, clears the bits specified by
>
> clear_bits_ll

'make W=1' should catch this ... yes?

(hint: building with 'make C=1 W=1' finds all kinds of interesting issues
in your code. W=12 or W=123 finds too many false positives for my tastes)