From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: pull request [net]: batman-adv 20160114 Date: Wed, 13 Jan 2016 14:58:13 -0500 (EST) Message-ID: <20160113.145813.44327435000640737.davem@davemloft.net> References: <1452707514-5091-1-git-send-email-a@unstable.cc> 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: a@unstable.cc Return-path: In-Reply-To: <1452707514-5091-1-git-send-email-a-2CpIooy/SPIKlTDg6p0iyA@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, 14 Jan 2016 01:51:52 +0800 > these are two small fixes intended for your net tree. > > Patch 1 prevents a lockdep splat from appearing along the > shutdown path due to a missing lock in mcast_free(), by Simon Wunderlich. > > Patch 2 fixes a new feature introduced in 4.5 by ensuring that a > batadv_hardif_neigh_node object is free'd only when it is no > longer used in any context, by Sven Eckelmann. > > Please pull or let me know of any issue. Pulled, thanks!