[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <CAFULd4badg6edcqk_F2zO++6pFVUrshN8Agf1+Lz90G0_J_-Hg@mail.gmail.com>
Date: Tue, 10 Oct 2023 06:39:11 +0200
From: Uros Bizjak <ubizjak@...il.com>
To: x86@...nel.org, linux-kernel@...r.kernel.org
Cc: Nadav Amit <namit@...are.com>, Andy Lutomirski <luto@...nel.org>,
Brian Gerst <brgerst@...il.com>,
Denys Vlasenko <dvlasenk@...hat.com>,
"H . Peter Anvin" <hpa@...or.com>,
Linus Torvalds <torvalds@...ux-foundation.org>,
Peter Zijlstra <peterz@...radead.org>,
Thomas Gleixner <tglx@...utronix.de>,
Josh Poimboeuf <jpoimboe@...hat.com>
Subject: Re: [PATCH tip] x86/percpu: Use C for arch_raw_cpu_ptr()
On Mon, Oct 9, 2023 at 10:31 PM Uros Bizjak <ubizjak@...il.com> wrote:
>
> Implementing arch_raw_cpu_ptr() in C, allows the compiler to perform
> better optimizations, such as setting an appropriate base to compute
> the address instead of an add instruction.
Oops, please disregard this patch. It is a previous version, and now
will fail compilation with KASAN. The new arch_raw_cpu_ptr should
depend on CONFIG_USE_X86_SEG_SUPPORT, not CONFIG_CC_HAS_NAMED_AS.
I will send a v2 after some more testing.
Uros.
Powered by blists - more mailing lists