On Thu, Apr 17, 2014 at 10:42:47AM -0400, Vince Weaver wrote: > On Thu, 17 Apr 2014, Ingo Molnar wrote: > > > > > * Peter Zijlstra <[email protected]> wrote: > > > > > On Thu, Apr 17, 2014 at 11:48:15AM +0200, Ingo Molnar wrote: > > > > Is there some place where I can pick up the latestest of your fuzzer? > > > > > > > > PeterZ has trouble reproducing the corruption locally - I'd like to > > > > run it too, maybe I have hardware that triggers it more readily. > > > > > > From a few emails up: > > > > > > "If you want to try running the fuzzer on your machine too just do: > > > git clone https://github.com/deater/perf_event_tests.git > > > cd fuzzer > > > make > > > and then try running the "./fast_repro98.sh" script, as that's the forking > > > workload I've been using when tracking this issue." > > I have to admit the slab corruption message is a new development with > 3.15-rc1.
Meh.. my machine keeps locking up with 15-rc1 and your fuzzer. It looks to get stuck a finish_task_switch() from a preemption while waiting for a perf IPI. Which is complete crack because we have preemption disabled over issueing and waiting for the IPI :/ I tried reverting some of the IPI related patches, but no joy so far, I'm about to go try a git-bisect on this. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

