Re: [PATCH RFC net-next 2/6] net: phy: add support to set default rules

From: Andrew Lunn
Date: Thu Jan 08 2026 - 10:35:45 EST


> However, there is no way to handle the issue with another patch;
> I cannot directly modify the ACPI table (a risky operation).

It should not be risky. ACPI tables have as many bugs as any other
software. You have to assume they are buggy and will get updated
during their lifetime, so you have processes in place to allow them to
be safely upgraded.

Andrew