mirror of
https://github.com/torvalds/linux.git
synced 2026-05-21 21:37:25 +02:00
um: Do not propagate noreboot parameter to kernel
This parameter is UML specific and is unknown to kernel. It should not be propagated to kernel, otherwise it could be passed to user space as a command line option by kernel with a warning like: Unknown kernel command line parameters "noreboot", will be passed to user space. Signed-off-by: Tiwei Bie <tiwei.btw@antgroup.com> Link: https://patch.msgid.link/20241011040441.1586345-6-tiwei.btw@antgroup.com Signed-off-by: Johannes Berg <johannes.berg@intel.com>
This commit is contained in:
parent
7da0c61157
commit
45aa6026d1
|
|
@ -622,6 +622,7 @@ static bool noreboot;
|
|||
|
||||
static int __init noreboot_cmd_param(char *str, int *add)
|
||||
{
|
||||
*add = 0;
|
||||
noreboot = true;
|
||||
return 0;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user