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 B2775384 for ; Wed, 12 Jul 2023 22:57:27 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id D0B49C433C9; Wed, 12 Jul 2023 22:57:26 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1689202647; bh=HSHBBypXtaTIjcHaGesJpojtcJMqQc5D1D6QLyryiZI=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=kHq4n0tRGV7Su3cnnmyi9Xqcwa9i/vbp+LaZKzFtZf20IKBNf9XVDU1fkIximCIGs 81i6bxEFGNcoiz44YyomQx8tLA0hWWSWZJFgRC4WEDJHRL6Ihzu53GCsYcFqi3ERxc 5amgPEPYsYkgLB4ePlGr9I+Dywxotml71fT8kemPuueK4/B3TV2+0WrNqN+0Dql+E3 6a2NjDxXbuIMrKVW11Fblb9GlCJmuj1W7Bw5AAm6Y2b7FgMBkdqlDz7p+Wy9xTYV+q 2hahprfOX1Mjppqh1UxUTYXcd0/tDUYiAaTmaG9KaptMLsFdnfJmOhfwpy67O/Oc9t RhcAB92zTTCcQ== Date: Wed, 12 Jul 2023 15:57:25 -0700 From: Jakub Kicinski To: Cc: Horatiu Vultur , Woojung Huh , Andrew Lunn , Florian Fainelli , Vladimir Oltean , "David S. Miller" , , Subject: Re: [PATCH v1 net] net: dsa: microchip: correct KSZ8795 static MAC table access Message-ID: <20230712155725.33677f46@kernel.org> In-Reply-To: <20230711063020.kmipc2wxsfuwpypz@soft-dev3-1> References: <1689034207-2882-1-git-send-email-Tristram.Ha@microchip.com> <20230711063020.kmipc2wxsfuwpypz@soft-dev3-1> 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, 11 Jul 2023 08:30:20 +0200 Horatiu Vultur wrote: > The 07/10/2023 17:10, Tristram.Ha@microchip.com wrote: > > From: Tristram Ha > > > It looks like you forgot again to add all the maintainers to the email > thread. Was it something wrong with the command > ./scripts/get_maintainer.pl? To be clear - you need to repost with the right CCs included. CCing authors of the original patch (Oleksji, Michael in this case) is an absolute must. Please add Horatiu's review tag.