From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH 2/2] bluetooth: static lock key fix Date: Mon, 19 Oct 2009 19:37:29 -0700 (PDT) Message-ID: <20091019.193729.102016721.davem@davemloft.net> References: <20091019062830.GB4102@darkstar.vlan7> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: marcel-kz+m5ild9QBg9hUCZPvPmw@public.gmane.org, oliver-fJ+pQTUTwRTk1uMJSBkQmQ@public.gmane.org, netdev-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-bluetooth-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: hidave.darkstar-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org Return-path: In-Reply-To: <20091019062830.GB4102-4/PLUo9XfK+SVgrV+fD4Uw@public.gmane.org> Sender: linux-bluetooth-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-Id: netdev.vger.kernel.org From: Dave Young Date: Mon, 19 Oct 2009 14:28:30 +0800 > When shutdown ppp connection, lockdep waring about non-static key > will happen, it is caused by the lock is not initialized properly > at that time. > > Fix with tuning the lock/skb_queue_head init order ... > Reported-by: Oliver Hartkopp > Signed-off-by: Dave Young > Tested-by: Oliver Hartkopp Applied, thanks Dave.