From mboxrd@z Thu Jan 1 00:00:00 1970 From: Richard Cochran Subject: Re: [PATCH net] net: dsa: mv88e6xxx: Fix receive time stamp race condition. Date: Mon, 9 Apr 2018 07:19:31 -0700 Message-ID: <20180409141931.kmltk4hridkj5fsk@localhost> References: <20180409070314.12409-1-richardcochran@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: linux-kernel@vger.kernel.org, Andrew Lunn , David Miller , Florian Fainelli , Vivien Didelot To: netdev@vger.kernel.org Return-path: Content-Disposition: inline In-Reply-To: <20180409070314.12409-1-richardcochran@gmail.com> Sender: linux-kernel-owner@vger.kernel.org List-Id: netdev.vger.kernel.org On Mon, Apr 09, 2018 at 12:03:14AM -0700, Richard Cochran wrote: > This patch fixes the race by moving the queue onto a list on the stack > before reading out the latched time stamp value. > > Fixes: c6fe0ad2c3499 ("net: dsa: mv88e6xxx: add rx/tx timestamping support") Dave, please hold off on this patch. I am seeing new problems in my testing with this applied. I still need to get to the bottom of this. Thanks, Richard