From nobody Mon May 11 02:55:31 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 A7706C433F5 for ; Sat, 16 Apr 2022 17:50:12 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232712AbiDPRwn (ORCPT ); Sat, 16 Apr 2022 13:52:43 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:49554 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232450AbiDPRwj (ORCPT ); Sat, 16 Apr 2022 13:52:39 -0400 Received: from conuserg-12.nifty.com (conuserg-12.nifty.com [210.131.2.79]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 5DA93E34 for ; Sat, 16 Apr 2022 10:50:06 -0700 (PDT) Received: from grover.sesame (133-32-177-133.west.xps.vectant.ne.jp [133.32.177.133]) (authenticated) by conuserg-12.nifty.com with ESMTP id 23GHlWIm010241; Sun, 17 Apr 2022 02:47:32 +0900 DKIM-Filter: OpenDKIM Filter v2.10.3 conuserg-12.nifty.com 23GHlWIm010241 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nifty.com; s=dec2015msa; t=1650131253; bh=MmtjwtCuEj1qKGBoGSATHNrzVUzXA3tNAIgp0P+zNN0=; h=From:To:Cc:Subject:Date:From; b=YSqIGN04c1empKIaQiXTqky6lQBCPNNOGUw8yXvf58p/lT4sdDIdnit5dyy3R6TEu ZowWR6VqzcC6vMXbfA4ftgj6rlA5QZt28XkHhUxNT4ziPDZhlIerc+OjLJUJtcHth7 mtsBqrjBiTcBgfXnzSgdjZTyjOTUXUvU0zgPFAkrQH1krhf/SJ9cvFNu1b4m3Dq9hF IcDiWtkn7jzcjC83Dp00vVGGuwt+7izP+szMcBdWO4uPF8tmvqzTGq7FwB2v2dDCcz P7bHXkCrMawxk8B955iCnH0U0HQpD6tERgp0Cy+yYsw4VTijitWwZ7mh7eveFclmcs Cwy823jAt2msQ== X-Nifty-SrcIP: [133.32.177.133] From: Masahiro Yamada To: x86@kernel.org Cc: linux-kernel@vger.kernel.org, Masahiro Yamada , Alexei Starovoitov , Borislav Petkov , Brijesh Singh , Daniel Bristot de Oliveira , Dave Hansen , "H. Peter Anvin" , Ingo Molnar , Javier Martinez Canillas , "Kirill A. Shutemov" , Masami Hiramatsu , Peter Zijlstra , "Steven Rostedt (Google)" , Thomas Gleixner , Tom Lendacky Subject: [PATCH] x86/build: remove unused OBJECT_FILES_NON_STANDARD_test_nx.o Date: Sun, 17 Apr 2022 02:47:10 +0900 Message-Id: <20220416174710.269226-1-masahiroy@kernel.org> X-Mailer: git-send-email 2.32.0 MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Type: text/plain; charset="utf-8" Commit 3ad38ceb2769 ("x86/mm: Remove CONFIG_DEBUG_NX_TEST") removed arch/x86/kernel/test_nx.c Signed-off-by: Masahiro Yamada --- arch/x86/kernel/Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/arch/x86/kernel/Makefile b/arch/x86/kernel/Makefile index c41ef42adbe8..d8b2a81b3dba 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 --=20 2.32.0