The patch titled uml-move-_kernc-files-fix has been removed from the -mm tree. Its filename is uml-move-_kernc-files-fix.patch This patch was dropped because it was folded into uml-move-_kernc-files.patch ------------------------------------------------------ Subject: uml-move-_kernc-files-fix From: Andrew Morton <akpm@xxxxxxxx> Cc: Jeff Dike <jdike@xxxxxxxxxxx> Cc: Paolo 'Blaisorblade' Giarrusso <blaisorblade@xxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- arch/um/kernel/sigio.c | 2 +- arch/um/kernel/time.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff -puN arch/um/kernel/sigio.c~uml-move-_kernc-files-fix arch/um/kernel/sigio.c --- a/arch/um/kernel/sigio.c~uml-move-_kernc-files-fix +++ a/arch/um/kernel/sigio.c @@ -31,7 +31,7 @@ int write_sigio_irq(int fd) int err; err = um_request_irq(SIGIO_WRITE_IRQ, fd, IRQ_READ, sigio_interrupt, - SA_INTERRUPT | SA_SAMPLE_RANDOM, "write sigio", + IRQF_DISABLED|IRQF_SAMPLE_RANDOM, "write sigio", NULL); if(err){ printk("write_sigio_irq : um_request_irq failed, err = %d\n", diff -puN arch/um/kernel/time.c~uml-move-_kernc-files-fix arch/um/kernel/time.c --- a/arch/um/kernel/time.c~uml-move-_kernc-files-fix +++ a/arch/um/kernel/time.c @@ -111,7 +111,7 @@ static void register_timer(void) { int err; - err = request_irq(TIMER_IRQ, um_timer, SA_INTERRUPT, "timer", NULL); + err = request_irq(TIMER_IRQ, um_timer, IRQF_DISABLED, "timer", NULL); if(err != 0) printk(KERN_ERR "timer_init : request_irq failed - " "errno = %d\n", -err); _ Patches currently in -mm which might be from akpm@xxxxxxxx are origin.patch dont-select-config_hotplug.patch x86_64-e820c-needs-pgtableh.patch count_vm_events-fix.patch add-computone-intelliport-plus-serial-hotplug-support.patch add-specialix-io8-card-support-hotplug-support.patch fadvise-remove-dead-comments.patch vt-remove-vt-specific-declarations-and-definitions-from.patch tty-remove-include-of-screen_infoh-from-ttyh.patch md-include-sector-number-in-messages-about-corrected-read-errors.patch md-oops-workaround.patch fdpic-move-roundup-into-linux-kernelh.patch get_cmos_time-locking-fix.patch swsusp-warning-fix.patch uml-timer-initialization-cleanup.patch uml-move-_kernc-files.patch uml-move-_kernc-files-fix.patch char-rtc-handle-memory-mapped-chips-properly.patch fix-weird-logic-in-alloc_fdtable.patch led-class-support-for-soekris-net48xx.patch checklist-update.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