Re: [PATCH] Provide ways of crashing the kernel through debugfs

From: Simon Kagstrom
Date: Tue Feb 02 2010 - 03:17:12 EST


On Mon, 01 Feb 2010 20:16:46 -0800
ebiederm@xxxxxxxxxxxx (Eric W. Biederman) wrote:

> Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> writes:

> > Yes, it's the sort of thing which lots of people have written
> > throw-away ad-hoc versions of. It probably makes sense to do it once,
> > do it right to save people from having to rererereinvent that wheel.
> >
> > What do others think?
>
> I think it makes sense, and in fact we have already merged one attempt
> at doing this generically. drivers/misc/lkdtm.c

So this functionality was already there - it would appear that I didn't do my
research good enough then (I did actually look for this kind of thing).
If something, I guess it shows that the kernel source is getting big!

To add to the irony, I work for a company that works on "DTM", although
it's not related to this functionality :-)

> I think Simon's patch adds some additional interesting failure modes.
> write_after_free, corrupt_stack_write, unaligned_load_store.
>
> Simon is there any chance you can change your patch to an enhancement of lkdtm?
>
> lkdtm actually digs into the interesting failure points with a jprobe
> to trigger the harder to reproduce scenarios. Like stack overflow in
> an interrupt handler.

Yes, this would be a better way of supporting the crash functionality.
I'll take a look on integrating the extra tests into lkdtm.

I think it would also be good to provide a debugfs interface to lkdtm
similar to what provoke-crash has. Right now you have to set it up via
module parameters, and for some tests (write_after_free) I think that's
a limitation since it often doesn't crash immediately.

// Simon
--
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/