From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 6B2AC3C23 for ; Tue, 25 Jul 2023 17:10:53 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id AE2E7C433C7; Tue, 25 Jul 2023 17:10:52 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1690305052; bh=0xkL2VzyJE8XpaEm9sLuKZsPT9jlQHS1SEOkHKt2KFo=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=YFK1yFSHufm1PnMxIdC2E1W1jnyd2zckONOEj2SfrQ1zkYxqMz+BfGGWNVDoIhfJ1 Vf7mf9ficOMGg4/XvjI5UkrshMK1m4fLlYAvfyesFa7xi3vYYzh8LF3NxvHZzzs9xH V+uQ+2ZqCc3lmKNVoEv0taxPf+kgSTfcKaHM7t2JUKROVES55vG+f15+O69Y8whocT 5ITRNjkYUZHctuIPxzi0YklOkAr9BkK7WDYbtq6MjrRxjcV5Vv1BOZ4ewxcd8YYgZL CE6gJuxDaXurqJdXQ2wwv6gvJq9c5CW9WJBntavX/yFRFSe1SnwKl39J8E68eJfha4 gTRDcXCKv+y3w== Date: Tue, 25 Jul 2023 10:10:51 -0700 From: Jakub Kicinski To: Greg KH Cc: krzk@kernel.org, joe@perches.com, geert@linux-m68k.org, netdev@vger.kernel.org, workflows@vger.kernel.org, mario.limonciello@amd.com Subject: Re: [PATCH] scripts: checkpatch: steer people away from using file paths Message-ID: <20230725101051.7287d7cf@kernel.org> In-Reply-To: <2023072555-stamina-hurray-b95c@gregkh> References: <20230725155926.2775416-1-kuba@kernel.org> <2023072555-stamina-hurray-b95c@gregkh> Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit On Tue, 25 Jul 2023 18:53:48 +0200 Greg KH wrote: > > This script may break people's "scripts on top of get_maintainer" > > if they are using -f... but that's the point. > > Ok, I'll go fix up my local scripts, Which one? I spotted this in your repo but it already seems to use patches: https://github.com/gregkh/gregkh-linux/blob/master/scripts/generate_cc_list How do you use this, BTW? > but you should change your subject > line to say "get_maintainer", not "checkpatch" :) Ugh, will do :)