Re: [PATCH v2 2/3] pppoatm: fix race condition with destroying ofvcc

From: chas williams - CONTRACTOR
Date: Thu Nov 01 2012 - 10:26:28 EST


On Wed, 31 Oct 2012 23:04:35 +0100
Krzysztof Mazur <krzysiek@xxxxxxxxxxxx> wrote:

> There are also some minor potential issues in pppoatm driver:
>
> - locking issues, but now only between pppoatm_send() and
> vcc_sendmsg() and maybe some other functions,

these have been around for a while. i agree that something should be
done about it. just not sure what should be synchronizing this mess.

> - missing check for SS_CONNECTED in pppoatm_ioctl,

in practice you will never run into this because a pvc is immediately
put into SS_CONNECTED mode (right before the userspace open()
returns). however, should it check? yes. i dont see anything
preventing you from running ppp on svc's.

--
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/