mirror of
https://github.com/torvalds/linux.git
synced 2026-05-24 15:12:13 +02:00
um: Do not propagate dtb parameter to kernel
This parameter is UML specific and is unknown to kernel. It should not be propagated to kernel, otherwise it will be passed to user space as an environment option by kernel with a warning like: Unknown kernel command line parameters "dtb=/foo", will be passed to user space. Signed-off-by: Tiwei Bie <tiwei.btw@antgroup.com> Link: https://patch.msgid.link/20241011040441.1586345-5-tiwei.btw@antgroup.com Signed-off-by: Johannes Berg <johannes.berg@intel.com>
This commit is contained in:
parent
5c78a58388
commit
7da0c61157
|
|
@ -31,6 +31,7 @@ void uml_dtb_init(void)
|
|||
|
||||
static int __init uml_dtb_setup(char *line, int *add)
|
||||
{
|
||||
*add = 0;
|
||||
dtb = line;
|
||||
return 0;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user