From nobody Thu Jun 18 15:47:53 2026 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 0AE62C433F5 for ; Tue, 19 Apr 2022 14:43:32 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S238004AbiDSOqM (ORCPT ); Tue, 19 Apr 2022 10:46:12 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:33852 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1353558AbiDSOpp (ORCPT ); Tue, 19 Apr 2022 10:45:45 -0400 Received: from galois.linutronix.de (Galois.linutronix.de [193.142.43.55]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 5F0E93AA75; Tue, 19 Apr 2022 07:42:47 -0700 (PDT) Date: Tue, 19 Apr 2022 14:42:40 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020; t=1650379361; 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=/LOo3jv59hXRUdOgz5Y1oBDekLS9RYevTVhGRpxqdpg=; b=ICUZ9rWqBUFJJ9SUeIPiiohgSCQsgcMQD2boh6TCFoZsCBQlHcjGG3azO40H1WYr5axUb8 3Zu7edbInaDBNmCWtgwAtn/EmxvBeXeSeRKxys4lmHSv++jb5/jnC17RXGgKDePFNXsYvG dq/sN31vfY8OuNwqgW4K7Ggvm1KI5KW5AaTWxRqsNakEnajQrKVLk7BjAL8lhbF+caXEt+ N4Hmjq7/QmJrbEKbBIdWHtySx0ORmnS9crZhinN8h7cyVFxjHPYQWxWkZvM1imPnoRPDH3 Y1+wVTkZ0avw8ZHpKU28hL5SI8yh9Rru1Tm8eD82zAlnX10auJa+b8atRddnaA== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020e; t=1650379361; 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=/LOo3jv59hXRUdOgz5Y1oBDekLS9RYevTVhGRpxqdpg=; b=2N6+ZLUiDpFr30K6YkZ8Ir6+Oh1efqNVp7g19FfQ5Zw4F7RPYKBaJFxrBA0uvXQKECILo6 UeSBk0OC1RoaPBAA== From: "tip-bot2 for Masahiro Yamada" Sender: tip-bot2@linutronix.de Reply-to: linux-kernel@vger.kernel.org To: linux-tip-commits@vger.kernel.org Subject: [tip: x86/tdx] x86/build: remove unused OBJECT_FILES_NON_STANDARD_test_nx.o Cc: Masahiro Yamada , Dave Hansen , x86@kernel.org, linux-kernel@vger.kernel.org In-Reply-To: <20220416174710.269226-1-masahiroy@kernel.org> References: <20220416174710.269226-1-masahiroy@kernel.org> MIME-Version: 1.0 Message-ID: <165037936030.4207.3583631675331739342.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/tdx branch of tip: Commit-ID: 51e8253cf5444299db09e1027160bf503ef49ec9 Gitweb: https://git.kernel.org/tip/51e8253cf5444299db09e1027160bf503= ef49ec9 Author: Masahiro Yamada AuthorDate: Sun, 17 Apr 2022 02:47:10 +09:00 Committer: Dave Hansen CommitterDate: Tue, 19 Apr 2022 07:17:16 -07:00 x86/build: remove unused OBJECT_FILES_NON_STANDARD_test_nx.o Commit 3ad38ceb2769 ("x86/mm: Remove CONFIG_DEBUG_NX_TEST") removed arch/x86/kernel/test_nx.c Signed-off-by: Masahiro Yamada Signed-off-by: Dave Hansen Link: https://lkml.kernel.org/r/20220416174710.269226-1-masahiroy@kernel.org --- arch/x86/kernel/Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/arch/x86/kernel/Makefile b/arch/x86/kernel/Makefile index c41ef42..d8b2a81 100644 --- a/arch/x86/kernel/Makefile +++ b/arch/x86/kernel/Makefile @@ -34,8 +34,6 @@ KASAN_SANITIZE_sev.o :=3D n # by several compilation units. To be safe, disable all instrumentation. KCSAN_SANITIZE :=3D n =20 -OBJECT_FILES_NON_STANDARD_test_nx.o :=3D y - ifdef CONFIG_FRAME_POINTER OBJECT_FILES_NON_STANDARD_ftrace_$(BITS).o :=3D y endif