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 X-Spam-Level: X-Spam-Status: No, score=-11.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING, SPF_HELO_NONE,SPF_PASS,USER_AGENT_GIT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 0562EC4320E for ; Tue, 3 Aug 2021 15:48:04 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id E265360EFD for ; Tue, 3 Aug 2021 15:48:03 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S237045AbhHCPsN (ORCPT ); Tue, 3 Aug 2021 11:48:13 -0400 Received: from mail.kernel.org ([198.145.29.99]:46416 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S237020AbhHCPsI (ORCPT ); Tue, 3 Aug 2021 11:48:08 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id B32AE6104F; Tue, 3 Aug 2021 15:47:56 +0000 (UTC) From: Catalin Marinas To: Masahiro Yamada , linux-arm-kernel@lists.infradead.org Cc: Will Deacon , linux-kernel@vger.kernel.org Subject: Re: [PATCH] arm64: move the (z)install rules to arch/arm64/Makefile Date: Tue, 3 Aug 2021 16:47:49 +0100 Message-Id: <162800566375.22137.6946161452098258110.b4-ty@arm.com> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20210729140527.443116-1-masahiroy@kernel.org> References: <20210729140527.443116-1-masahiroy@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 29 Jul 2021 23:05:27 +0900, Masahiro Yamada wrote: > Currently, the (z)install targets in arch/arm64/Makefile descend into > arch/arm64/boot/Makefile to invoke the shell script, but there is no > good reason to do so. > > arch/arm64/Makefile can run the shell script directly. Applied to arm64 (for-next/misc), thanks! [1/1] arm64: move the (z)install rules to arch/arm64/Makefile https://git.kernel.org/arm64/c/70a4039bd4d7 -- Catalin 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 X-Spam-Level: X-Spam-Status: No, score=-12.5 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS,USER_AGENT_GIT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 5F891C4338F for ; Tue, 3 Aug 2021 15:49:40 +0000 (UTC) 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 mail.kernel.org (Postfix) with ESMTPS id 2FA5F60F93 for ; Tue, 3 Aug 2021 15:49:40 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 2FA5F60F93 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=arm.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:References:In-Reply-To: Message-Id:Date:Subject:Cc:To:From:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=HZsyCz/XT9PXFvovYwPr2CnuZonxAoGYt4WUmcrA0z0=; b=DDeDdi7K1g6iyS KIyc5HuZWZg3vxFvXQt+PsG7zuanuPAbKhdiUdojAAs4twjrAULSdSeHZuNcABXBiCBlbMplWcEqw C0UGYxAud/wmr97glD3GWIWCY0RyyPh33C2/sqmIO3y1ET9olPE2hXGjbuIQz0/n7T0hwQ9mjzigU lISPLg7RHuM4t6hbRQ/hVIlz4dOnFZZwCgRDojNJXoodsVheKl2byRpS90WsaYtta+NMtbUV8cGP9 lR3iMwkSNbqFKlzdkrGKN2r/xKoSiBy4W5No+vJ3ingZ4t9ScLQSY41+bIOeINufdY2yPNJvcXqxQ d2GwdRe6h5/3iVSCfUjw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1mAweA-003RkO-3k; Tue, 03 Aug 2021 15:48:02 +0000 Received: from mail.kernel.org ([198.145.29.99]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1mAwe5-003RjS-US for linux-arm-kernel@lists.infradead.org; Tue, 03 Aug 2021 15:47:59 +0000 Received: by mail.kernel.org (Postfix) with ESMTPSA id B32AE6104F; Tue, 3 Aug 2021 15:47:56 +0000 (UTC) From: Catalin Marinas To: Masahiro Yamada , linux-arm-kernel@lists.infradead.org Cc: Will Deacon , linux-kernel@vger.kernel.org Subject: Re: [PATCH] arm64: move the (z)install rules to arch/arm64/Makefile Date: Tue, 3 Aug 2021 16:47:49 +0100 Message-Id: <162800566375.22137.6946161452098258110.b4-ty@arm.com> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20210729140527.443116-1-masahiroy@kernel.org> References: <20210729140527.443116-1-masahiroy@kernel.org> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20210803_084758_036331_95CE5976 X-CRM114-Status: UNSURE ( 8.23 ) 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: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Thu, 29 Jul 2021 23:05:27 +0900, Masahiro Yamada wrote: > Currently, the (z)install targets in arch/arm64/Makefile descend into > arch/arm64/boot/Makefile to invoke the shell script, but there is no > good reason to do so. > > arch/arm64/Makefile can run the shell script directly. Applied to arm64 (for-next/misc), thanks! [1/1] arm64: move the (z)install rules to arch/arm64/Makefile https://git.kernel.org/arm64/c/70a4039bd4d7 -- Catalin _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel