Re: [PATCH v2 1/3] mm: more intensive memory corruption debug

From: Stanislaw Gruszka
Date: Wed Nov 23 2011 - 08:23:33 EST


On Tue, Nov 22, 2011 at 01:56:08PM -0800, Andrew Morton wrote:
> On Fri, 18 Nov 2011 17:25:05 +0100
> Stanislaw Gruszka <sgruszka@xxxxxxxxxx> wrote:
> I added this:
>
> The default value of debug_guardpage_minorder is zero: no change
> from current behaviour.
>
> correct?
Yes,

> > +static inline void clear_page_guard_flg(struct page *page)
> > +{
> > + __clear_bit(PAGE_DEBUG_FLAG_GUARD, &page->debug_flags);
> > +}
>
> Why is it safe to use the non-atomic bitops here.
Clearing/setting flag is done only in __free_one_page()/expand(),
so operations are protected by zone->lock.

> Please verify that CONFIG_WANT_PAGE_DEBUG_FLAGS is always reliably
> enabled when this feature is turned on.
Change in mm/Kconfig.debug assures that CONFIG_WANT_PAGE_DEBUG_FLAGS is
set whenever CONFIG_DEBUG_PAGEALLOC is.

> Some changes I made - please review.
Look good, thanks Andrew!

Stanislaw
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/