Re: [PATCHv5 05/17] tty: don't allow ldisc dcd_change() after ldischalt

From: Alan Cox
Date: Wed Nov 24 2010 - 17:56:18 EST


> Yes, indeed, it's a bug. Please consider the following example:
>
> CPU1 CPU2
> =========================================================
> uart_handle_dcd_change() { tty_set_ldisc() {
> ld = tty_ldisc_ref(...) ...

[We have a reference]
> ... tty_ldisc_halt(...)
[Should block]

> I think tty code is exactly the right place to fix this bug; this is
> what my patch is for.

More special case magic on top of the current crap isn't the right fix
here, tty_ldisc_halt needs to wait for the references to hit zero.

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/