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 <[email protected]>
Reviewed-by: Breno Leitao <[email protected]>

