From patchwork Thu Jun 20 17:40:38 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Mike Rapoport X-Patchwork-Id: 13706100 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id B35F7C27C79 for ; Thu, 20 Jun 2024 17:41:08 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:List-Subscribe:List-Help :List-Post:List-Archive:List-Unsubscribe:List-Id:Content-Transfer-Encoding: MIME-Version:Message-ID:Date:Subject:Cc:To:From:Reply-To:Content-Type: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References:List-Owner; bh=cOxyXlmR7gWfVV3HSkZczZNHLQEx00bFmsxRjVPQV8o=; b=KOJ6SkQh3xWKuJDYCVYojtGBcF 1q8TcMbgCWrg1jBM7LCykrUdGT1P1B08sTk6AKqbn87KTwcZlpNi7BYHSEBBpmHtFOZazO3W6wE7N ajyOsas4Ca1gIrF8mk2mD6xLZYe0YnSR42nhKCzHIP6lNOellpDEBk6HI6a2vUkYyv1XyS4pJ3LO7 tD6fe98Wob5cbScJn5G14TDDMXzax1uZESE9j+2VGhMlLitzgciQpEoBLL3jZRjkjhgl55Ar3F9DG hnO9wW37NfKUyRQex102/d6lBYzrtWVcViglZdM6ag+LzVHKGlvafdpg+sqeZvVbSH+hyNhjLt20w Q2KNn+Qw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1sKLmL-000000066yM-0VXU; Thu, 20 Jun 2024 17:40:57 +0000 Received: from sin.source.kernel.org ([145.40.73.55]) by bombadil.infradead.org with esmtps (Exim 4.97.1 #2 (Red Hat Linux)) id 1sKLmH-000000066wC-1rM1 for linux-arm-kernel@lists.infradead.org; Thu, 20 Jun 2024 17:40:55 +0000 Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by sin.source.kernel.org (Postfix) with ESMTP id 2D900CE282D; Thu, 20 Jun 2024 17:40:49 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id CFA84C2BD10; Thu, 20 Jun 2024 17:40:46 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1718905248; bh=zNW29kTA336wSHv1E3ERKYzkegNL6fCNgK+d+Y3zO7o=; h=From:To:Cc:Subject:Date:From; b=fp2LJqazgnX9r8cNdj5baOza8yJBGlCqVHXG4OQLhpEnNk5ss2vyP5Qy+cUDjfQ9t sbxLUXZM1CkBTrM/uHBkBD/QwyEf8s8mW6aAWsNT8iVKgY1/Ze1D9swZSg9aQ4JjDR s/DCDy5pQqZn0hOss7Y5zF6sm0nKDsrDW0F0lxvHebr2o08d7esMlbqvFYrJ6Wipkg eWGS7KlDTmhHdqEZc8aynTJBqgXefVk17yE4Rrn5sCDs3U0T2X94CQpxo4ug3uqsMn 7jmisUGumphXd/SOGVkVb2I7nEVxGWZwZ9IKhNBhSWCdFrEgBV6yeEZwENseVjhopz a6A+bfKqVEGGQ== From: Mike Rapoport To: Catalin Marinas , Will Deacon Cc: Mike Rapoport , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: [PATCH] arm64: Kconfig: fix typo in __builtin_return_adddress Date: Thu, 20 Jun 2024 20:40:38 +0300 Message-ID: <20240620174038.3721466-1-rppt@kernel.org> X-Mailer: git-send-email 2.43.0 MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240620_104053_744666_AFAE0BC7 X-CRM114-Status: UNSURE ( 9.48 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org From: "Mike Rapoport (IBM)" Comment about BUILTIN_RETURN_ADDRESS_STRIPS_PAC spells __builtin_return_adddress with a triple 'd', fix it. Signed-off-by: Mike Rapoport (IBM) --- 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,