All of lore.kernel.org
 help / color / mirror / Atom feed
* Reverting 5d423 fixes loading of ath9k on Acer Extensa 7630EZ
@ 2009-11-04 23:40 Luis R. Rodriguez
  2009-11-04 23:57 ` Linus Torvalds
  0 siblings, 1 reply; 11+ messages in thread
From: Luis R. Rodriguez @ 2009-11-04 23:40 UTC (permalink / raw)
  To: Ingo Molnar, linux-kernel, linux-wireless
  Cc: Linus Torvalds, Yannick Roehlly, Yinghai Lu, Jesse Barnes,
	Ivan Kokshaysky, Andrew Morton, John W. Linville, berndl81,
	Greg KH

Ingo,

reverting the commit 5d423, titled "x86/pci: remove rounding quirk
from e820_setup_gap()" fixes loading of ath9k on an Acer Extensa
7630EZ. We've troubleshooted the issue with the user,  Bernhard, who
eventually did a full bisect between 2.6.30 and 2.6.31 and found 5d423
was the culprit. For details please feel free to check:

http://bugzilla.kernel.org/show_bug.cgi?id=14402

Can you please consider reviewing this issue and help determine if
this indeed needs to be reverted for 2.6.32 and the next 2.6.31.y.

I am curious if other devices would work by reverting this as well.

  Luis

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: Reverting 5d423 fixes loading of ath9k on Acer Extensa 7630EZ
  2009-11-04 23:40 Reverting 5d423 fixes loading of ath9k on Acer Extensa 7630EZ Luis R. Rodriguez
@ 2009-11-04 23:57 ` Linus Torvalds
  2009-11-05  0:16   ` Luis R. Rodriguez
  2009-11-05  7:14   ` Ingo Molnar
  0 siblings, 2 replies; 11+ messages in thread
From: Linus Torvalds @ 2009-11-04 23:57 UTC (permalink / raw)
  To: Luis R. Rodriguez
  Cc: Ingo Molnar, linux-kernel, linux-wireless, Yannick Roehlly,
	Yinghai Lu, Jesse Barnes, Ivan Kokshaysky, Andrew Morton,
	John W. Linville, berndl81, Greg KH



On Wed, 4 Nov 2009, Luis R. Rodriguez wrote:
> 
> Can you please consider reviewing this issue and help determine if
> this indeed needs to be reverted for 2.6.32 and the next 2.6.31.y.
> 
> I am curious if other devices would work by reverting this as well.
> [ ... ] For details please feel free to check:
> 
> http://bugzilla.kernel.org/show_bug.cgi?id=14402

That same commit was the cause for

	http://bugzilla.kernel.org/show_bug.cgi?id=13940

and we just increased the rounding to make it go away (see commit 
15b812f1). But that was a hack.

And if that didn't help the ath9k case, then we should just revert 
entirely.

			Linus

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: Reverting 5d423 fixes loading of ath9k on Acer Extensa 7630EZ
  2009-11-04 23:57 ` Linus Torvalds
@ 2009-11-05  0:16   ` Luis R. Rodriguez
  2009-11-05  1:30     ` Yinghai Lu
  2009-11-05  7:14   ` Ingo Molnar
  1 sibling, 1 reply; 11+ messages in thread
From: Luis R. Rodriguez @ 2009-11-05  0:16 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: Ingo Molnar, linux-kernel, linux-wireless, Yannick Roehlly,
	Yinghai Lu, Jesse Barnes, Ivan Kokshaysky, Andrew Morton,
	John W. Linville, berndl81, Greg KH

On Wed, Nov 4, 2009 at 3:57 PM, Linus Torvalds
<torvalds@linux-foundation.org> wrote:
>
>
> On Wed, 4 Nov 2009, Luis R. Rodriguez wrote:
>>
>> Can you please consider reviewing this issue and help determine if
>> this indeed needs to be reverted for 2.6.32 and the next 2.6.31.y.
>>
>> I am curious if other devices would work by reverting this as well.
>> [ ... ] For details please feel free to check:
>>
>> http://bugzilla.kernel.org/show_bug.cgi?id=14402
>
> That same commit was the cause for
>
>        http://bugzilla.kernel.org/show_bug.cgi?id=13940
>
> and we just increased the rounding to make it go away (see commit
> 15b812f1). But that was a hack.
>
> And if that didn't help the ath9k case, then we should just revert
> entirely.

Alright, will see if Bernhard is up for testing the 15b812f1 hack and
report back.

  Luis

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: Reverting 5d423 fixes loading of ath9k on Acer Extensa 7630EZ
  2009-11-05  0:16   ` Luis R. Rodriguez
@ 2009-11-05  1:30     ` Yinghai Lu
  2009-11-05  1:40       ` Luis R. Rodriguez
  0 siblings, 1 reply; 11+ messages in thread
From: Yinghai Lu @ 2009-11-05  1:30 UTC (permalink / raw)
  To: Luis R. Rodriguez
  Cc: Linus Torvalds, Ingo Molnar, linux-kernel, linux-wireless,
	Yannick Roehlly, Jesse Barnes, Ivan Kokshaysky, Andrew Morton,
	John W. Linville, berndl81, Greg KH

Luis R. Rodriguez wrote:
> On Wed, Nov 4, 2009 at 3:57 PM, Linus Torvalds
> <torvalds@linux-foundation.org> wrote:
>>
>> On Wed, 4 Nov 2009, Luis R. Rodriguez wrote:
>>> Can you please consider reviewing this issue and help determine if
>>> this indeed needs to be reverted for 2.6.32 and the next 2.6.31.y.
>>>
>>> I am curious if other devices would work by reverting this as well.
>>> [ ... ] For details please feel free to check:
>>>
>>> http://bugzilla.kernel.org/show_bug.cgi?id=14402
>> That same commit was the cause for
>>
>>        http://bugzilla.kernel.org/show_bug.cgi?id=13940
>>
>> and we just increased the rounding to make it go away (see commit
>> 15b812f1). But that was a hack.
>>
>> And if that didn't help the ath9k case, then we should just revert
>> entirely.
> 
> Alright, will see if Bernhard is up for testing the 15b812f1 hack and
> report back.

can you post whole boot log with debug?

YH

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: Reverting 5d423 fixes loading of ath9k on Acer Extensa 7630EZ
  2009-11-05  1:30     ` Yinghai Lu
@ 2009-11-05  1:40       ` Luis R. Rodriguez
  0 siblings, 0 replies; 11+ messages in thread
From: Luis R. Rodriguez @ 2009-11-05  1:40 UTC (permalink / raw)
  To: Yinghai Lu
  Cc: Linus Torvalds, Ingo Molnar, linux-kernel, linux-wireless,
	Yannick Roehlly, Jesse Barnes, Ivan Kokshaysky, Andrew Morton,
	John W. Linville, berndl81, Greg KH

On Wed, Nov 4, 2009 at 5:30 PM, Yinghai Lu <yinghai@kernel.org> wrote:
> Luis R. Rodriguez wrote:
>> On Wed, Nov 4, 2009 at 3:57 PM, Linus Torvalds
>> <torvalds@linux-foundation.org> wrote:
>>>
>>> On Wed, 4 Nov 2009, Luis R. Rodriguez wrote:
>>>> Can you please consider reviewing this issue and help determine if
>>>> this indeed needs to be reverted for 2.6.32 and the next 2.6.31.y.
>>>>
>>>> I am curious if other devices would work by reverting this as well.
>>>> [ ... ] For details please feel free to check:
>>>>
>>>> http://bugzilla.kernel.org/show_bug.cgi?id=14402
>>> That same commit was the cause for
>>>
>>>        http://bugzilla.kernel.org/show_bug.cgi?id=13940
>>>
>>> and we just increased the rounding to make it go away (see commit
>>> 15b812f1). But that was a hack.
>>>
>>> And if that didn't help the ath9k case, then we should just revert
>>> entirely.
>>
>> Alright, will see if Bernhard is up for testing the 15b812f1 hack and
>> report back.
>
> can you post whole boot log with debug?

You can find the logs without 15b812f1 on the bug report. I'll poke
Bernhard to poke logs with 15b812f1 applied.

  Luis

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: Reverting 5d423 fixes loading of ath9k on Acer Extensa 7630EZ
  2009-11-04 23:57 ` Linus Torvalds
  2009-11-05  0:16   ` Luis R. Rodriguez
@ 2009-11-05  7:14   ` Ingo Molnar
  2009-11-08 19:35     ` Luis R. Rodriguez
  1 sibling, 1 reply; 11+ messages in thread
From: Ingo Molnar @ 2009-11-05  7:14 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: Luis R. Rodriguez, linux-kernel, linux-wireless, Yannick Roehlly,
	Yinghai Lu, Jesse Barnes, Ivan Kokshaysky, Andrew Morton,
	John W. Linville, berndl81, Greg KH


* Linus Torvalds <torvalds@linux-foundation.org> wrote:

> On Wed, 4 Nov 2009, Luis R. Rodriguez wrote:
> > 
> > Can you please consider reviewing this issue and help determine if 
> > this indeed needs to be reverted for 2.6.32 and the next 2.6.31.y.
> > 
> > I am curious if other devices would work by reverting this as well.
> > [ ... ] For details please feel free to check:
> > 
> > http://bugzilla.kernel.org/show_bug.cgi?id=14402
> 
> That same commit was the cause for
> 
> 	http://bugzilla.kernel.org/show_bug.cgi?id=13940
> 
> and we just increased the rounding to make it go away (see commit 
> 15b812f1). But that was a hack.
> 
> And if that didn't help the ath9k case, then we should just revert 
> entirely.

Agreed - below is the combo 15b812f1 + 5d423ccd revert. (Would be nice 
to get the boot log of the latest post-15b812f1 kernel that Yinghai 
asked for before we revert, in the hope of better understanding the 
problem.)

Thanks,

	Ingo

Signed-off-by: Ingo Molnar <mingo@elte.hu>
---
diff --git a/arch/x86/kernel/e820.c b/arch/x86/kernel/e820.c
index d17d482..b322e30 100644
--- a/arch/x86/kernel/e820.c
+++ b/arch/x86/kernel/e820.c
@@ -617,7 +617,7 @@ __init int e820_search_gap(unsigned long *gapstart, unsigned long *gapsize,
  */
 __init void e820_setup_gap(void)
 {
-	unsigned long gapstart, gapsize;
+	unsigned long gapstart, gapsize, round;
 	int found;
 
 	gapstart = 0x10000000;
@@ -634,9 +634,14 @@ __init void e820_setup_gap(void)
 #endif
 
 	/*
-	 * e820_reserve_resources_late protect stolen RAM already
+	 * See how much we want to round up: start off with
+	 * rounding to the next 1MB area.
 	 */
-	pci_mem_start = gapstart;
+	round = 0x100000;
+	while ((gapsize >> 4) > round)
+		round += round;
+	/* Fun with two's complement */
+	pci_mem_start = (gapstart + round) & -round;
 
 	printk(KERN_INFO
 	       "Allocating PCI resources starting at %lx (gap: %lx:%lx)\n",
@@ -1378,8 +1383,8 @@ static unsigned long ram_alignment(resource_size_t pos)
 	if (mb < 16)
 		return 1024*1024;
 
-	/* To 64MB for anything above that */
-	return 64*1024*1024;
+	/* To 32MB for anything above that */
+	return 32*1024*1024;
 }
 
 #define MAX_RESOURCE_SIZE ((resource_size_t)-1)

^ permalink raw reply related	[flat|nested] 11+ messages in thread

* Re: Reverting 5d423 fixes loading of ath9k on Acer Extensa 7630EZ
  2009-11-05  7:14   ` Ingo Molnar
@ 2009-11-08 19:35     ` Luis R. Rodriguez
  2009-11-09  7:15       ` Ingo Molnar
  0 siblings, 1 reply; 11+ messages in thread
From: Luis R. Rodriguez @ 2009-11-08 19:35 UTC (permalink / raw)
  To: Ingo Molnar
  Cc: Linus Torvalds, linux-kernel, linux-wireless, Yannick Roehlly,
	Yinghai Lu, Jesse Barnes, Ivan Kokshaysky, Andrew Morton,
	John W. Linville, berndl81, Greg KH

On Wed, Nov 4, 2009 at 11:14 PM, Ingo Molnar <mingo@elte.hu> wrote:
>
> * Linus Torvalds <torvalds@linux-foundation.org> wrote:
>
>> On Wed, 4 Nov 2009, Luis R. Rodriguez wrote:
>> >
>> > Can you please consider reviewing this issue and help determine if
>> > this indeed needs to be reverted for 2.6.32 and the next 2.6.31.y.
>> >
>> > I am curious if other devices would work by reverting this as well.
>> > [ ... ] For details please feel free to check:
>> >
>> > http://bugzilla.kernel.org/show_bug.cgi?id=14402
>>
>> That same commit was the cause for
>>
>>       http://bugzilla.kernel.org/show_bug.cgi?id=13940
>>
>> and we just increased the rounding to make it go away (see commit
>> 15b812f1). But that was a hack.
>>
>> And if that didn't help the ath9k case, then we should just revert
>> entirely.
>
> Agreed - below is the combo 15b812f1 + 5d423ccd revert. (Would be nice
> to get the boot log of the latest post-15b812f1 kernel that Yinghai
> asked for before we revert, in the hope of better understanding the
> problem.)

Bernhard has confirmed the new patch fixes this issue.

  Luis

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: Reverting 5d423 fixes loading of ath9k on Acer Extensa 7630EZ
  2009-11-08 19:35     ` Luis R. Rodriguez
@ 2009-11-09  7:15       ` Ingo Molnar
  2009-11-09 15:49         ` Luis R. Rodriguez
  0 siblings, 1 reply; 11+ messages in thread
From: Ingo Molnar @ 2009-11-09  7:15 UTC (permalink / raw)
  To: Luis R. Rodriguez
  Cc: Linus Torvalds, linux-kernel, linux-wireless, Yannick Roehlly,
	Yinghai Lu, Jesse Barnes, Ivan Kokshaysky, Andrew Morton,
	John W. Linville, berndl81, Greg KH


* Luis R. Rodriguez <mcgrof@gmail.com> wrote:

> On Wed, Nov 4, 2009 at 11:14 PM, Ingo Molnar <mingo@elte.hu> wrote:
> >
> > * Linus Torvalds <torvalds@linux-foundation.org> wrote:
> >
> >> On Wed, 4 Nov 2009, Luis R. Rodriguez wrote:
> >> >
> >> > Can you please consider reviewing this issue and help determine if
> >> > this indeed needs to be reverted for 2.6.32 and the next 2.6.31.y.
> >> >
> >> > I am curious if other devices would work by reverting this as well.
> >> > [ ... ] For details please feel free to check:
> >> >
> >> > http://bugzilla.kernel.org/show_bug.cgi?id=14402
> >>
> >> That same commit was the cause for
> >>
> >> ?? ?? ?? http://bugzilla.kernel.org/show_bug.cgi?id=13940
> >>
> >> and we just increased the rounding to make it go away (see commit
> >> 15b812f1). But that was a hack.
> >>
> >> And if that didn't help the ath9k case, then we should just revert
> >> entirely.
> >
> > Agreed - below is the combo 15b812f1 + 5d423ccd revert. (Would be nice
> > to get the boot log of the latest post-15b812f1 kernel that Yinghai
> > asked for before we revert, in the hope of better understanding the
> > problem.)
> 
> Bernhard has confirmed the new patch fixes this issue.

Good - so latest kernels should be fine (on Bernhard's box) and no 
change is needed, right?

	Ingo

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: Reverting 5d423 fixes loading of ath9k on Acer Extensa 7630EZ
  2009-11-09  7:15       ` Ingo Molnar
@ 2009-11-09 15:49         ` Luis R. Rodriguez
  2009-11-10 20:30           ` Luis R. Rodriguez
  0 siblings, 1 reply; 11+ messages in thread
From: Luis R. Rodriguez @ 2009-11-09 15:49 UTC (permalink / raw)
  To: Ingo Molnar
  Cc: Linus Torvalds, linux-kernel, linux-wireless, Yannick Roehlly,
	Yinghai Lu, Jesse Barnes, Ivan Kokshaysky, Andrew Morton,
	John W. Linville, berndl81, Greg KH

On Sun, Nov 8, 2009 at 11:15 PM, Ingo Molnar <mingo@elte.hu> wrote:
>
> * Luis R. Rodriguez <mcgrof@gmail.com> wrote:
>
>> On Wed, Nov 4, 2009 at 11:14 PM, Ingo Molnar <mingo@elte.hu> wrote:
>> >
>> > * Linus Torvalds <torvalds@linux-foundation.org> wrote:
>> >
>> >> On Wed, 4 Nov 2009, Luis R. Rodriguez wrote:
>> >> >
>> >> > Can you please consider reviewing this issue and help determine if
>> >> > this indeed needs to be reverted for 2.6.32 and the next 2.6.31.y.
>> >> >
>> >> > I am curious if other devices would work by reverting this as well.
>> >> > [ ... ] For details please feel free to check:
>> >> >
>> >> > http://bugzilla.kernel.org/show_bug.cgi?id=14402
>> >>
>> >> That same commit was the cause for
>> >>
>> >> ?? ?? ?? http://bugzilla.kernel.org/show_bug.cgi?id=13940
>> >>
>> >> and we just increased the rounding to make it go away (see commit
>> >> 15b812f1). But that was a hack.
>> >>
>> >> And if that didn't help the ath9k case, then we should just revert
>> >> entirely.
>> >
>> > Agreed - below is the combo 15b812f1 + 5d423ccd revert. (Would be nice
>> > to get the boot log of the latest post-15b812f1 kernel that Yinghai
>> > asked for before we revert, in the hope of better understanding the
>> > problem.)
>>
>> Bernhard has confirmed the new patch fixes this issue.
>
> Good - so latest kernels should be fine (on Bernhard's box) and no
> change is needed, right?

Yea, but it does mean we need a fix propagated down to older kernels.

  Luis

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: Reverting 5d423 fixes loading of ath9k on Acer Extensa 7630EZ
  2009-11-09 15:49         ` Luis R. Rodriguez
@ 2009-11-10 20:30           ` Luis R. Rodriguez
  2009-11-10 20:50             ` Luis R. Rodriguez
  0 siblings, 1 reply; 11+ messages in thread
From: Luis R. Rodriguez @ 2009-11-10 20:30 UTC (permalink / raw)
  To: Greg KH, Chris Wright, stable
  Cc: Linus Torvalds, linux-kernel, linux-wireless, Yannick Roehlly,
	Yinghai Lu, Jesse Barnes, Ivan Kokshaysky, Andrew Morton,
	John W. Linville, berndl81, Ingo Molnar, Stefan Bader

On Mon, Nov 9, 2009 at 7:49 AM, Luis R. Rodriguez <mcgrof@gmail.com> wrote:
> On Sun, Nov 8, 2009 at 11:15 PM, Ingo Molnar <mingo@elte.hu> wrote:
>>
>> * Luis R. Rodriguez <mcgrof@gmail.com> wrote:
>>
>>> On Wed, Nov 4, 2009 at 11:14 PM, Ingo Molnar <mingo@elte.hu> wrote:
>>> >
>>> > * Linus Torvalds <torvalds@linux-foundation.org> wrote:
>>> >
>>> >> On Wed, 4 Nov 2009, Luis R. Rodriguez wrote:
>>> >> >
>>> >> > Can you please consider reviewing this issue and help determine if
>>> >> > this indeed needs to be reverted for 2.6.32 and the next 2.6.31.y.
>>> >> >
>>> >> > I am curious if other devices would work by reverting this as well.
>>> >> > [ ... ] For details please feel free to check:
>>> >> >
>>> >> > http://bugzilla.kernel.org/show_bug.cgi?id=14402
>>> >>
>>> >> That same commit was the cause for
>>> >>
>>> >> ?? ?? ?? http://bugzilla.kernel.org/show_bug.cgi?id=13940
>>> >>
>>> >> and we just increased the rounding to make it go away (see commit
>>> >> 15b812f1). But that was a hack.
>>> >>
>>> >> And if that didn't help the ath9k case, then we should just revert
>>> >> entirely.
>>> >
>>> > Agreed - below is the combo 15b812f1 + 5d423ccd revert. (Would be nice
>>> > to get the boot log of the latest post-15b812f1 kernel that Yinghai
>>> > asked for before we revert, in the hope of better understanding the
>>> > problem.)
>>>
>>> Bernhard has confirmed the new patch fixes this issue.
>>
>> Good - so latest kernels should be fine (on Bernhard's box) and no
>> change is needed, right?
>
> Yea, but it does mean we need a fix propagated down to older kernels.

Greg, please consider applying 15b812f1d0 to stable 2.6.31 as it fixes
an issue introduced on 2.6.31 and only fixed now for 2.6.32. This
should fix an issue when loading either sky2 or ath9k on some specific
platforms.

The details for the ath9k debugging are available on this bug:

http://bugzilla.kernel.org/show_bug.cgi?id=14402

  Luis

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: Reverting 5d423 fixes loading of ath9k on Acer Extensa 7630EZ
  2009-11-10 20:30           ` Luis R. Rodriguez
@ 2009-11-10 20:50             ` Luis R. Rodriguez
  0 siblings, 0 replies; 11+ messages in thread
From: Luis R. Rodriguez @ 2009-11-10 20:50 UTC (permalink / raw)
  To: Greg KH, Chris Wright, stable
  Cc: Linus Torvalds, linux-kernel, linux-wireless, Yannick Roehlly,
	Yinghai Lu, Jesse Barnes, Ivan Kokshaysky, Andrew Morton,
	John W. Linville, berndl81, Ingo Molnar, Stefan Bader

On Tue, Nov 10, 2009 at 12:30 PM, Luis R. Rodriguez <mcgrof@gmail.com> wrote:
> On Mon, Nov 9, 2009 at 7:49 AM, Luis R. Rodriguez <mcgrof@gmail.com> wrote:
>> On Sun, Nov 8, 2009 at 11:15 PM, Ingo Molnar <mingo@elte.hu> wrote:
>>>
>>> * Luis R. Rodriguez <mcgrof@gmail.com> wrote:
>>>
>>>> On Wed, Nov 4, 2009 at 11:14 PM, Ingo Molnar <mingo@elte.hu> wrote:
>>>> >
>>>> > * Linus Torvalds <torvalds@linux-foundation.org> wrote:
>>>> >
>>>> >> On Wed, 4 Nov 2009, Luis R. Rodriguez wrote:
>>>> >> >
>>>> >> > Can you please consider reviewing this issue and help determine if
>>>> >> > this indeed needs to be reverted for 2.6.32 and the next 2.6.31.y.
>>>> >> >
>>>> >> > I am curious if other devices would work by reverting this as well.
>>>> >> > [ ... ] For details please feel free to check:
>>>> >> >
>>>> >> > http://bugzilla.kernel.org/show_bug.cgi?id=14402
>>>> >>
>>>> >> That same commit was the cause for
>>>> >>
>>>> >> ?? ?? ?? http://bugzilla.kernel.org/show_bug.cgi?id=13940
>>>> >>
>>>> >> and we just increased the rounding to make it go away (see commit
>>>> >> 15b812f1). But that was a hack.
>>>> >>
>>>> >> And if that didn't help the ath9k case, then we should just revert
>>>> >> entirely.
>>>> >
>>>> > Agreed - below is the combo 15b812f1 + 5d423ccd revert. (Would be nice
>>>> > to get the boot log of the latest post-15b812f1 kernel that Yinghai
>>>> > asked for before we revert, in the hope of better understanding the
>>>> > problem.)
>>>>
>>>> Bernhard has confirmed the new patch fixes this issue.
>>>
>>> Good - so latest kernels should be fine (on Bernhard's box) and no
>>> change is needed, right?
>>
>> Yea, but it does mean we need a fix propagated down to older kernels.
>
> Greg, please consider applying 15b812f1d0 to stable 2.6.31 as it fixes
> an issue introduced on 2.6.31 and only fixed now for 2.6.32. This
> should fix an issue when loading either sky2 or ath9k on some specific
> platforms.
>
> The details for the ath9k debugging are available on this bug:
>
> http://bugzilla.kernel.org/show_bug.cgi?id=14402

Just noticed this did make it to 2.6.31.6, sorry for the noise and thanks.

  Luis

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2009-11-10 20:50 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-11-04 23:40 Reverting 5d423 fixes loading of ath9k on Acer Extensa 7630EZ Luis R. Rodriguez
2009-11-04 23:57 ` Linus Torvalds
2009-11-05  0:16   ` Luis R. Rodriguez
2009-11-05  1:30     ` Yinghai Lu
2009-11-05  1:40       ` Luis R. Rodriguez
2009-11-05  7:14   ` Ingo Molnar
2009-11-08 19:35     ` Luis R. Rodriguez
2009-11-09  7:15       ` Ingo Molnar
2009-11-09 15:49         ` Luis R. Rodriguez
2009-11-10 20:30           ` Luis R. Rodriguez
2009-11-10 20:50             ` Luis R. Rodriguez

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.