[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <alpine.DEB.2.00.1107211351250.3995@router.home>
Date: Thu, 21 Jul 2011 13:54:54 -0500 (CDT)
From: Christoph Lameter <cl@...ux.com>
To: Rabin Vincent <rabin@....in>
cc: penberg@...nel.org, linux-kernel@...r.kernel.org
Subject: Re: "slub: Rework allocator fastpaths" and slub debugging
On Fri, 22 Jul 2011, Rabin Vincent wrote:
> Enabling slub debugging on linux-next throws up continuous apparently
> spurious "Redzone overwritten" reports, right from startup. The start
> of a boot log is below (the rest of the log has more such reports).
Hmmm... I moved the page lock into the cmpxchg_double simulation for the
debug case after some complaints (last minute change). And now the
updating of the redzone etc is outside of the page lock and therefore not
synced... Somehow we need to move it into the critical section where the
page lock is held. Thanks.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists