From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vivien Didelot Subject: Re: [PATCH v2 net-next] net: dsa: mv88e6xxx: assert SMI lock Date: Mon, 2 Nov 2015 11:22:36 -0500 Message-ID: <20151102162235.GA18629@ketchup.mtl.sfl> References: <1446245805-24128-1-git-send-email-vivien.didelot@savoirfairelinux.com> <20151102150218.GC7963@lunn.ch> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: netdev@vger.kernel.org, linux-kernel@vger.kernel.org, kernel@savoirfairelinux.com, "David S. Miller" , Florian Fainelli , Guenter Roeck , Neil Armstrong To: Andrew Lunn Return-path: Content-Disposition: inline In-Reply-To: <20151102150218.GC7963@lunn.ch> Sender: linux-kernel-owner@vger.kernel.org List-Id: netdev.vger.kernel.org On Nov. Monday 02 (45) 04:02 PM, Andrew Lunn wrote: > On Fri, Oct 30, 2015 at 06:56:45PM -0400, Vivien Didelot wrote: > > It's easy to forget to lock the smi_mutex before calling the low-level > > _mv88e6xxx_reg_{read,write}, so add a assert_smi_lock function in them. > > > > Signed-off-by: Vivien Didelot > > Acked-by: Andrew Lunn > > > Since there is no followup fixes patch, i assume we actually have it > correct at the moment? Ho, I just caught what you meant ;-) >>From my (minimal) tests, I didn't see any stack dump yet from setup, FDB or VLAN operations, looks good so far. Thanks, -v