[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <170749826521.2630324.4507897270923627883.b4-ty@kernel.org>
Date: Fri, 9 Feb 2024 18:31:08 +0000
From: Will Deacon <will@...nel.org>
To: linux-arm-kernel@...ts.infradead.org,
Catalin Marinas <catalin.marinas@....com>,
Fangrui Song <maskray@...gle.com>
Cc: kernel-team@...roid.com,
Will Deacon <will@...nel.org>,
Ard Biesheuvel <ardb@...nel.org>,
Peter Smith <peter.smith@....com>,
Jisheng Zhang <jszhang@...nel.org>,
linux-kernel@...r.kernel.org,
llvm@...ts.linux.dev,
Dave Martin <Dave.Martin@....com>
Subject: Re: [PATCH v2] arm64: jump_label: use constraints "Si" instead of "i"
On Mon, 5 Feb 2024 23:45:52 -0800, Fangrui Song wrote:
> The generic constraint "i" seems to be copied from x86 or arm (and with
> a redundant generic operand modifier "c"). It works with -fno-PIE but
> not with -fPIE/-fPIC in GCC's aarch64 port.
>
> The machine constraint "S", which denotes a symbol or label reference
> with a constant offset, supports PIC and has been available in GCC since
> 2012 and in Clang since 7.0. However, Clang before 19 does not support
> "S" on a symbol with a constant offset [1] (e.g.
> `static_key_false(&nf_hooks_needed[pf][hook])` in
> include/linux/netfilter.h), so we use "i" as a fallback.
>
> [...]
Applied to arm64 (for-next/fixes), thanks!
[1/1] arm64: jump_label: use constraints "Si" instead of "i"
https://git.kernel.org/arm64/c/f9daab0ad01c
Cheers,
--
Will
https://fixes.arm64.dev
https://next.arm64.dev
https://will.arm64.dev
Powered by blists - more mailing lists