Re: [RFC] [PATCH 0/2] Futex fault injection

From: Peter Zijlstra
Date: Tue Dec 01 2009 - 05:55:24 EST


On Tue, 2009-12-01 at 11:33 +0100, Ingo Molnar wrote:
> * Sripathi Kodi <sripathik@xxxxxxxxxx> wrote:
>
> > Hi,
> >
> > This patch set adds fault injection for futex subsystem. It adds
> > faults at places where reading/writing from user space can return
> > EFAULT. This will be useful in testing any significant change to futex
> > subsystem.
>
> Instead of this unacceptably ugly and special-purpose debugfs interface,
> please extend perf events to allow event injection. Some other places in
> the kernel (which deal with rare events) want/need this capability too.

Thing is, he's using the 'normal' fault injection code to do this, I see
no objection to doing that.

If you want to redo the fault injection subsystem, then that's another
story, but then we need to convert all of its users over.

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