lkml.org 
[lkml]   [2005]   [Jun]   [27]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
SubjectRe: [patch] Real-Time Preemption, -RT-2.6.12-rc6-V0.7.48-00

* Gene Heskett <gene.heskett@verizon.net> wrote:

> In the FWIW category, I booted 50-23 about an hour & a half ago, same
> mode 3, no hardirq's, everything seems to be working fine except for
> kmails total lack of threading causeing composer hangs while a mail
> fetch/spamassassin run is in progress. But thats not anything new to
> this patchset, its an equal opportunity annoyer.

does the patch below make the kmail starvation go away?

Ingo

Index: kernel/sched.c
===================================================================
--- kernel/sched.c.orig
+++ kernel/sched.c
@@ -1055,7 +1055,7 @@ static int try_to_wake_up(task_t * p, un
/*
* sync wakeups can increase wakeup latencies:
*/
- if (rt_task(p))
+// if (rt_task(p))
sync = 0;
#endif
rq = task_rq_lock(p, &flags);
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
\
 
 \ /
  Last update: 2005-06-27 10:24    [W:0.949 / U:0.052 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site