The patch titled x86: wire up vmsplice syscall has been added to the -mm tree. Its filename is x86-wire-up-vmsplice-syscall.patch See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ Subject: x86: wire up vmsplice syscall From: Jens Axboe <axboe@xxxxxxx> Signed-off-by: Jens Axboe <axboe@xxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- arch/i386/kernel/syscall_table.S | 1 + 1 files changed, 1 insertion(+) diff -puN arch/i386/kernel/syscall_table.S~x86-wire-up-vmsplice-syscall arch/i386/kernel/syscall_table.S --- 25/arch/i386/kernel/syscall_table.S~x86-wire-up-vmsplice-syscall Wed May 24 13:54:47 2006 +++ 25-akpm/arch/i386/kernel/syscall_table.S Wed May 24 13:54:47 2006 @@ -315,3 +315,4 @@ ENTRY(sys_call_table) .long sys_splice .long sys_sync_file_range .long sys_tee /* 315 */ + .long sys_vmsplice _ Patches currently in -mm which might be from axboe@xxxxxxx are origin.patch x86-wire-up-vmsplice-syscall.patch git-block.patch blk_start_queue-must-be-called-with-irq-disabled-add-warning.patch git-cfq.patch libata_resume_fix.patch fix-cdrom-being-confused-on-using-kdump.patch ide-cd-end-of-media-error-fix.patch fix-ide-locking-error.patch md-dm-reduce-stack-usage-with-stacked-block-devices.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