On Fri, Nov 21, 2025 at 12:49:01PM +0000, Andre Carvalho wrote:
This patch refactors the netconsole driver's target enabled state from a simple boolean to an explicit enum (`target_state`).
This allow the states to be expanded to a new state in the upcoming change.
Co-developed-by: Breno Leitao leitao@debian.org Signed-off-by: Breno Leitao leitao@debian.org Signed-off-by: Andre Carvalho asantostc@gmail.com
Reviewed-by: Breno Leitao leitao@debian.org