> Jonathan Earle wrote:
>
> Hi,
>
> I've been having kernel oopses with the 2.4.0-test series and am
> including ksymoops processed output from both test4 and test5
> kernels. The same oops happens in later kernels too (Tested with
> test6, test7 and test8).
>
Presumably mpls_output() is doing a kmalloc(..., GFP_KERNEL) from within
a softirq. Hunt that down and turn it into GFP_ATOMIC.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/