From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Sun, 17 Mar 2013 03:42:49 +0100 From: Linus =?utf-8?Q?L=C3=BCssing?= Message-ID: <20130317024249.GA5553@Linus-Debian> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <1363487457-5413-1-git-send-email-linus.luessing@web.de> Subject: Re: [B.A.T.M.A.N.] [PATCH] batman-adv: Fix general protection fault in batadv_tt_global_del_orig() 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: b.a.t.m.a.n@lists.open-mesh.org It'd probably be nicer to refactor the way we are freeing the TT things instead of this extra rcu_barrier() which isn't that self explanatory, even with a comment. However this simple extra rcu_barrier() call should be an easy way to fix this issue for now, it's probably better to refactor afterwards. Cheers, Linus