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] [day] [month] [year] [list]
Date:   Tue, 14 Sep 2021 11:34:13 +0100
From:   Mark Rutland <mark.rutland@....com>
To:     "Chen, Rong A" <rong.a.chen@...el.com>
Cc:     kernel test robot <lkp@...el.com>, kbuild-all@...ts.01.org,
        linux-kernel@...r.kernel.org, Peter Zijlstra <peterz@...radead.org>
Subject: Re: [kbuild-all] Re:
 include/linux/atomic/atomic-arch-fallback.h:60:32: error: implicit
 declaration of function 'arch_cmpxchg64'; did you mean 'arch_cmpxchg'?

On Tue, Sep 14, 2021 at 08:39:36AM +0800, Chen, Rong A wrote:
> 
> 
> On 9/13/2021 4:57 PM, Mark Rutland wrote:
> > On Sun, Sep 12, 2021 at 04:24:21AM +0800, kernel test robot wrote:
> > > Hi Mark,
> > > 
> > > FYI, the error/warning still remains.
> > 
> > As pointed out previously [1,2], this is an existing bug (in that arc
> > does not have an implementation of cmpxchg64(), but it's possible to
> > select code which uses it in test configurations). My changes to the
> > core atomic headers only change the way in which the error manifests,
> > and have nothing to do with the underlying problem.
> > 
> > I thought we were going to stop reporting this [3]?
> 
> Hi Mark,
> 
> Thanks for the feedback, we only ignored the below one:
> 
>   include/linux/atomic-arch-fallback.h:60:32: error: implicit declaration of
> function 'arch_cmpxchg64'; did you mean 'arch_cmpxchg'?
> [-Werror=implicit-function-declaration]
> 
> we'll update the pattern to ignore all.

Thanks; much appreciated! :)

Mark.

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ