lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:   Tue, 21 Dec 2021 21:56:50 +0100
From:   Johannes Berg <johannes@...solutions.net>
To:     Richard Weinberger <richard@....at>,
        Vincent Whitchurch <vincent.whitchurch@...s.com>
Cc:     Jeff Dike <jdike@...toit.com>,
        anton ivanov <anton.ivanov@...bridgegreys.com>,
        kernel@...s.com, linux-kernel <linux-kernel@...r.kernel.org>,
        linux-um <linux-um@...ts.infradead.org>,
        devicetree <devicetree@...r.kernel.org>
Subject: Re: [PATCH 0/2] Devicetree support for UML

On Tue, 2021-12-21 at 21:55 +0100, Richard Weinberger wrote:
> Vincent,
> 
> ----- Ursprüngliche Mail -----
> > Von: "Vincent Whitchurch" <vincent.whitchurch@...s.com>
> > An: "Jeff Dike" <jdike@...toit.com>, "richard" <richard@....at>, "anton ivanov" <anton.ivanov@...bridgegreys.com>
> > CC: kernel@...s.com, "linux-kernel" <linux-kernel@...r.kernel.org>, "linux-um" <linux-um@...ts.infradead.org>,
> > "devicetree" <devicetree@...r.kernel.org>, "Vincent Whitchurch" <vincent.whitchurch@...s.com>
> > Gesendet: Mittwoch, 8. Dezember 2021 16:11:21
> > Betreff: [PATCH 0/2] Devicetree support for UML
> 
> > This series add support for passing a devicetree blob to UML.  It can be used
> > for testing device drivers.
> 
> Nice feature.
> Code looks good so far. But while building I'm facing this warning:
> 
> WARNING: unmet direct dependencies detected for OF_EARLY_FLATTREE
>   Depends on [n]: OF [=n]
>   Selected by [y]:
>   - UML [=y]
> 
> 
> Please note that my UML config has CONFIG_OF=n.
> 

Hm. So maybe that needs to be

	select OF_EARLY_FLATTREE if OF

or so?

johannes

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ