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 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 smtp.lore.kernel.org (Postfix) with ESMTPS id D4124C0015E for ; Thu, 6 Jul 2023 08:45:51 +0000 (UTC) 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:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=SOVKHN0R5s4lOZeewHTdazLjAcGRcCHA6gxgHl/ufhw=; b=reyECnzTMeotyT FBfbwxky//IKrdzAmmPHOLWTsvh3M37J9/o1tDhVdImEqGcAjuGKuIb0uXbb0OQsbe8QK7bH9Y3kl zjSxm7mpTXwwoU9NFFxOW0vMmfznNuG2p5m0oOjOTUu2iU70v+YwcI8s2iCQIdnIOpSeYM6m1xS8k MzCKvW4P5NbwBYY/Ed0GNBs0xyuAmvIWlMM/nT2m6kEk/F6JIy4s1P5+UjimhB2izF2vNzUehOxyk CCY+APdGDoR7+BUQJUCPvkflSVUw+NaU+vS/Xwp+EhaPJZlmRUsGOR1PbjOUEY+aQ5rswGx0QAJfd ywhEWNBzD2hbJ9CU81pw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1qHKc6-000z9o-38; Thu, 06 Jul 2023 08:45:22 +0000 Received: from foss.arm.com ([217.140.110.172]) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1qHKc4-000z8y-2I for linux-arm-kernel@lists.infradead.org; Thu, 06 Jul 2023 08:45:22 +0000 Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 736C62F4; Thu, 6 Jul 2023 01:45:58 -0700 (PDT) Received: from bogus (unknown [10.57.76.100]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id C89CA3F73F; Thu, 6 Jul 2023 01:45:14 -0700 (PDT) Date: Thu, 6 Jul 2023 09:45:11 +0100 From: Sudeep Holla To: Avram Lubkin Cc: robh@kernel.org, linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, conor+dt@kernel.org, liviu.dudau@arm.com, krzysztof.kozlowski+dt@linaro.org, lpieralisi@kernel.org, Sudeep Holla Subject: Re: Bug introduced in 724ba67 (ARM: dts: Move .dts files to vendor sub-directories) Message-ID: <20230706084511.gp4iuvekkw7lwhdl@bogus> References: MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230706_014520_796211_3F2D6148 X-CRM114-Status: GOOD ( 11.65 ) 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 Wed, Jul 05, 2023 at 10:16:19AM -0400, Avram Lubkin wrote: > Resending in plain text mode > > SImple bug introduced in 724ba6751532055db75992fc6ae21c3e322e94a7. > > The file > arch/arm/boot/dts/vexpress-v2m-rs1.dtsi > was moved to > arch/arm/boot/dts/arm/vexpress-v2m-rs1.dtsi > > However, > arch/arm64/boot/dts/arm/vexpress-v2m-rs1.dtsi > is a symlink and still points to the old location > ../../../../arm/boot/dts/vexpress-v2m-rs1.dtsi > It doesn't break any compilation as it is taken care. I will submit a patch to remove the symlink soon. Thanks for the report. -- Regards, Sudeep _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel