On Thu, 17 Apr 2014, Peter Zijlstra wrote: > > 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.
Bisecting can be a pain, as if you go too far back you start running into other bugs that have been fixed due to the fuzzer. Over the past year there's been at least 10 perf_fuzzer-related crash fixes that have gotten into the kernel. It used to be I could crash things in seconds, it's now up to minutes-hours but the bugs are that much harder to isolate :( And I still am not fuzzing with signal-overflow enabled, which causes even more pain. Vince -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/