[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20131118.203037.357197075034750654.davem@davemloft.net>
Date: Mon, 18 Nov 2013 20:30:37 -0500 (EST)
From: David Miller <davem@...emloft.net>
To: noureddine@...stanetworks.com
Cc: dborkman@...hat.com, willemb@...gle.com, phil@....cc,
edumazet@...gle.com, netdev@...r.kernel.org,
greearb@...delatech.com
Subject: Re: [PATCH 1/1] Revert "af-packet: Use existing netdev reference
for bound sockets"
From: David Miller <davem@...emloft.net>
Date: Mon, 18 Nov 2013 20:26:58 -0500 (EST)
> From: Salam Noureddine <noureddine@...stanetworks.com>
> Date: Mon, 18 Nov 2013 16:17:02 -0800
>
>> Thanks for looking into this. It seems to me that just using a flag
>> won't help in avoiding the race condition since packet_notifier can
>> still run after the flag check.
>
> The bind_lock syncronizes everything.
Well, it should, but it doesn't here.
So what we need is something that synchronizes the packet_notifier with
the sendmsg path, and will make sure the po->running state is stable
throughout the call.
That's all.
--
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