Re: [PATCHv4 05/17] pps: access pps device by direct pointer

From: Alexander Gordeev
Date: Mon Nov 22 2010 - 09:56:04 EST


Ð Sun, 21 Nov 2010 14:12:26 +0000
Alan Cox <alan@xxxxxxxxxxxxxxxxxxx> ÐÐÑÐÑ:

>
> > Maybe this lock is useless... however, are we sure that before setting
> > tty->disc_data to pps its value is null? Otherwise the dcd_change may
> > be called with an oops! We cannot control serial port IRQ
> > generation... :-/
>
> tty->disc_data is LDISC private. It may be any arbitary value on entry to
> the ldisc open method.
>
>
> > > + spin_lock_irq(&pps_ldisc_lock);
> > > + tty->disc_data = NULL;
> > > + spin_unlock_irq(&pps_ldisc_lock);
>
> And you don't need to set it to NULL after - some ldiscs do this mostly
> as a debug aid.

It was a part of attempt to do a workaround. But it still is not safe
enough because it doesn't protect from a sudden ldisc change while we
are at the beginning of pps_tty_dcd_change() i.e. haven't acquired spin
lock yet. The real fix is ready, I'll send it soon.

--
Alexander

Attachment: signature.asc
Description: PGP signature