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=-17.2 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER, INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED, USER_AGENT_SANE_1 autolearn=unavailable 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 D1F5FC433DB for ; Wed, 24 Feb 2021 03:55:56 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 7E14864E6F for ; Wed, 24 Feb 2021 03:55:56 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233780AbhBXDzz (ORCPT ); Tue, 23 Feb 2021 22:55:55 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:60972 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231367AbhBXDzv (ORCPT ); Tue, 23 Feb 2021 22:55:51 -0500 Received: from mail-pg1-x52f.google.com (mail-pg1-x52f.google.com [IPv6:2607:f8b0:4864:20::52f]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 7251EC061574 for ; Tue, 23 Feb 2021 19:55:11 -0800 (PST) Received: by mail-pg1-x52f.google.com with SMTP id b21so606421pgk.7 for ; Tue, 23 Feb 2021 19:55:11 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to:user-agent; bh=o4Xn3srsG5cZJe+1gJ2dbBTvOflBVA+QWuUBaa1OWlQ=; b=Zq7fWg8nPXnQDlMoLsWR9cKDMC5QjUmoqWtJG8yqDKulfABe7dXKMMxmBSUzY2AR4C LcfZb1pRYxpq4L84bCtNSNjcytMlUMF9dQ/2lv2GnfqlcZ/rUSeeF3ZN5cVArY3zgscT az6lk5OBvt3qi5/xuUTN6WvrghR4cKm+ahzliJ5gTwFlvpB0dtbjP4hQ8dC7m5Ryahne aVnrr9qKHuj6hv6J9Qi/jn0wIDbjwcuw3nMc+etC+WUhwyV3DcnitTvtiYMDa5erJ7bQ uhht68T+KmMwyCoQz7sg0t+gXqz2E37rUJ83ccSj0FRpwCx442ubVEFhqPHwcRs/oYnP Cv/g== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to:user-agent; bh=o4Xn3srsG5cZJe+1gJ2dbBTvOflBVA+QWuUBaa1OWlQ=; b=d3WDGLPEiylIU19n3GLbJqLHwrqMXkol83MviAqbqAS1s4uPxKMSYRHPRB2ZJD4LrN R/3357uedhR1OBlZHV98BODvj2eSfWRI+kxpgIpiwm7AASOslax4o0jMSo/FO3PVXC3v XVYQLRMgEm+oNfVWtRuj7+eu8ED69pNKu1OSXCzodJbfEaUaUWDGmAarx1+OfqYEJw02 efS2vz3MKVEq33PGF9n75E0y7IIQplcmHwhJFVZXLB/9nZZzxlrkKQt+Hk0H9Kp8BBxW 21i3ZS7AvvGo03/nDU2pcwzhQZsMJcGjb01Fssxf1Hd98rsrSyFt0RV7DaWKmA9bOcx2 iHyQ== X-Gm-Message-State: AOAM532XCTCHt2BjpS99lZ7JuPQdXFGjGuktldUVa2TvwsMzn3oVbgT7 q7n/t4yJRZQbzQuLio8BSySEWA== X-Google-Smtp-Source: ABdhPJxLI0p6y/ie5MjpFWg2jQw6hK8Wr0ItIZOkV7Ns0Ak/T6t9deCbXnHEQeDKeDx57I3qf8rpjA== X-Received: by 2002:a63:5ec3:: with SMTP id s186mr13034248pgb.179.1614138910945; Tue, 23 Feb 2021 19:55:10 -0800 (PST) Received: from localhost ([122.172.59.240]) by smtp.gmail.com with ESMTPSA id p11sm597526pjb.31.2021.02.23.19.55.09 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Tue, 23 Feb 2021 19:55:10 -0800 (PST) Date: Wed, 24 Feb 2021 09:25:06 +0530 From: Viresh Kumar To: Rob Herring Cc: Linus Torvalds , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] scripts/dtc: Add missing fdtoverlay to gitignore Message-ID: <20210224035506.k47bp4kzeftitmi4@vireshk-i7> References: <20210223211252.66286-1-robh@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210223211252.66286-1-robh@kernel.org> User-Agent: NeoMutt/20180716-391-311a52 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 23-02-21, 15:12, Rob Herring wrote: > Commit 0da6bcd9fcc0 ("scripts: dtc: Build fdtoverlay tool") enabled > building fdtoverlay, but failed to add it to .gitignore. > > Also add a note to keep hostprogs in sync with .gitignore. > > Fixes: 0da6bcd9fcc0 ("scripts: dtc: Build fdtoverlay tool") > Reported-by: Linus Torvalds > Cc: Viresh Kumar > Signed-off-by: Rob Herring > --- > Linus, please pick this up directly if you want. I'm going to be offline > most of the next couple of days, will have a few other DT fixes to send > you later this week. > > Rob > > scripts/dtc/.gitignore | 1 + > scripts/dtc/Makefile | 1 + > 2 files changed, 2 insertions(+) > > diff --git a/scripts/dtc/.gitignore b/scripts/dtc/.gitignore > index b814e6076bdb..8a8b62bf3d3c 100644 > --- a/scripts/dtc/.gitignore > +++ b/scripts/dtc/.gitignore > @@ -1,2 +1,3 @@ > # SPDX-License-Identifier: GPL-2.0-only > dtc > +fdtoverlay > diff --git a/scripts/dtc/Makefile b/scripts/dtc/Makefile > index c8c21e0f2531..95aaf7431bff 100644 > --- a/scripts/dtc/Makefile > +++ b/scripts/dtc/Makefile > @@ -1,6 +1,7 @@ > # SPDX-License-Identifier: GPL-2.0 > # scripts/dtc makefile > > +# *** Also keep .gitignore in sync when changing *** > hostprogs-always-$(CONFIG_DTC) += dtc fdtoverlay > hostprogs-always-$(CHECK_DT_BINDING) += dtc Reviewed-by: Viresh Kumar -- viresh