The patch titled Char: cyclades, fix deadlock has been removed from the -mm tree. Its filename was char-cyclades-fix-deadlock.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ Subject: Char: cyclades, fix deadlock From: Jiri Slaby <jirislaby@xxxxxxxxx> An omitted unlock. Signed-off-by: Jiri Slaby <jirislaby@xxxxxxxxx> Cc: <stable@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- drivers/char/cyclades.c | 1 + 1 files changed, 1 insertion(+) diff -puN drivers/char/cyclades.c~char-cyclades-fix-deadlock drivers/char/cyclades.c --- a/drivers/char/cyclades.c~char-cyclades-fix-deadlock +++ a/drivers/char/cyclades.c @@ -1061,6 +1061,7 @@ static void cyy_intr_chip(struct cyclade if (data & info->ignore_status_mask) { info->icount.rx++; + spin_unlock(&cinfo->card_lock); return; } if (tty_buffer_request_room(tty, 1)) { _ Patches currently in -mm which might be from jirislaby@xxxxxxxxx are rocketc-fix-unchecked-mutex_lock_interruptible.patch char-n_hdlc-allow-restartsys-retval-of-tty-write.patch char-cyclades-add-firmware-loading.patch char-cyclades-fix-sparse-warning.patch char-isicom-cleanup-locking.patch char-isicom-del_timer-at-exit.patch char-isicom-proper-variables-types.patch char-moxa-eliminate-busy-waiting.patch char-specialix-remove-busy-waiting.patch char-riscom8-eliminate-busy-loop.patch shrink_slab-handle-bad-shrinkers.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