From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Message-ID: <4EA3E181.2020102@fisher-privat.net> Date: Sun, 23 Oct 2011 11:42:25 +0200 From: Alexey Fisher MIME-Version: 1.0 References: <20111019082826.GA31323@pandem0nium> <20111023093802.GA6828@ritirata.org> In-Reply-To: <20111023093802.GA6828@ritirata.org> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [B.A.T.M.A.N.] [PATCH] batman-adv: add sanity check when removing global tts 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 23.10.2011 11:38, Antonio Quartulli wrote: > Hello, > > On Wed, Oct 19, 2011 at 10:28:26AM +0200, Simon Wunderlich wrote: >> After removing the batman-adv module, the hash may be already gone >> when tt_global_del_orig() tries to clean the hash. This patch adds >> a sanity check to avoid this. >> >> Signed-off-by: Simon Wunderlich >> --- > > I got a feedback on IRC from fishor_ who said that the patch solved the kernel > panic problem on module unload and on soft_iface deactivating. > > Thank you for the patch Simon! > tested-by: Alexey Fisher