Re: [PATCH] regmap: debugfs: Fix name collision without atomic operations

From: Greg KH
Date: Tue Mar 04 2025 - 09:13:27 EST


On Tue, Mar 04, 2025 at 08:22:21PM +0800, Zxyan Zhu wrote:
> A global variable caused debugfs name conflicts during re-entry,

What global variable?

> leading to creation failures. Use atomic operations to ensure safe
> and unique naming.

Naming of what, the variables or the debugfs file?

confused,

greg k-h