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

Alexander Gordeev lasaine at lvk.cs.msu.su
Mon Nov 22 15:55:47 CET 2010


В Sun, 21 Nov 2010 14:12:26 +0000
Alan Cox <alan at lxorguk.ukuu.org.uk> пишет:

> 
> > 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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 490 bytes
Desc: not available
Url : http://ml.enneenne.com/pipermail/linuxpps/attachments/20101122/f44b816f/attachment.pgp 


More information about the LinuxPPS mailing list