From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from mail-gx0-f16.google.com ([209.85.217.16]:59175 "EHLO mail-gx0-f16.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751511AbYJPXlZ (ORCPT ); Thu, 16 Oct 2008 19:41:25 -0400 Received: by gxk9 with SMTP id 9so446129gxk.13 for ; Thu, 16 Oct 2008 16:41:24 -0700 (PDT) Message-ID: <43e72e890810161641v3453caf3gdb212da62d7996ce@mail.gmail.com> (sfid-20081017_014128_199725_CCC30088) Date: Thu, 16 Oct 2008 16:41:24 -0700 From: "Luis R. Rodriguez" To: "Greg KH" Subject: Re: [stable] [PATCH] ath9k: fix oops on trying to hold the wrong spinlock Cc: steven@uplinklabs.net, linux-wireless@vger.kernel.org, stable@kernel.org, linville@tuxdriver.com In-Reply-To: <20081016232847.GA29003@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 References: <20081016111255.GA5899@tesla> <20081016215407.GA17091@kroah.com> <43e72e890810161612p69dc838sc6f25f33f5de8631@mail.gmail.com> <20081016232847.GA29003@kroah.com> Sender: linux-wireless-owner@vger.kernel.org List-ID: On Thu, Oct 16, 2008 at 4:28 PM, Greg KH wrote: > On Thu, Oct 16, 2008 at 04:12:02PM -0700, Luis R. Rodriguez wrote: >> On Thu, Oct 16, 2008 at 2:54 PM, Greg KH wrote: >> > On Thu, Oct 16, 2008 at 04:12:55AM -0700, Luis R. Rodriguez wrote: >> >> This fixes on oops when you get try to send a BA to an 11n AP. >> >> The oops occurred because we were trying to aquire an incorrect >> >> spinlock. >> >> >> >> We were trying to hold the wrong spinlock due to a typo >> >> on IEEE80211_BAR_CTL_TID_S's definition. We use this to >> >> compute the tid number and then hold this this tid number's >> >> spinlock. >> >> >> >> Tested-by: Steven Noonan >> >> Signed-off-by: Vasanthakumar Thiagarajan >> >> Signed-off-by: Sujith >> >> Signed-off-by: Luis R. Rodriguez >> >> Signed-off-by: John W. Linville >> >> --- >> >> >> >> I don't see this queue'd yet for 2.6.27.2 >> > >> > Is it in Linus's tree? If so, do you have a git commit id? >> >> Got it. >> >> a477e4e6d48d3ac7c7a75bad40585cb391e5c237 >> >> If you can add the Reported-by tag it'd be great, I missed it on Linus' tree. > > You mean the "tested-by" flag? I've added that, I don't see a > reported-by flag above. Yeap, tested. Luis