From nobody Thu Sep 11 23:20:01 2025 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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 9D430C001E0 for ; Tue, 8 Aug 2023 21:37:25 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229802AbjHHVhY (ORCPT ); Tue, 8 Aug 2023 17:37:24 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:54932 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229437AbjHHVhX (ORCPT ); Tue, 8 Aug 2023 17:37:23 -0400 Received: from galois.linutronix.de (Galois.linutronix.de [IPv6:2a0a:51c0:0:12e:550::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 19232E0; Tue, 8 Aug 2023 14:37:23 -0700 (PDT) Date: Tue, 08 Aug 2023 21:37:21 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020; t=1691530641; h=from:from:sender:sender:reply-to:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=kDkO5o+VYKafXt0UwqB1zta1+/jE80vGFNHWvcTQRJc=; b=ISC+yFDJob9FQbdVKs6ZOLY6p/81fKqvBu/A8G1EW2fqdcD+L2+cMBHe2AC+GnIL0o3SEx U2wM8pUWDq/Coq6mDIKBwLFlszhLIg+TB1O7iCH4x2T+2RpZbFInzUWE5GfyrihX+vOkR8 n5PMmFoYzIXJA/zyJwanQCwv8cUkPRcv4jXDsLNeklnwRiGDpf+6dR8dAbn5D+9A+y+g+c S0waETU7+f9o9l+hdq3k5saVoMwtKKvk/xcbeEwj71qMBEvPYJ7r0vv1ieGWClnrx/xX8F uRCT1IdNcv2v/FjTAATkM01Os05mYsr0knuXfvjHP7n9LmqCC0wgBeCDbqtJ8w== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020e; t=1691530641; h=from:from:sender:sender:reply-to:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=kDkO5o+VYKafXt0UwqB1zta1+/jE80vGFNHWvcTQRJc=; b=F9L1p5UJXsZ08eUfBLWiTvcPY+syiMCsT7uKiyLpS+9p7Lbo4GWe/lVHLb+4tDKU8J7jNd rjc2YGywYSpjF5AQ== From: "tip-bot2 for Jinghao Jia" Sender: tip-bot2@linutronix.de Reply-to: linux-kernel@vger.kernel.org To: linux-tip-commits@vger.kernel.org Subject: [tip: x86/urgent] x86/linkage: Fix typo of BUILD_VDSO in asm/linkage.h Cc: Jinghao Jia , "Borislav Petkov (AMD)" , Thomas Gleixner , Randy Dunlap , , x86@kernel.org, linux-kernel@vger.kernel.org In-Reply-To: <20230808182353.76218-1-jinghao@linux.ibm.com> References: <20230808182353.76218-1-jinghao@linux.ibm.com> MIME-Version: 1.0 Message-ID: <169153064106.27769.9957898091293450936.tip-bot2@tip-bot2> Robot-ID: Robot-Unsubscribe: Contact to get blacklisted from these emails Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org The following commit has been merged into the x86/urgent branch of tip: Commit-ID: 7324f74d39531262b8e362f228b46512e6bee632 Gitweb: https://git.kernel.org/tip/7324f74d39531262b8e362f228b46512e= 6bee632 Author: Jinghao Jia AuthorDate: Tue, 08 Aug 2023 14:23:53 -04:00 Committer: Borislav Petkov (AMD) CommitterDate: Tue, 08 Aug 2023 23:13:17 +02:00 x86/linkage: Fix typo of BUILD_VDSO in asm/linkage.h The BUILD_VDSO macro was incorrectly spelled as BULID_VDSO in asm/linkage.h. This causes the !defined(BULID_VDSO) directive to always evaluate to true. Correct the spelling to BUILD_VDSO. Fixes: bea75b33895f ("x86/Kconfig: Introduce function padding") Signed-off-by: Jinghao Jia Signed-off-by: Borislav Petkov (AMD) Reviewed-by: Thomas Gleixner Acked-by: Randy Dunlap Cc: Link: https://lore.kernel.org/r/20230808182353.76218-1-jinghao@linux.ibm.com --- arch/x86/include/asm/linkage.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/x86/include/asm/linkage.h b/arch/x86/include/asm/linkage.h index 0953aa3..97a3de7 100644 --- a/arch/x86/include/asm/linkage.h +++ b/arch/x86/include/asm/linkage.h @@ -21,7 +21,7 @@ #define FUNCTION_PADDING #endif =20 -#if (CONFIG_FUNCTION_ALIGNMENT > 8) && !defined(__DISABLE_EXPORTS) && !def= ined(BULID_VDSO) +#if (CONFIG_FUNCTION_ALIGNMENT > 8) && !defined(__DISABLE_EXPORTS) && !def= ined(BUILD_VDSO) # define __FUNC_ALIGN __ALIGN; FUNCTION_PADDING #else # define __FUNC_ALIGN __ALIGN