2021-01-16 23:12:19

by Heiner Kallweit

[permalink] [raw]
Subject: Missing param value! Expected 'rw=...value...'

Since 60b7cab23e5e ("proc_sysctl: fix oops caused by incorrect command parameters.")
I'm getting the following warning: Missing param value! Expected 'rw=...value...'
AFAIK param rw doesn't require a value. That's what my command line looks like:
Command line: initrd=\intel-ucode.img initrd=\initramfs-linux.img root=/dev/sda2 rw


2021-01-16 23:42:12

by Randy Dunlap

[permalink] [raw]
Subject: Re: Missing param value! Expected 'rw=...value...'

On 1/16/21 3:07 PM, Heiner Kallweit wrote:
> Since 60b7cab23e5e ("proc_sysctl: fix oops caused by incorrect command parameters.")
> I'm getting the following warning: Missing param value! Expected 'rw=...value...'
> AFAIK param rw doesn't require a value. That's what my command line looks like:
> Command line: initrd=\intel-ucode.img initrd=\initramfs-linux.img root=/dev/sda2 rw
>

"rw" isn't a sysctl, so it looks like that added test is too early in
that function.


--
~Randy
You can't do anything without having to do something else first.
-- Belefant's Law