* Gene Heskett <[email protected]> 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 [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
[Index of Archives]
[Kernel Newbies]
[Netfilter]
[Bugtraq]
[Photo]
[Stuff]
[Gimp]
[Yosemite News]
[MIPS Linux]
[ARM Linux]
[Linux Security]
[Linux RAID]
[Video 4 Linux]
[Linux for the blind]
[Linux Resources]