From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kalle Valo Subject: Re: [PATCH 08/16] zd1211rw: Replace spin_is_locked() with lockdep Date: Fri, 5 Oct 2018 08:35:35 +0000 (UTC) Message-ID: <20181005083535.BDBE36024C@smtp.codeaurora.org> References: <20181003053902.6910-9-ldr709@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Cc: linux-kernel@vger.kernel.org, "Paul E. McKenney" , Lance Roy , Daniel Drake , Ulrich Kunitz , "David S. Miller" , linux-wireless@vger.kernel.org, netdev@vger.kernel.org To: Lance Roy Return-path: In-Reply-To: <20181003053902.6910-9-ldr709@gmail.com> Sender: linux-kernel-owner@vger.kernel.org List-Id: netdev.vger.kernel.org Lance Roy wrote: > lockdep_assert_held() is better suited to checking locking requirements, > since it won't get confused when someone else holds the lock. This is > also a step towards possibly removing spin_is_locked(). > > Signed-off-by: Lance Roy > Cc: Daniel Drake > Cc: Ulrich Kunitz > Cc: Kalle Valo > Cc: "David S. Miller" > Cc: > Cc: Patch applied to wireless-drivers-next.git, thanks. 209e957b467b zd1211rw: Replace spin_is_locked() with lockdep -- https://patchwork.kernel.org/patch/10624325/ https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches