Re: [PATCH net-next] net: dsa: lan9303: Protect ALR operations with mutex

From: David Miller
Date: Fri Dec 08 2017 - 14:13:07 EST


From: Egil Hjelmeland <privat@xxxxxxxxxxxxxxxxxx>
Date: Thu, 7 Dec 2017 19:56:04 +0100

> ALR table operations are a sequence of related register operations which
> should be protected from concurrent access. The alr_cache should also be
> protected. Add alr_mutex doing that.
>
> Signed-off-by: Egil Hjelmeland <privat@xxxxxxxxxxxxxxxxxx>

Applied.