]> www.infradead.org Git - users/jedix/linux-maple.git/commit
um: Do not propagate uml_dir parameter to kernel
authorTiwei Bie <tiwei.btw@antgroup.com>
Fri, 11 Oct 2024 04:04:35 +0000 (12:04 +0800)
committerJohannes Berg <johannes.berg@intel.com>
Wed, 23 Oct 2024 07:52:48 +0000 (09:52 +0200)
commit5c78a58388e732974986832e6f70c7f58ee3415e
tree28b7c00713f6ded37f616a5c54e567985d72a67e
parentcb055b2135d82db48ca0a3ff744b158fd5400eb2
um: Do not propagate uml_dir 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 "uml_dir=/foo", will be passed to user space.

Signed-off-by: Tiwei Bie <tiwei.btw@antgroup.com>
Link: https://patch.msgid.link/20241011040441.1586345-4-tiwei.btw@antgroup.com
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
arch/um/os-Linux/umid.c