Re: [crash] BUG: unable to handle kernel NULL pointer dereferenceat 0000000000000370

From: David Miller
Date: Mon Jul 21 2008 - 19:15:33 EST


From: Larry Finger <Larry.Finger@xxxxxxxxxxxx>
Date: Mon, 21 Jul 2008 17:40:10 -0500

> Sorry :(
>
> I used the davem patch, the second version of your first one, and your second
> one. Both problems persist.
>
> Still plugging away on bisection.

GIT bisecting the lockdep problem is surely going the land you on:

commit e308a5d806c852f56590ffdd3834d0df0cbed8d7
Author: David S. Miller <davem@xxxxxxxxxxxxx>
Date: Tue Jul 15 00:13:44 2008 -0700

netdev: Add netdev->addr_list_lock protection.

Add netif_addr_{lock,unlock}{,_bh}() helpers.

Use them to protect operations that operate on or read
the network device unicast and multicast address lists.

Also use them in cases where the code simply wants to
block calls into the driver's ->set_rx_mode() and
->set_multicast_list() methods.

Signed-off-by: David S. Miller <davem@xxxxxxxxxxxxx>

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/