On Tue, May 06, 2025 at 12:32:05AM +0200, Ard Biesheuvel wrote:
On Tue, 6 May 2025 at 00:30, Sasha Levin sashal@kernel.org wrote:
From: Brian Gerst brgerst@gmail.com
[ Upstream commit cb7927fda002ca49ae62e2782c1692acc7b80c67 ]
Clang may produce R_X86_64_REX_GOTPCRELX relocations when redefining the stack protector location. Treat them as another type of PC-relative relocation.
Signed-off-by: Brian Gerst brgerst@gmail.com Signed-off-by: Ingo Molnar mingo@kernel.org Reviewed-by: Ard Biesheuvel ardb@kernel.org Cc: Linus Torvalds torvalds@linux-foundation.org Link: https://lore.kernel.org/r/20250123190747.745588-6-brgerst@gmail.com Signed-off-by: Sasha Levin sashal@kernel.org
This patch was one of a series of about 20 patches. Did you pick all of them?
Should we pick them all up?