[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20090806133746.GA28557@gondor.apana.org.au>
Date: Thu, 6 Aug 2009 23:37:46 +1000
From: Herbert Xu <herbert@...dor.apana.org.au>
To: "Eric W. Biederman" <ebiederm@...ssion.com>
Cc: Paul Moore <paul.moore@...com>, netdev@...r.kernel.org,
David Miller <davem@...emloft.net>
Subject: Re: [RFC PATCH v1] tun: Cleanup error handling in tun_set_iff()
On Thu, Aug 06, 2009 at 03:21:41AM -0700, Eric W. Biederman wrote:
>
> Two threads one file descriptor. Both simultaneously attempt to
> attach to a tun device. One will fail, the other succeed.
>
> At least that is how I read the locking.
Yes but the "race" fixed by this patch is centred on the tun_attach
call for a newly created network device. As tun_set_iff occurs
under RTNL, the second thread cannot start attaching until the
creation thread has completed. IOW the thread that creates the
net device should always succeed in attaching.
If two threads try to attach to the same device that was already
created then yes one will fail and the other succeed. However,
AFAICS that case has nothing to do with this patch.
Cheers,
--
Visit Openswan at http://www.openswan.org/
Email: Herbert Xu ~{PmV>HI~} <herbert@...dor.apana.org.au>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists