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]
Message-Id: <a38a883e-d887-4d79-bb52-f28f5efc99a8@app.fastmail.com>
Date: Wed, 23 Oct 2024 07:25:03 +0000
From: "Arnd Bergmann" <arnd@...db.de>
To: "Masahiro Yamada" <masahiroy@...nel.org>, "Rong Xu" <xur@...gle.com>
Cc: "Alice Ryhl" <aliceryhl@...gle.com>,
 "Andrew Morton" <akpm@...ux-foundation.org>,
 "Bill Wendling" <morbo@...gle.com>, "Borislav Petkov" <bp@...en8.de>,
 "Breno Leitao" <leitao@...ian.org>, "Brian Gerst" <brgerst@...il.com>,
 "Dave Hansen" <dave.hansen@...ux.intel.com>,
 "David Li" <davidxl@...gle.com>, "Han Shen" <shenhan@...gle.com>,
 "Heiko Carstens" <hca@...ux.ibm.com>, "H. Peter Anvin" <hpa@...or.com>,
 "Ingo Molnar" <mingo@...hat.com>, "Jann Horn" <jannh@...gle.com>,
 "Jonathan Corbet" <corbet@....net>,
 "Josh Poimboeuf" <jpoimboe@...nel.org>,
 "Juergen Gross" <jgross@...e.com>,
 "Justin Stitt" <justinstitt@...gle.com>, "Kees Cook" <kees@...nel.org>,
 "Mike Rapoport" <rppt@...nel.org>,
 "Nathan Chancellor" <nathan@...nel.org>,
 "Nick Desaulniers" <ndesaulniers@...gle.com>,
 "Nicolas Schier" <nicolas@...sle.eu>,
 "Paul E. McKenney" <paulmck@...nel.org>,
 "Peter Zijlstra" <peterz@...radead.org>,
 "Sami Tolvanen" <samitolvanen@...gle.com>,
 "Thomas Gleixner" <tglx@...utronix.de>,
 "Wei Yang" <richard.weiyang@...il.com>, workflows@...r.kernel.org,
 "Miguel Ojeda" <miguel.ojeda.sandonis@...il.com>,
 "Maksim Panchenko" <max4bolt@...il.com>, x86@...nel.org,
 Linux-Arch <linux-arch@...r.kernel.org>, linux-doc@...r.kernel.org,
 linux-kbuild@...r.kernel.org, linux-kernel@...r.kernel.org,
 llvm@...ts.linux.dev, "Sriraman Tallam" <tmsriram@...gle.com>,
 "Krzysztof Pszeniczny" <kpszeniczny@...gle.com>,
 "Stephane Eranian" <eranian@...gle.com>
Subject: Re: [PATCH v4 6/6] Add Propeller configuration for kernel build.

On Wed, Oct 23, 2024, at 07:06, Masahiro Yamada wrote:
> On Tue, Oct 22, 2024 at 9:00 AM Rong Xu <xur@...gle.com> wrote:
>
>> > > +===========
>> > > +
>> > > +Configure the kernel with::
>> > > +
>> > > +   CONFIG_AUTOFDO_CLANG=y
>> >
>> >
>> > This is automatically met due to "depends on AUTOFDO_CLANG".
>>
>> Agreed. But we will remove the dependency from PROPELlER_CLANG to AUTOFDO_CLANG.
>> So we will keep the part.
>
>
> You can replace "depends on AUTOFDO_CLANG" with
> "imply AUTOFDO_CLANG" if it is sensible.
>
> Up to you.

I don't think we should ever encourage the use of 'imply'
because it is almost always used incorrectly.

       Arnd

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ