Re: next-20131218 - WARNING in qdisc_list_add

2014-03-08 Thread Mirco Tischler
> On Thu, 2013-12-19 at 13:14 -0500, Valdis Kletnieks wrote: > > Seen once while booting next-20131218 (different boot than the BUG > > I hit). Command that triggered it would have been one of these 2: > > > > /usr/sbin/tc qdisc add dev em1 root codel > > /usr/sbin/tc qdisc add dev wlp3s0 root code

Re: [PATCH] PM: Introduce PM_EVENT_HIBERNATE (was: Re: i915 hibernation patch (was: Re: 2.6.25-rc2 System no longer ...))

2008-02-23 Thread Mirco Tischler
b/host/u132-hcd.o] Error 1 make[2]: *** [drivers/usb/host] Error 2 make[1]: *** [drivers/usb] Error 2 make: *** [drivers] Error 2 This fixes it: Thanks Mirco --- From: Mirco Tischler <[EMAIL PROTECTED]> Fixes the following compile error caused by commit 3a2d5b700132f35401f1d9e22fe3c2cab02c2549

Re: [REGRESSION]fan turns at highspeed after suspend2ram

2008-02-12 Thread Mirco Tischler
On Mi, 2008-02-13 at 00:23 +0100, Rafael J. Wysocki wrote: > Ah, ok. Thanks for testing. :-) > > Can you please check if the current mainline with the following patch applied > works on your box? > > Thanks, > Rafael > > --- > drivers/acpi/hardware/hwsleep.c |1 + > 1 file changed, 1 inse

Re: [REGRESSION]fan turns at highspeed after suspend2ram

2008-02-12 Thread Mirco Tischler
Am Dienstag, den 12.02.2008, 23:18 +0100 schrieb Rafael J. Wysocki: > Ouch. I think I know what the problem is. > > On top of this patch, please apply the appended one and retest. > > Thanks, > Rafael > > --- > drivers/acpi/hardware/hwsleep.c |1 + > 1 file changed, 1 insertion(+) > > In

Re: [REGRESSION]fan turns at highspeed after suspend2ram

2008-02-12 Thread Mirco Tischler
Am Dienstag, den 12.02.2008, 01:13 +0100 schrieb Rafael J. Wysocki: > Since _GTS and _BFS don't seem to be defined in your box's BIOS, please > try to apply the appended patch on top of the revert and see if that breaks > things again. > > Thanks, > Rafael > > --- > drivers/acpi/hardware/hwslee

Re: [REGRESSION]fan turns at highspeed after suspend2ram

2008-02-11 Thread Mirco Tischler
On Di, 2008-02-12 at 00:05 +0100, Rafael J. Wysocki wrote: > Well, this is strange, because one function introduced by this commit is > referred to by the subsequent commits. Can you send me the patch reverting > this commit that you apply on top of 2.6.25-rc1, please? > > Thanks, > Rafael Here

Re: [REGRESSION]fan turns at highspeed after suspend2ram

2008-02-11 Thread Mirco Tischler
On Sunday, 10 of February 2008, Rafaek J. Wysocki wrote: > Can you apply the appended patch on top of the current mainline and tetest? > > Thanks, > Rafael > Sorry, that doesn't fix it. But I'm pretty sure it is related to that commit. Bisecting went straight forward to it and reverting it fix

[REGRESSION]fan turns at highspeed after suspend2ram

2008-02-10 Thread Mirco Tischler
Hi I think I found a regression in 2.6.24-git. After waking up from suspend 2 ram, the fan of my laptop turns constantly at highest speed. It didn't do this in 2.6.24. I bisected it down to this commit: commit c95d47a868f35cd47643d116a3c680cdaa954df8 Author: Rafael J. Wysocki <[EMAIL PROTECTED]>