From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: pull request: batman-adv 2012-10-18 Date: Thu, 18 Oct 2012 15:37:36 -0400 (EDT) Message-ID: <20121018.153736.1003806671294091595.davem@davemloft.net> References: <1350588295-22587-1-git-send-email-ordex@autistici.org> Reply-To: The list for a Better Approach To Mobile Ad-hoc Networking Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: netdev-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, b.a.t.m.a.n-ZwoEplunGu2X36UT3dwllkB+6BGkLq7r@public.gmane.org To: ordex-GaUfNO9RBHfsrOwW+9ziJQ@public.gmane.org Return-path: In-Reply-To: <1350588295-22587-1-git-send-email-ordex-GaUfNO9RBHfsrOwW+9ziJQ@public.gmane.org> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: b.a.t.m.a.n-bounces-ZwoEplunGu2X36UT3dwllkB+6BGkLq7r@public.gmane.org Sender: "B.A.T.M.A.N" List-Id: netdev.vger.kernel.org From: Antonio Quartulli Date: Thu, 18 Oct 2012 21:24:53 +0200 > here are two fixes intended for net. The first one fixes the CRC computation > used to check for broadcast packet duplicates. The wrong result lead to many > (more than 80%) broadcast packets being dropped and so making the network very > slow and mostly unusable. Think about all the ARP or DHCP requests not going > through. > > The second patch fixes a potential race condition, still in the same duplicated > broadcast check procedure, which can lead to wrong outcomes under certain > circumstances. Pulled, thanks. > I would also like to enqueue patch 1/2 for sending to stable-{3.5/3.6}. Feel free to submit this to -stable once it hits Linus's tree. Thanks.