The patch titled isdn-unsafe-interaction-between-isdn_write-and-isdn_writebuf_stub fix has been removed from the -mm tree. Its filename is isdn-unsafe-interaction-between-isdn_write-and-isdn_writebuf_stub-fix.patch This patch was dropped because it was folded into isdn-unsafe-interaction-between-isdn_write-and-isdn_writebuf_stub.patch ------------------------------------------------------ Subject: isdn-unsafe-interaction-between-isdn_write-and-isdn_writebuf_stub fix From: Jesper Juhl <jesper.juhl@xxxxxxxxx> Signed-off-by: Jesper Juhl <jesper.juhl@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- drivers/isdn/i4l/isdn_common.c | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -puN drivers/isdn/i4l/isdn_common.c~isdn-unsafe-interaction-between-isdn_write-and-isdn_writebuf_stub-fix drivers/isdn/i4l/isdn_common.c --- 25/drivers/isdn/i4l/isdn_common.c~isdn-unsafe-interaction-between-isdn_write-and-isdn_writebuf_stub-fix Mon May 15 11:24:19 2006 +++ 25-akpm/drivers/isdn/i4l/isdn_common.c Mon May 15 11:24:19 2006 @@ -1952,7 +1952,7 @@ isdn_writebuf_stub(int drvidx, int chan, if (!skb) return -ENOMEM; skb_reserve(skb, hl); - if (!copy_from_user(skb_put(skb, len), buf, len)) + if (copy_from_user(skb_put(skb, len), buf, len)) return -EFAULT; ret = dev->drv[drvidx]->interface->writebuf_skb(drvidx, chan, 1, skb); if (ret <= 0) _ Patches currently in -mm which might be from jesper.juhl@xxxxxxxxx are origin.patch xtensa-remove-verify_area-macros.patch oss-cs46xx-cleanup-and-tiny-bugfix.patch i4l-memory-leak-fix-for-sc_ioctl.patch isdn-unsafe-interaction-between-isdn_write-and-isdn_writebuf_stub.patch isdn-unsafe-interaction-between-isdn_write-and-isdn_writebuf_stub-fix.patch binfmt_elf-codingstyle-cleanup-and-remove-some-pointless-casts.patch binfnt_elf-remove-more-casts.patch ensure-null-deref-cant-possibly-happen-in-is_exported.patch bluetooth-fix-potential-null-ptr-deref-in-dtl1_cscdtl1_hci_send_frame.patch pnp-card_probe-fix-memory-leak.patch moxa-remove-pointless-casts.patch moxa-remove-pointless-check-of-tty-argument-vs-null.patch moxa-partial-codingstyle-cleanup-spelling-fixes.patch correct-sak-description-in-sysrqtxt.patch i-force-joystick-remove-some-pointless-casts.patch debug-shared-irqs.patch remove-redundant-null-checks-before-free-in-fs.patch remove-redundant-null-checks-before-free-in-kernel.patch remove-redundant-null-checks-before-free-in-drivers.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