login
Header Space

 
 

Re: 2.6.25-rc: complete lockup on boot/start of X (bisected)

Score:
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: Marcin Slusarz <marcin.slusarz@...>
Cc: LKML <linux-kernel@...>, Ingo Molnar <mingo@...>
Date: Sunday, March 2, 2008 - 3:11 pm

On Sun, 2008-03-02 at 20:00 +0100, Marcin Slusarz wrote:

This should do, I guess. Weird though, I haven't had trouble with this
patch in a long long while. Nor I suppose has Ingo's QA setup.

Will try if I can reproduce using your .config.

---

diff --git a/kernel/sched.c b/kernel/sched.c
index b73ee9e..02cbf34 100644
--- a/kernel/sched.c
+++ b/kernel/sched.c
@@ -741,7 +741,7 @@ const_debug unsigned int sysctl_sched_features =
 		SCHED_FEAT_NEW_FAIR_SLEEPERS	* 1 |
 		SCHED_FEAT_WAKEUP_PREEMPT	* 1 |
 		SCHED_FEAT_START_DEBIT		* 1 |
-		SCHED_FEAT_HRTICK		* 1 |
+		SCHED_FEAT_HRTICK		* 0 |
 		SCHED_FEAT_DOUBLE_TICK		* 0;
 
 #define sched_feat(x) (sysctl_sched_features & SCHED_FEAT_##x)



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

Messages in current thread:
2.6.25-rc: complete lockup on boot/start of X (bisected), Marcin Slusarz, (Sun Mar 2, 3:00 pm)
Re: 2.6.25-rc: complete lockup on boot/start of X (bisected), Arjan van de Ven, (Sun Mar 2, 4:00 pm)
Re: 2.6.25-rc: complete lockup on boot/start of X (bisected), Peter Zijlstra, (Sun Mar 2, 3:11 pm)
Re: 2.6.25-rc: complete lockup on boot/start of X (bisected), Marcin Slusarz, (Sun Mar 23, 11:44 am)
Re: 2.6.25-rc: complete lockup on boot/start of X (bisected), Peter Zijlstra, (Sun Mar 23, 11:54 am)
speck-geostationary