Re: [PATCH net-next v5 3/4] dpll: zl3073x: add per-DPLL serialization lock

From: Jakub Kicinski

Date: Wed Jun 03 2026 - 21:41:09 EST


On Sun, 31 May 2026 21:44:22 +0200 Ivan Vecera wrote:
> Add a per-DPLL mutex that serializes all operations on a given DPLL
> channel across DPLL netlink callbacks, the periodic kthread worker,

Sounds like there are already two entities accessing the state?
If so why is this not a fix?

> and (in subsequent patches) PTP clock callbacks.