r8169: use spinlock to protect mac ocp register access
authorHeiner Kallweit <hkallweit1@gmail.com>
Mon, 6 Mar 2023 21:23:15 +0000 (22:23 +0100)
committerDavid S. Miller <davem@davemloft.net>
Wed, 8 Mar 2023 09:30:41 +0000 (09:30 +0000)
commit91c8643578a21e435c412ffbe902bb4b4773e262
treefa3c08969acc6c784fee8077cdd0946e432bb901
parent8ca5a5790b9a1ce147484d2a2c4e66d2553f3d6c
r8169: use spinlock to protect mac ocp register access

For disabling ASPM during NAPI poll we'll have to access mac ocp
registers in atomic context. This could result in races because
a mac ocp read consists of a write to register OCPDR, followed
by a read from the same register. Therefore add a spinlock to
protect access to mac ocp registers.

Reviewed-by: Simon Horman <simon.horman@corigine.com>
Tested-by: Kai-Heng Feng <kai.heng.feng@canonical.com>
Tested-by: Holger Hoffstätte <holger@applied-asynchrony.com>
Signed-off-by: Heiner Kallweit <hkallweit1@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/realtek/r8169_main.c