From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from mail.toke.dk ([52.28.52.200]:33319 "EHLO mail.toke.dk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754286AbeEHKSM (ORCPT ); Tue, 8 May 2018 06:18:12 -0400 From: Toke =?utf-8?Q?H=C3=B8iland-J=C3=B8rgensen?= To: Johannes Berg , make-wifi-fast@lists.bufferbloat.net, linux-wireless@vger.kernel.org Subject: Re: [PATCH 1/3] cfg80211: Expose TXQ stats and parameters to userspace In-Reply-To: <1525720384.22388.2.camel@sipsolutions.net> References: <20180219170224.14816-1-toke@toke.dk> <20180219170224.14816-2-toke@toke.dk> <1525720384.22388.2.camel@sipsolutions.net> Date: Tue, 08 May 2018 12:18:10 +0200 Message-ID: <87in7y5u3h.fsf@toke.dk> (sfid-20180508_121815_901666_C2514855) MIME-Version: 1.0 Content-Type: text/plain Sender: linux-wireless-owner@vger.kernel.org List-ID: Johannes Berg writes: > net/mac80211/cfg.c:3762:12: warning: context imbalance in > 'ieee80211_get_txq_stats' - different lock contexts for basic block Found and fixed all the other warnings, but I'm not seeing this one. And I don't really see what is wrong with the locking in that function? What am I missing? -Toke