* [PATCH 2.6.19-git19] BUG due to bad argument to ieee80211softmac_assoc_work
@ 2006-12-13 18:17 Michael Bommarito
2006-12-14 15:06 ` Johannes Berg
2006-12-14 21:38 ` Uli Kunitz
0 siblings, 2 replies; 5+ messages in thread
From: Michael Bommarito @ 2006-12-13 18:17 UTC (permalink / raw)
To: linux-kernel; +Cc: netdev
This didn't get much attention on bugzilla and I figured it was
important enough to forward along to the whole list since it's been
lingering around in ieee80211-softmac since 19-git5 at least.
http://bugzilla.kernel.org/show_bug.cgi?id=7657
Somebody was passing the whole mac device structure to
ieee80211softmac_assoc_work instead of just the assocation work, which
lead to much death and locking.
Attached is a patch that fixes this (the actual change is two lines
but context provided in patch for review). The dmesg containing call
trace is attached to the bugzilla entry above.
-Mike
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH 2.6.19-git19] BUG due to bad argument to ieee80211softmac_assoc_work
2006-12-13 18:17 [PATCH 2.6.19-git19] BUG due to bad argument to ieee80211softmac_assoc_work Michael Bommarito
@ 2006-12-14 15:06 ` Johannes Berg
2006-12-14 21:38 ` Uli Kunitz
1 sibling, 0 replies; 5+ messages in thread
From: Johannes Berg @ 2006-12-14 15:06 UTC (permalink / raw)
To: Michael Bommarito; +Cc: linux-kernel, netdev
[-- Attachment #1: Type: text/plain, Size: 348 bytes --]
On Wed, 2006-12-13 at 13:17 -0500, Michael Bommarito wrote:
> Attached is a patch that fixes this (the actual change is two lines
> but context provided in patch for review). The dmesg containing call
> trace is attached to the bugzilla entry above.
You forgot to attach the patch but IIRC it's been found and fixed
already.
johannes
[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 190 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH 2.6.19-git19] BUG due to bad argument to ieee80211softmac_assoc_work
2006-12-13 18:17 [PATCH 2.6.19-git19] BUG due to bad argument to ieee80211softmac_assoc_work Michael Bommarito
2006-12-14 15:06 ` Johannes Berg
@ 2006-12-14 21:38 ` Uli Kunitz
2006-12-14 21:48 ` Michael Bommarito
1 sibling, 1 reply; 5+ messages in thread
From: Uli Kunitz @ 2006-12-14 21:38 UTC (permalink / raw)
To: Michael Bommarito; +Cc: linux-kernel, netdev
Michael,
I sent a patch to this list on Sunday, that patched the problem. It
seems to be migrated into the wireless-2.6 git tree.
Regards,
Uli
Am 13.12.2006 um 19:17 schrieb Michael Bommarito:
> This didn't get much attention on bugzilla and I figured it was
> important enough to forward along to the whole list since it's been
> lingering around in ieee80211-softmac since 19-git5 at least.
> http://bugzilla.kernel.org/show_bug.cgi?id=7657
>
> Somebody was passing the whole mac device structure to
> ieee80211softmac_assoc_work instead of just the assocation work, which
> lead to much death and locking.
>
> Attached is a patch that fixes this (the actual change is two lines
> but context provided in patch for review). The dmesg containing call
> trace is attached to the bugzilla entry above.
>
> -Mike
> -
> To unsubscribe from this list: send the line "unsubscribe netdev" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
--
Uli Kunitz
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH 2.6.19-git19] BUG due to bad argument to ieee80211softmac_assoc_work
2006-12-14 21:38 ` Uli Kunitz
@ 2006-12-14 21:48 ` Michael Bommarito
2006-12-15 0:47 ` Larry Finger
0 siblings, 1 reply; 5+ messages in thread
From: Michael Bommarito @ 2006-12-14 21:48 UTC (permalink / raw)
To: Uli Kunitz; +Cc: linux-kernel, netdev
Hello Uli,
Yes, apologies, I had been waiting for an abandoned bugzilla entry
to get attention, and when I realized it was assigned to a dead-end, I
had simply posted the patch without checking for prior messages.
I was further confused by the fact that it hadn't made its way into
any of the 19-gitX sets (and for that matter, the window for
2.6.20-rc1 has come and gone and this still remains unfixed), despite
how clear the error was and how trivial the fix seems.
-Mike
On 12/14/06, Uli Kunitz <kune@deine-taler.de> wrote:
> Michael,
>
> I sent a patch to this list on Sunday, that patched the problem. It
> seems to be migrated into the wireless-2.6 git tree.
>
> Regards,
>
> Uli
> Am 13.12.2006 um 19:17 schrieb Michael Bommarito:
>
> > This didn't get much attention on bugzilla and I figured it was
> > important enough to forward along to the whole list since it's been
> > lingering around in ieee80211-softmac since 19-git5 at least.
> > http://bugzilla.kernel.org/show_bug.cgi?id=7657
> >
> > Somebody was passing the whole mac device structure to
> > ieee80211softmac_assoc_work instead of just the assocation work, which
> > lead to much death and locking.
> >
> > Attached is a patch that fixes this (the actual change is two lines
> > but context provided in patch for review). The dmesg containing call
> > trace is attached to the bugzilla entry above.
> >
> > -Mike
> > -
> > To unsubscribe from this list: send the line "unsubscribe netdev" in
> > the body of a message to majordomo@vger.kernel.org
> > More majordomo info at http://vger.kernel.org/majordomo-info.html
>
> --
> Uli Kunitz
>
>
>
>
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH 2.6.19-git19] BUG due to bad argument to ieee80211softmac_assoc_work
2006-12-14 21:48 ` Michael Bommarito
@ 2006-12-15 0:47 ` Larry Finger
0 siblings, 0 replies; 5+ messages in thread
From: Larry Finger @ 2006-12-15 0:47 UTC (permalink / raw)
To: Michael Bommarito; +Cc: Uli Kunitz, linux-kernel, netdev, Jeff Garzik
Michael Bommarito wrote:
> Hello Uli,
> Yes, apologies, I had been waiting for an abandoned bugzilla entry
> to get attention, and when I realized it was assigned to a dead-end, I
> had simply posted the patch without checking for prior messages.
> I was further confused by the fact that it hadn't made its way into
> any of the 19-gitX sets (and for that matter, the window for
> 2.6.20-rc1 has come and gone and this still remains unfixed), despite
> how clear the error was and how trivial the fix seems.
I was not aware that a bugzilla entry existed for this problem. I learned about it when my system
would hang on bootup if the bcm43xx card was installed. By bisection, I learned which commit was
causing the problem. About that time, the complete fix was discussed on the netdev and bcm43xx
mailing lists. I was a little perturbed that only part of the fix was accepted into 2.6.19-gitX.
The full fix was pushed to John Linville on Dec. 10, who pushed it on to Jeff Garzik on Dec. 11. I
have not yet seen any message sending it on to Andrew Morton or Linus.
A bug fix will always be accepted, particularly one that only changes 2 lines - it is only a new
feature that will no longer be accepted once the -rc1 stage is reached. If this message doesn't do
the trick and it isn't included by -rc2, I'll ping Jeff to see what happened. Changes always take
longer than one likes, but one needs to be careful.
Larry
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2006-12-15 0:47 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-12-13 18:17 [PATCH 2.6.19-git19] BUG due to bad argument to ieee80211softmac_assoc_work Michael Bommarito
2006-12-14 15:06 ` Johannes Berg
2006-12-14 21:38 ` Uli Kunitz
2006-12-14 21:48 ` Michael Bommarito
2006-12-15 0:47 ` Larry Finger
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).