Re: [PATCH net-next v11 5/7] netconsole: introduce helpers for dynamic_netconsole_mutex lock/unlock
From: Breno Leitao <leitao@debian.org>
Date: 2026-01-19 13:10:12
Also in:
linux-kselftest, lkml
From: Breno Leitao <leitao@debian.org>
Date: 2026-01-19 13:10:12
Also in:
linux-kselftest, lkml
On Sun, Jan 18, 2026 at 11:00:25AM +0000, Andre Carvalho wrote:
This commit introduces two helper functions to perform lock/unlock on dynamic_netconsole_mutex providing no-op stub versions when compiled without CONFIG_NETCONSOLE_DYNAMIC and refactors existing call sites to use the new helpers. This is done following kernel coding style guidelines, in preparation for an upcoming change. It avoids the need for preprocessor conditionals in the call site and keeps the logic easier to follow. Signed-off-by: Andre Carvalho <redacted>
Reviewed-by: Breno Leitao <leitao@debian.org>