On Monday 18 January 2010 23:24:26 Andrew Lunn wrote:
gw_node_update() is missing a rcu_read_unlock(); before the return inside the list_for_each_entry_rcu() loop. The others are less serious, but should be corrected as well.
Thanks - I just fixed it.
What does this error message want to tell us ? batman-adv-kernelland/routing.c:966:5: warning: context imbalance in 'recv_unicast_packet' - different lock contexts for basic block
Regards, Marek