The patch titled sched: ymf typo has been removed from the -mm tree. Its filename was sched-ymf-typo.patch This patch was dropped because I need to clear the decks ------------------------------------------------------ Subject: sched: ymf typo From: Con Kolivas <kernel@xxxxxxxxxxx> Typo in comment, 1us not 1ms. Signed-off-by: Con Kolivas <kernel@xxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- kernel/sched.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN kernel/sched.c~sched-ymf-typo kernel/sched.c --- a/kernel/sched.c~sched-ymf-typo +++ a/kernel/sched.c @@ -3273,7 +3273,7 @@ update_cpu_clock(struct task_struct *p, /* * Called from context_switch there should be less than one * jiffy worth, and not negative/overflow. There should be - * some time banked here so use a nominal 1ms. + * some time banked here so use a nominal 1us. */ if (time_diff > JIFFIES_TO_NS(1) || time_diff < 1) time_diff = 1000; _ Patches currently in -mm which might be from kernel@xxxxxxxxxxx are sched-fix-idle-load-balancing-in-softirqd-context-fix.patch sched-redundant-reschedule-when-set_user_nice-boosts-a-prio-of-a-task-from-the-expired-array.patch sched-redundant-reschedule-when-set_user_nice-boosts-a-prio-of-a-task-from-the-expired-array-update.patch sched-ymf-typo.patch sched-implement-staircase-deadline-scheduler-load-weight-fix.patch sched-increase-ksoftirqd-priority.patch sched-remove-noninteractive-flag.patch sched-document-sd-cpu-scheduler.patch sched-implement-staircase-deadline-scheduler-rework-priomatrix-doc.patch sched-consolidate-sched_clock-drift-adjustments.patch sched-consolidate-sched_clock-drift-adjustments-fix.patch sched-implement-staircase-deadline-scheduler-docupdate.patch sched-add-above-background-load-function.patch mm-implement-swap-prefetching.patch swap-prefetch-avoid-repeating-entry.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html