[PATCH v2 1/2] UML: hard-code the result of 'uname -s'

Masahiro Yamada masahiroy at kernel.org
Sat Aug 19 16:03:54 PDT 2023


On Sun, Aug 20, 2023 at 6:15 AM Richard Weinberger <richard at nod.at> wrote:
>
> ----- Ursprüngliche Mail -----
> > Von: "masahiroy" <masahiroy at kernel.org>
> > We rely on 'uname -s' returning 'Linux' because there are os-Linux/
> > directories, but no other os-*/.
> >
> > Supporting a non-Linux host is unlikely to happen.
> >
> > Let's hard-code 'Linux'.
>
> While I agree that a non-Linux version is unlikely I'd like to
> know why we can't keep the uname -s check?
> I guess to avoid unnecessary command execution?



Just because 'uname -s' is meaningless.

Just build 'Linux' ones irrespective of the host platform.
If it works, it works.
If not, it does not work.




-- 
Best Regards
Masahiro Yamada



More information about the linux-um mailing list