Re: [PATCH v2 net-next] net: dsa: mv88e6xxx: assert SMI lock
From: Vivien Didelot <hidden>
Date: 2015-11-02 16:32:22
Also in:
lkml
From: Vivien Didelot <hidden>
Date: 2015-11-02 16:32:22
Also in:
lkml
On Nov. Monday 02 (45) 04:02 PM, Andrew Lunn wrote:
On Fri, Oct 30, 2015 at 06:56:45PM -0400, Vivien Didelot wrote:quoted
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 <redacted>Acked-by: Andrew Lunn <andrew@lunn.ch> 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