login
Header Space

 
 

Re: 2.6.25-rc5-git6: Reported regressions from 2.6.24

Score:
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: Gabriel C <crazy@...>
Cc: Gabriel C <nix.or.die@...>, Rafael J. Wysocki <rjw@...>, LKML <linux-kernel@...>, Adrian Bunk <bunk@...>, Andrew Morton <akpm@...>, Linus Torvalds <torvalds@...>, Natalie Protasevich <protasnb@...>, <andi-bz@...>, Ingo Molnar <mingo@...>
Date: Tuesday, March 25, 2008 - 4:06 am

On Mon, 24 Mar 2008, Gabriel C wrote:

Ok. The timer got delayed. It got delayed because it is initialized as
a deferrable timer, which is obviously wrong. Sigh, I signed off on
that commit myself without thinking about the consequences.

Can you please apply the patch below on top of the others?


Ouch.

revert: 1077f5a917b7c630231037826b344b2f7f5b903f

---
 kernel/time/clocksource.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Index: linux-2.6/kernel/time/clocksource.c
===================================================================
--- linux-2.6.orig/kernel/time/clocksource.c
+++ linux-2.6/kernel/time/clocksource.c
@@ -176,7 +176,7 @@ static void clocksource_check_watchdog(s
 			if (watchdog)
 				del_timer(&watchdog_timer);
 			watchdog = cs;
-			init_timer_deferrable(&watchdog_timer);
+			init_timer(&watchdog_timer);
 			watchdog_timer.function = clocksource_watchdog;
 
 			/* Reset watchdog cycles */


--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
2.6.25-rc5-git6: Reported regressions from 2.6.24, Rafael J. Wysocki, (Sun Mar 16, 7:18 pm)
Re: 2.6.25-rc5-git6: Reported regressions from 2.6.24, Christian Kujau, (Sun Mar 23, 5:17 pm)
Re: 2.6.25-rc5-git6: Reported regressions from 2.6.24, Rafael J. Wysocki, (Sun Mar 23, 5:29 pm)
Re: 2.6.25-rc5-git6: Reported regressions from 2.6.24, Christian Kujau, (Sun Mar 23, 3:01 pm)
Re: 2.6.25-rc5-git6: Reported regressions from 2.6.24, Rafael J. Wysocki, (Sun Mar 23, 3:06 pm)
Re: 2.6.25-rc5-git6: Reported regressions from 2.6.24, Rafael J. Wysocki, (Mon Mar 17, 5:36 pm)
Re: 2.6.25-rc5-git6: Reported regressions from 2.6.24, Thomas Gleixner, (Mon Mar 17, 12:17 pm)
Re: 2.6.25-rc5-git6: Reported regressions from 2.6.24, Thomas Gleixner, (Fri Mar 21, 12:26 pm)
Re: 2.6.25-rc5-git6: Reported regressions from 2.6.24, Thomas Gleixner, (Fri Mar 21, 2:49 pm)
Re: 2.6.25-rc5-git6: Reported regressions from 2.6.24, Thomas Gleixner, (Fri Mar 21, 5:15 pm)
Re: 2.6.25-rc5-git6: Reported regressions from 2.6.24, Thomas Gleixner, (Fri Mar 21, 6:09 pm)
Re: 2.6.25-rc5-git6: Reported regressions from 2.6.24, Thomas Gleixner, (Sat Mar 22, 7:21 am)
Re: 2.6.25-rc5-git6: Reported regressions from 2.6.24, Andi Kleen, (Sat Mar 22, 10:25 am)
Re: 2.6.25-rc5-git6: Reported regressions from 2.6.24, Thomas Gleixner, (Sat Mar 22, 10:41 am)
Re: 2.6.25-rc5-git6: Reported regressions from 2.6.24, Thomas Gleixner, (Sat Mar 22, 10:30 am)
Re: 2.6.25-rc5-git6: Reported regressions from 2.6.24, Thomas Gleixner, (Sat Mar 22, 12:32 pm)
Re: 2.6.25-rc5-git6: Reported regressions from 2.6.24, Thomas Gleixner, (Sat Mar 22, 5:55 pm)
Re: 2.6.25-rc5-git6: Reported regressions from 2.6.24, Thomas Gleixner, (Mon Mar 24, 6:24 am)
Re: 2.6.25-rc5-git6: Reported regressions from 2.6.24, Thomas Gleixner, (Tue Mar 25, 4:06 am)
Re: 2.6.25-rc5-git6: Reported regressions from 2.6.24, Thomas Gleixner, (Wed Mar 26, 10:51 am)
Re: 2.6.25-rc5-git6: Reported regressions from 2.6.24, Linus Torvalds, (Sun Mar 16, 7:33 pm)
Re: 2.6.25-rc5-git6: Reported regressions from 2.6.24, Rafael J. Wysocki, (Sun Mar 16, 7:38 pm)
speck-geostationary