The patch titled
Fix kevent's childs priority greediness
has been added to the -mm tree. Its filename is
fix-kevents-childs-priority-greediness.patch
*** Remember to use Documentation/SubmitChecklist when testing your code ***
See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find
out what to do about this
------------------------------------------------------
Subject: Fix kevent's childs priority greediness
From: Jan Engelhardt <[EMAIL PROTECTED]>
Fix kevent's childs priority greediness. Such tasks were always scheduled
at nice level -5 and, at that time, udev stole us the CPU time with -5.
Already posted at http://lkml.org/lkml/2005/1/10/85
Signed-off-by: Jan Engelhardt <[EMAIL PROTECTED]>
Cc: Chris Wright <[EMAIL PROTECTED]>
Signed-off-by: Andrew Morton <[EMAIL PROTECTED]>
---
kernel/kmod.c | 1 +
1 file changed, 1 insertion(+)
diff -puN kernel/kmod.c~fix-kevents-childs-priority-greediness kernel/kmod.c
--- a/kernel/kmod.c~fix-kevents-childs-priority-greediness
+++ a/kernel/kmod.c
@@ -164,6 +164,7 @@ static int ____call_usermodehelper(void
/* We can run anywhere, unlike our parent keventd(). */
set_cpus_allowed(current, CPU_MASK_ALL);
+ set_user_nice(current, 0);
retval = -EPERM;
if (current->fs->root)
_
Patches currently in -mm which might be from [EMAIL PROTECTED] are
git-kbuild.patch
remove-artificial-software-max_loop-limit.patch
fix-kevents-childs-priority-greediness.patch
fix-kthread-nicenessdiff-fix.patch
vt-allow-for-the-palette-to-be-exposed-and-changed-via-sysfs.patch
vt-add-color-support-to-the-underline-and-italic-attributes.patch
-
To unsubscribe from this list: send the line "unsubscribe mm-commits" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at http://vger.kernel.org/majordomo-info.html