From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from wx-out-0506.google.com ([66.249.82.228]:28461 "EHLO wx-out-0506.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756213AbYJPXMG (ORCPT ); Thu, 16 Oct 2008 19:12:06 -0400 Received: by wx-out-0506.google.com with SMTP id h27so107768wxd.4 for ; Thu, 16 Oct 2008 16:12:02 -0700 (PDT) Message-ID: <43e72e890810161612p69dc838sc6f25f33f5de8631@mail.gmail.com> (sfid-20081017_011213_308436_0D607CC9) Date: Thu, 16 Oct 2008 16:12:02 -0700 From: "Luis R. Rodriguez" To: "Greg KH" Subject: Re: [stable] [PATCH] ath9k: fix oops on trying to hold the wrong spinlock Cc: stable@kernel.org, steven@uplinklabs.net, linux-wireless@vger.kernel.org, linville@tuxdriver.com In-Reply-To: <20081016215407.GA17091@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 References: <20081016111255.GA5899@tesla> <20081016215407.GA17091@kroah.com> Sender: linux-wireless-owner@vger.kernel.org List-ID: 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. Thanks, Luis