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 47D07C61DA3 for ; Fri, 27 Jan 2023 14:53:36 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234011AbjA0Oxe (ORCPT ); Fri, 27 Jan 2023 09:53:34 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:59972 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234010AbjA0Oxc (ORCPT ); Fri, 27 Jan 2023 09:53:32 -0500 Received: from ams.source.kernel.org (ams.source.kernel.org [145.40.68.75]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id E904E5AA59; Fri, 27 Jan 2023 06:53:28 -0800 (PST) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id 9ED6BB8212B; Fri, 27 Jan 2023 14:53:27 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 59D90C4339E; Fri, 27 Jan 2023 14:53:26 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1674831206; bh=OA5oUiUIv6KiM0qLkfb3qYAR+1endVaDw4wVq2aWiHo=; h=References:In-Reply-To:From:Date:Subject:To:Cc:From; b=Ztr5zh0UCUIYINFtlaoVZ/i+iPtyDIfdeTsBzx1eOCce59e1LZY/RCbgpnle34KbB NqpsPB2B2xjEli9RC8nfZeXMfFcZDyHoYIcXV9U0GjCauFvzdKmCrsUXM8I92mwqq9 mZN00Y4MQgk3EjsJrw2pDPzb8akz5CAUfIbCYG3V/SwMUQCv3G1/HbscnOyV2y6tTv NqDVW5IxZDBqJYABc5suVKxLyMTzOMb/8vzccu0eN5WDW5B8NJrlfvsl1U7iJHxIsk pomCweUJlNdGf+R6PmY2VS53OQccQmYN85YOWelVQPDC+860qSlfhRLknE3GZOIilu l+BYXtuGmmBIg== Received: by mail-oi1-f173.google.com with SMTP id s124so4410221oif.1; Fri, 27 Jan 2023 06:53:26 -0800 (PST) X-Gm-Message-State: AO0yUKUI8Q92gvrEOS9W6CGS0NxEEOx4iPKUB98nwfcTni2BPb7EmZiE pl+23e9nrwl3CYr6jQJjqVlnpXJl6IkPHm2ZZgY= X-Google-Smtp-Source: AK7set9DerPWiHKWio9QjJqHXRap3gaGMN/GiMFHPOK/Pa/YMYfWuZqv/POSWzzbHbk3rotba5pZRm7JRzXToHPZecE= X-Received: by 2002:aca:b604:0:b0:377:f944:a8b7 with SMTP id g4-20020acab604000000b00377f944a8b7mr43775oif.194.1674831205617; Fri, 27 Jan 2023 06:53:25 -0800 (PST) MIME-Version: 1.0 References: <20221229074310.906556-1-masahiroy@kernel.org> <20221229074310.906556-2-masahiroy@kernel.org> In-Reply-To: From: Masahiro Yamada Date: Fri, 27 Jan 2023 23:52:49 +0900 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [PATCH v3 2/2] kbuild: make W=1 warn files that are tracked but ignored by git To: Andy Shevchenko Cc: linux-kbuild@vger.kernel.org, linux-kernel@vger.kernel.org, Nathan Chancellor , Nicolas Schier , Nick Desaulniers Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Jan 27, 2023 at 11:50 PM Andy Shevchenko wrote: > > On Fri, Jan 27, 2023 at 04:41:37PM +0200, Andy Shevchenko wrote: > > On Fri, Jan 27, 2023 at 11:31:07PM +0900, Masahiro Yamada wrote: > > > On Fri, Jan 27, 2023 at 10:25 PM Andy Shevchenko > > > wrote: > > > > > > > > On Thu, Dec 29, 2022 at 04:43:10PM +0900, Masahiro Yamada wrote: > > > > > The top .gitignore comments about how to detect files breaking > > > > > .gitignore rules, but people rarely care about it. > > > > > > > > > > Add a new W=1 warning to detect files that are tracked but ignored by > > > > > git. If git is not installed or the source tree is not tracked by git > > > > > at all, this script does not print anything. > > > > > > > > > > Running it on v6.2-rc1 detected the following: > > > > > > > > Since patch was published there is no sign it was ever meet Linux Next. > > > > What's the plan? > > > > > > Oh? > > > > Sorry, my mistake. I need to understand why these patches do not fix > > the issue I have. > > OK, after carefully reading the commit message it's actually the culprit of > the warnings I have. > > So, it seems we need to wait maintainers / developers of the respective code > to go and fix this. Is it your intention? Yes. I expect the 0day bot will block new breakages, but actually the mainline got more warnings under kselftest. -- Best Regards Masahiro Yamada