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 EFFDD2F48 for ; Sat, 22 Jul 2023 01:55:59 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 7DDFBC433C7; Sat, 22 Jul 2023 01:55:58 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1689990959; bh=YIMeHkWDQz0s9WX+GvHlnTsrUYqiF/JbCOjQIvlM93w=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=QtG+EqkDWjYmXfT6W2+RRIIw3VCT7iNprPoryweITTLIZQAFRd3gVufVMWUxmmsul HCKR1AN0lxPA3hmXAiLaXAVRuKsI2gc+opDB2OjYyOMIdj3TpUcB4uZAXG84LT8AiK Ris27qqhb6z6/DcvMi6iORTY3J9T2iSD6evm9sIK4BvedCmlTyRcPW+QhpL4MA5ki1 tiYrRGQaOBr/oeJ9jfuUtH1bDrayxlOTcNcAMpk5oNHYJKqSvVAz6YFQnU6zDNti4W 5+SDb60GfJEblfk6305HyRSK2/rf1QC2g91xGVXnUyhaq9GCzeaU6tQ3SZv4zmLkO+ VMBF6BtTXD6YA== Date: Fri, 21 Jul 2023 18:55:57 -0700 From: Jakub Kicinski To: Krzysztof Kozlowski Cc: "Ng, Boon Khai" , "Boon@ecsmtp.png.intel.com" , "Khai@ecsmtp.png.intel.com" , Giuseppe Cavallaro , Alexandre Torgue , Jose Abreu , "David S . Miller" , Eric Dumazet , Paolo Abeni , Maxime Coquelin , "netdev@vger.kernel.org" , "linux-stm32@st-md-mailman.stormreply.com" , "linux-arm-kernel@lists.infradead.org" , "linux-kernel@vger.kernel.org" , "Shevchenko, Andriy" , "Tham, Mun Yew" , "Swee, Leong Ching" , "G Thomas, Rohan" , Shevchenko Andriy , Joe Perches Subject: Re: [Enable Designware XGMAC VLAN Stripping Feature 1/2] dt-bindings: net: snps,dwmac: Add description for rx-vlan-offload Message-ID: <20230721185557.199fb5b8@kernel.org> In-Reply-To: <8e2f9c5f-6249-4325-58b2-a14549eb105d@kernel.org> References: <20230721062617.9810-1-boon.khai.ng@intel.com> <20230721062617.9810-2-boon.khai.ng@intel.com> <8e2f9c5f-6249-4325-58b2-a14549eb105d@kernel.org> 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 Fri, 21 Jul 2023 18:21:32 +0200 Krzysztof Kozlowski wrote: > > $ ./scripts/get_maintainer.pl --scm -f drivers/net/ethernet/stmicro/stmmac/dwxgmac2_core.c > > That's not how you run it. get_maintainers.pl should be run on patches > or on all files, not just some selection. Adding Joe for visibility (I proposed to print a warning when people do this and IIRC he wasn't on board).