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 Apr 2020 18:19:25 -0700
From:   George Burgess <gbiv@...gle.com>
To:     Andrew Morton <akpm@...ux-foundation.org>
Cc:     Nick Desaulniers <ndesaulniers@...gle.com>,
        linux-kernel@...r.kernel.org
Subject: Re: [PATCH] tools/build: tweak unused value workaround

On Tue, Apr 14, 2020 at 5:00 PM Andrew Morton <akpm@...ux-foundation.org> wrote:
> What does "disabled by default" mean?  Presumably it should now be
> enabled, but I don't think this disabling happens in the mainline
> kernel tree?

Disabled when `perf` does its configure-ish checks. Concretely,

```
~/linux/tools/perf $ make V=1 VF=1 CC=$clang -f Makefile.perf notarget \
    |& grep 'Auto-detecting\|sync-compare-and-swap'
Auto-detecting system features:
...         sync-compare-and-swap: [ OFF ]
```

Powered by blists - more mailing lists