On Wed, Nov 19, 2008 at 12:24 AM, Brian Phelps <lm317t@gmail.com> wrote:
Hi,
Can you reproduce this with CONFIG_DEBUG_SLAB=y?
Can you reproduce this with CONFIG_SLUB=y instead of SLAB? If not,
could be a genuine bug in SLAB (but I doubt it). If yes, then SLUB
debugging might help us more than SLAB debugging can.
It sounds likely that bttv driver is involved somehow -- it would fit
with your description too. Maybe the fact that the same driver is
serving many devices on the same IRQ? But I guess that shouldn't
really be a problem.
It would also be interesting to see if you can find more different
crashes in other places, like the corrupted page tables. Those are
important clues. Like this:
That looks like a magic number of sorts. This was the only one I could
find, however:
crypto/anubis.c: 0x83838383U, 0x1b1b1b1bU, 0x0e0e0e0eU, 0x23232323U,
But google has some more info. A google for "23232323 bug" turned up
this thread:
http://lkml.org/lkml/2008/1/5/51
...which also involves bttv driver. I've added the Ccs of that discussion.
But it seems that it is not a regression at least. Did you try earlier
kernels as well?
Vegard
--
"The animistic metaphor of the bug that maliciously sneaked in while
the programmer was not looking is intellectually dishonest as it
disguises that the error is the programmer's own creation."
-- E. W. Dijkstra, EWD1036
--