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, 28 Sep 2021 13:33:47 -0700
From:   Randy Dunlap <rdunlap@...radead.org>
To:     trix@...hat.com, robh+dt@...nel.org, frowand.list@...il.com
Cc:     devicetree@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] of: remove duplicate declaration of of_iomap()

On 9/28/21 1:12 PM, trix@...hat.com wrote:
> From: Tom Rix <trix@...hat.com>
> 
> A ranconfig produces this linker error

randconfig .. on what arch, please?

> irq-al-fic.c:252: undefined reference to `of_iomap'
> 
> The declaration of of_iomap() is dependent on OF
> The definition of of_iomap() is dependent on OF_ADDRESS
> These should match.  There are duplicate declarations
> of of_iomap(), remove of_iomap() and the
> of_address_to_resource() duplicate.
> 
> Signed-off-by: Tom Rix <trix@...hat.com>
> ---
>   include/linux/of_address.h | 8 +-------
>   1 file changed, 1 insertion(+), 7 deletions(-)
> 


thanks.
-- 
~Randy

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ