Re: [PATCH net-next v5] net: netconsole: selftests: Create a new netconsole selftest

From: Breno Leitao
Date: Wed Aug 21 2024 - 04:28:24 EST


Hello Jakub,

On Tue, Aug 20, 2024 at 04:06:36PM -0700, Jakub Kicinski wrote:
> > +# ========== #
> > +# Start here #
> > +# ========== #
> > +modprobe netdevsim 2> /dev/null || true
> > +modprobe netconsole 2 > /dev/null || true

> Main reason Im complaining, I see:
>
> [ 6.686720] netconsole: unknown parameter '2' ignored
>
> in the kernel logs when the test runs.
>
> Is it expected?

It is not, the reason is the space above in `modprobe netconsole 2`

Let me update it. Thanks
--breno