On Mon, Mar 17, 2003 at 07:22:15AM +0100, Ingo Molnar wrote:
> no, the code in question here is worst-case O(nr_tasks). It is worst-case
> quadratic only if the number of syscalls done during a full 'ps' readdir()
> sequence is considered as well. This thing will never trigger the NMI
> oopser. And in the common-case it has constant overhead.
Hmm. I was under the (false) impression it filled as many as directory
entries as possible given count. Something else strange is going on then.
The NMI oopses are mostly decoded by hand b/c in-kernel (and other)
backtrace decoders can't do it automatically. I might have to generate
some fresh data, with some kind of hack (e.g. hand-coded NMI-based kind
of smp_call_function) to trace the culprit and not just the victim.
The victims were usually stuck in fork() or exit().
-- wli
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/