From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Marek Lindner Date: Thu, 18 Oct 2012 01:56:28 +0800 References: <1350478385-676-1-git-send-email-linus.luessing@web.de> <1350478385-676-2-git-send-email-linus.luessing@web.de> <20121017141705.GA30441@pandem0nium> In-Reply-To: <20121017141705.GA30441@pandem0nium> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Message-Id: <201210180156.28869.lindner_marek@yahoo.de> Subject: Re: [B.A.T.M.A.N.] [PATCHv2 2/2] batman-adv: Fix potential broadcast BLA-duplicate-check race condition 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 On Wednesday, October 17, 2012 22:17:05 Simon Wunderlich wrote: > Looks good, although I don't think this will happen very often - it > is only called when receiving packets, and AFAIK there can only be > multiple threads when using multiple interfaces. > > Anyway, doing the spinlock shouldn't hurt and might save us some pain > when this function is used more often, or with multiple interfaces, or > cases I don't see now. :) > > Acked-by: Simon Wunderlich Applied in revision 4c1721b. Thanks, Marek