From: David S. Miller Date: Mon, 29 Apr 2024 05:24:22 +0000 (+0100) Subject: Merge branch 'bcmgenet-protect-contended-accesses' X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=bef1e4c8c3e06560f7f3bb9e42eb1c903bdc6dc2;p=linux.git Merge branch 'bcmgenet-protect-contended-accesses' 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 --- bef1e4c8c3e06560f7f3bb9e42eb1c903bdc6dc2