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

From: Breno Leitao
Date: Fri Jul 28 2023 - 06:50:18 EST


On Thu, Jul 27, 2023 at 03:51:41PM -0700, Randy Dunlap wrote:
>
>
> 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

Thanks. I will fix on v2.