Re: [PATCH net-next] netconsole: Enable compile time configuration

From: Randy Dunlap
Date: Thu Jul 27 2023 - 18:51:58 EST




On 7/27/23 09:31, Breno Leitao wrote:
> +config NETCONSOLE_APPEND_RELEASE
> + bool "Enable kernel release version in the message"
> + depends on NETCONSOLE_EXTENDED_LOG
> + default n
> + help
> + Enable kernel release to be prepended to each netcons message. The
> + kernel version is prepended to the first message, so, the peer knows what
> + kernel version is send the messages.

is sending
or
sends

> + See <file:Documentation/networking/netconsole.rst> for details.

--
~Randy