[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20131015064025.GA22672@gmail.com>
Date:	Tue, 15 Oct 2013 08:40:25 +0200
From:	Ingo Molnar <mingo@...nel.org>
To:	Frederic Weisbecker <fweisbec@...il.com>
Cc:	"Paul E. McKenney" <paulmck@...ux.vnet.ibm.com>,
	Linus Torvalds <torvalds@...ux-foundation.org>,
	Knut Petersen <Knut_Petersen@...nline.de>,
	Thomas Gleixner <tglx@...utronix.de>, Greg KH <greg@...ah.com>,
	linux-kernel <linux-kernel@...r.kernel.org>
Subject: Re: [BUG 3.12.rc4] Oops: unable to handle kernel paging request
 during shutdown
* Frederic Weisbecker <fweisbec@...il.com> wrote:
> I've been thinking that CONFIG_DEBUG_LIST could help. Unfortunately it's 
> good to spot list APIs misuse but, if Linus is right, the problem may be 
> that the list belongs to an object that has been freed, and I believe 
> that won't detect such a thing.
Use-after free should be reliably detectable via CONFIG_DEBUG_PAGEALLOC=y.
A couple of years ago I wrote a list debugging beast that would catch 
use-after-free mishaps (sent it to lkml too IIRC), but it was a bit 
complex and I never found the time to nurse it upstream.
Thanks,
	Ingo
--
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