From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Marek Lindner Date: Tue, 19 Jan 2010 08:12:49 +0800 References: <20100104182710.GA24091@pandem0nium> <20100118151552.GE7844@lunn.ch> <20100118152426.GG7844@lunn.ch> In-Reply-To: <20100118152426.GG7844@lunn.ch> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201001190812.49887.lindner_marek@yahoo.de> Subject: Re: [B.A.T.M.A.N.] [PATCH] batman-adv: Add bonding functionality Reply-To: The list for a Better Approach To Mobile Ad-hoc Networking List-Id: The list for a Better Approach To Mobile Ad-hoc Networking List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: The list for a Better Approach To Mobile Ad-hoc Networking 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