From mboxrd@z Thu Jan 1 00:00:00 1970 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 3E2B1E95A96 for ; Mon, 9 Oct 2023 13:09:28 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1376743AbjJINJ1 convert rfc822-to-8bit (ORCPT ); Mon, 9 Oct 2023 09:09:27 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:59960 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1376649AbjJINJ0 (ORCPT ); Mon, 9 Oct 2023 09:09:26 -0400 Received: from lithops.sigma-star.at (lithops.sigma-star.at [195.201.40.130]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 1096394; Mon, 9 Oct 2023 06:09:23 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by lithops.sigma-star.at (Postfix) with ESMTP id ACBC36340DFB; Mon, 9 Oct 2023 15:09:20 +0200 (CEST) Received: from lithops.sigma-star.at ([127.0.0.1]) by localhost (lithops.sigma-star.at [127.0.0.1]) (amavisd-new, port 10032) with ESMTP id fAqWxJUbVZPL; Mon, 9 Oct 2023 15:09:19 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by lithops.sigma-star.at (Postfix) with ESMTP id 86D316234897; Mon, 9 Oct 2023 15:09:19 +0200 (CEST) Received: from lithops.sigma-star.at ([127.0.0.1]) by localhost (lithops.sigma-star.at [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id qGg_8h5ogqvU; Mon, 9 Oct 2023 15:09:19 +0200 (CEST) Received: from lithops.sigma-star.at (lithops.sigma-star.at [195.201.40.130]) by lithops.sigma-star.at (Postfix) with ESMTP id 2312E6340DFB; Mon, 9 Oct 2023 15:09:19 +0200 (CEST) Date: Mon, 9 Oct 2023 15:09:18 +0200 (CEST) From: Richard Weinberger To: masahiroy Cc: linux-kbuild , linux-kernel , linux-arm-kernel , linux-csky@vger.kernel.org, linux-parisc , linux-riscv@lists.infradead.org, linux-s390@vger.kernel.org, linux-um , loongarch , sparclinux , x86 , anton ivanov , bp , dave hansen , hpa , mingo , Johannes Berg , tglx Message-ID: <687416388.7594.1696856958852.JavaMail.zimbra@nod.at> In-Reply-To: <20231009124210.1064021-2-masahiroy@kernel.org> References: <20231009124210.1064021-1-masahiroy@kernel.org> <20231009124210.1064021-2-masahiroy@kernel.org> Subject: Re: [PATCH 2/5] UML: remove unused cmd_vdso_install MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8BIT X-Originating-IP: [195.201.40.130] X-Mailer: Zimbra 8.8.12_GA_3807 (ZimbraWebClient - FF97 (Linux)/8.8.12_GA_3809) Thread-Topic: remove unused cmd_vdso_install Thread-Index: 3hBejy77kYh6pqow8LgNKN8Tb77OsQ== Precedence: bulk List-ID: X-Mailing-List: linux-kbuild@vger.kernel.org ----- Ursprüngliche Mail ----- > Von: "masahiroy" > An: "linux-kbuild" > CC: "linux-kernel" , "linux-arm-kernel" , > linux-csky@vger.kernel.org, "linux-parisc" , linux-riscv@lists.infradead.org, > linux-s390@vger.kernel.org, "linux-um" , "loongarch" , > "sparclinux" , "x86" , "masahiroy" , "anton ivanov" > , "bp" , "dave hansen" , "hpa" > , "mingo" , "Johannes Berg" , "richard" , > "tglx" > Gesendet: Montag, 9. Oktober 2023 14:42:07 > Betreff: [PATCH 2/5] UML: remove unused cmd_vdso_install > You cannot run this code because arch/um/Makefile does not define the > vdso_install target. > > It appears that this code was blindly copied from another architecture. > > Remove the dead code. > > Signed-off-by: Masahiro Yamada Acked-by: Richard Weinberger Thanks, //richard