* [PATCH] arm64: Kconfig: fix typo in __builtin_return_adddress
@ 2024-06-20 17:40 Mike Rapoport
2024-06-24 18:12 ` Catalin Marinas
0 siblings, 1 reply; 2+ messages in thread
From: Mike Rapoport @ 2024-06-20 17:40 UTC (permalink / raw)
To: Catalin Marinas, Will Deacon
Cc: Mike Rapoport, linux-arm-kernel, linux-kernel
From: "Mike Rapoport (IBM)" <rppt@kernel.org>
Comment about BUILTIN_RETURN_ADDRESS_STRIPS_PAC spells
__builtin_return_adddress with a triple 'd', fix it.
Signed-off-by: Mike Rapoport (IBM) <rppt@kernel.org>
---
arch/arm64/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm64/Kconfig b/arch/arm64/Kconfig
index 5d91259ee7b5..3f39657af2cb 100644
--- a/arch/arm64/Kconfig
+++ b/arch/arm64/Kconfig
@@ -381,7 +381,7 @@ config BROKEN_GAS_INST
config BUILTIN_RETURN_ADDRESS_STRIPS_PAC
bool
- # Clang's __builtin_return_adddress() strips the PAC since 12.0.0
+ # Clang's __builtin_return_address() strips the PAC since 12.0.0
# https://github.com/llvm/llvm-project/commit/2a96f47c5ffca84cd774ad402cacd137f4bf45e2
default y if CC_IS_CLANG
# GCC's __builtin_return_address() strips the PAC since 11.1.0,
--
2.43.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] arm64: Kconfig: fix typo in __builtin_return_adddress
2024-06-20 17:40 [PATCH] arm64: Kconfig: fix typo in __builtin_return_adddress Mike Rapoport
@ 2024-06-24 18:12 ` Catalin Marinas
0 siblings, 0 replies; 2+ messages in thread
From: Catalin Marinas @ 2024-06-24 18:12 UTC (permalink / raw)
To: Will Deacon, Mike Rapoport; +Cc: linux-arm-kernel, linux-kernel
On Thu, 20 Jun 2024 20:40:38 +0300, Mike Rapoport wrote:
> Comment about BUILTIN_RETURN_ADDRESS_STRIPS_PAC spells
> __builtin_return_adddress with a triple 'd', fix it.
>
>
Applied to arm64 (for-next/misc), thanks!
[1/1] arm64: Kconfig: fix typo in __builtin_return_adddress
https://git.kernel.org/arm64/c/cf63fe35f1ef
--
Catalin
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-06-24 18:12 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-20 17:40 [PATCH] arm64: Kconfig: fix typo in __builtin_return_adddress Mike Rapoport
2024-06-24 18:12 ` Catalin Marinas
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).