From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 4C94622D7A8; Tue, 20 May 2025 14:11:41 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1747750302; cv=none; b=iEI0epcolj6QoD+r/4AGzp3mlvLFLw7MSOC7xH4YrEBRmTlyvvg1xoJtvVnzLZcQs8DLZMaA59M7l5D/tr4gno6VOPeDONhvF3VjE2cfaJYIefHVSGBzxAt77AZJoSMNOlyjmypfqo3OmCUzHlfwbPzkeOTG8eGJGs9uvyn/mc4= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1747750302; c=relaxed/simple; bh=7H0H5peD5j5PaLsy4ojWTCVVazkCP7uOufJFBtYwn4w=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=IgvarYZx3kqW2DxNRWzJLuz83ZN1hz8hvPdcHewd2jABrVC07RZk+ogZHRDEv15h4RBSMZJUyRw0QTjl1wG2PKIHgzydCHvd+lkdMB5fXQ5pe+eS+x9cz2Llh16bWw+q5ipgeqAyVKllPINNh7Q/XsqbEdcM1BnTl6vJGhLvChY= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=Uo/q2BaQ; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="Uo/q2BaQ" Received: by smtp.kernel.org (Postfix) with ESMTPSA id A1006C4CEE9; Tue, 20 May 2025 14:11:41 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1747750301; bh=7H0H5peD5j5PaLsy4ojWTCVVazkCP7uOufJFBtYwn4w=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=Uo/q2BaQbLDQDYWOHIR/wIbPmqGhlaMgw7JEobhcTwm8mhQYXMhTJmsZbtNwqfObz lNSLhYf0HJSb3BcQvl891i9J2/p30jZ6i3tlh/RzafnQh0fPhPgqFSk0JQ9DXsbcvz kf9FOcps1fZRzlalC73mOD1/xnGXQExvIkKLdf7ZQU0qmZCbLKevJ8OOM6jjSd1ASm ZlrUgzrGnoyHL3A2JZs6R0SfBW1uKXwwG4sQlmYaVjDB4JqUqyuaEnQ/bHz3ekNQM+ hQfvUxNG+eVuYhUAivOpODVarYaoi/XvezLluIV5cpXT+RAU4Y1SmBfNQg5h42zNA7 waXymr7+OdYQg== Date: Tue, 20 May 2025 10:11:40 -0400 From: Sasha Levin To: Ard Biesheuvel Cc: linux-kernel@vger.kernel.org, stable@vger.kernel.org, Brian Gerst , Ingo Molnar , Linus Torvalds , tglx@linutronix.de, mingo@redhat.com, bp@alien8.de, dave.hansen@linux.intel.com, x86@kernel.org, nathan@kernel.org, ubizjak@gmail.com, thomas.weissschuh@linutronix.de, llvm@lists.linux.dev Subject: Re: [PATCH AUTOSEL 6.14 400/642] x86/relocs: Handle R_X86_64_REX_GOTPCRELX relocations Message-ID: References: <20250505221419.2672473-1-sashal@kernel.org> <20250505221419.2672473-400-sashal@kernel.org> Precedence: bulk X-Mailing-List: stable@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Disposition: inline In-Reply-To: On Tue, May 06, 2025 at 12:32:05AM +0200, Ard Biesheuvel wrote: >On Tue, 6 May 2025 at 00:30, Sasha Levin wrote: >> >> From: Brian Gerst >> >> [ 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 >> Signed-off-by: Ingo Molnar >> Reviewed-by: Ard Biesheuvel >> Cc: Linus Torvalds >> Link: https://lore.kernel.org/r/20250123190747.745588-6-brgerst@gmail.com >> Signed-off-by: Sasha Levin > >This patch was one of a series of about 20 patches. Did you pick all of them? Should we pick them all up? -- Thanks, Sasha