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
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