Heads Up: tty locking changes

From: Alan Cox
Date: Tue Jan 29 2008 - 09:13:53 EST



In the next few days I'll be submitting some further tty locking changes
to the kernel. Line discipline ->write and ->read methods will no longer
be covered by lock_kernel. For the moment tty->driver write methods won't
change (that is they will be either lock_kernel or in an IRQ but never
both). That is next on the hit list once the lock is driven out of the
tty ldisc layer.

If you have any out of tree ldiscs please be ready. If you maintain any
serial drivers still relying on lock_kernel for internal locking on the
read/write paths, now would be a good time to fix them before they break

Alan
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/