Re: BUG: soft lockup detected on CPU#0! (2.6.18.2 plus hacks)
From: David Stevens <hidden>
Date: 2007-01-03 22:15:01
From: David Stevens <hidden>
Date: 2007-01-03 22:15:01
Ben & Jarek,
Your analysis looks correct to me. It seems to me the problem is
that
we don't want the in_device to be searchable until after the
initialization is done.
What about moving the initialization of dev->ip_ptr in inetdev_init() to
after the
"out" label?
+-DLS