From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Michael S. Tsirkin" Subject: Re: [PATCH 3/3] vhost-net: use lock_sock_fast() in peek_head_len() Date: Sun, 13 Mar 2011 18:43:59 +0200 Message-ID: <20110313164359.GA32562@redhat.com> References: <20110117081058.18900.67456.stgit@dhcp-91-7.nay.redhat.com.englab.nay.redhat.com> <20110117081117.18900.48672.stgit@dhcp-91-7.nay.redhat.com.englab.nay.redhat.com> <20110313150646.GA30494@redhat.com> <1300031570.2761.22.camel@edumazet-laptop> <20110313161915.GB30642@redhat.com> <1300033927.2761.26.camel@edumazet-laptop> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: QUOTED-PRINTABLE Return-path: Content-Disposition: inline In-Reply-To: <1300033927.2761.26.camel@edumazet-laptop> Sender: netdev-owner@vger.kernel.org To: Eric Dumazet Cc: Jason Wang , virtualization@lists.osdl.org, netdev@vger.kernel.org, kvm@vger.kernel.org, linux-kernel@vger.kernel.org List-Id: virtualization@lists.linuxfoundation.org On Sun, Mar 13, 2011 at 05:32:07PM +0100, Eric Dumazet wrote: > Le dimanche 13 mars 2011 =E0 18:19 +0200, Michael S. Tsirkin a =E9cri= t : >=20 > > Other side is in drivers/net/tun.c and net/packet/af_packet.c > > At least wrt tun it seems clear socket is not locked. >=20 > Yes (assuming you refer to tun_net_xmit()) >=20 > > Besides queue, dequeue seems to be done without socket locked. > >=20 >=20 > It seems this code (assuming you speak of drivers/vhost/net.c ?) has > some races indeed. >=20 Hmm. Any more besides the one fixed here? --=20 MST