Merge branch 'bcmgenet-protect-contended-accesses'
authorDavid S. Miller <davem@davemloft.net>
Mon, 29 Apr 2024 05:24:22 +0000 (06:24 +0100)
committerDavid S. Miller <davem@davemloft.net>
Mon, 29 Apr 2024 05:24:22 +0000 (06:24 +0100)
Doug Berger says:

====================
net: bcmgenet: protect contended accesses

Some registers may be modified by parallel execution contexts and
require protections to prevent corruption.

A review of the driver revealed the need for these additional
protections.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>

Trivial merge