Re: [PATCH net-next] net: mdio: Add netlink interface

From: Andrew Lunn
Date: Tue Mar 07 2023 - 10:13:35 EST


> - Atomic (why only atomic?) (read) access to paged registers

I would say 'atomic' is wrong, you cannot access paged registers at
all.

> are we ok with the implications?

I am. Anybody doing this level of debugging should be able to
recompile the kernel to enable write support. It does limit debugging
in field, where maybe you cannot recompile the kernel, but to me, that
is a reasonable trade off.

Andrew