[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <ZNnWxiOySLDBN5AA@vergenet.net>
Date: Mon, 14 Aug 2023 09:24:54 +0200
From: Simon Horman <horms@...nel.org>
To: "Guozihua (Scott)" <guozihua@...wei.com>
Cc: kys@...rosoft.com, haiyangz@...rosoft.com, wei.liu@...nel.org,
decui@...rosoft.com, linux-hyperv@...r.kernel.org,
netdev@...r.kernel.org, Jakub Kicinski <kuba@...nel.org>,
Eric Dumazet <edumazet@...gle.com>,
"David S. Miller" <davem@...emloft.net>,
Paolo Abeni <pabeni@...hat.com>
Subject: Re: [PATCH -next] hv_netvsc: Remove duplicated include
On Mon, Aug 14, 2023 at 09:56:11AM +0800, Guozihua (Scott) wrote:
> On 2023/8/11 17:14, Simon Horman wrote:
> > On Thu, Aug 10, 2023 at 07:51:48PM +0800, GUO Zihua wrote:
> >> Remove duplicated include of linux/slab.h. Resolves checkincludes message.
> >>
> >> Signed-off-by: GUO Zihua <guozihua@...wei.com>
> >
> > The patch looks fine, but for reference, I do have some feedback
> > from a process point of view. It's probably not necessary to
> > repost because of these. But do keep them in mind if you have
> > to post a v2 for some other reason, and for future patch submissions.
> >
> > * As a non bugfix for Networking code this should likely be targeted
> > at the net-next tree - the net tree is used for bug fixes.
> > And the target tree should be noted in the subject.
> >
> > Subject: [PATCH net-next] ...
> >
> > * Please use the following command to generate the
> > CC list for Networking patches
> >
> > ./scripts/get_maintainer.pl --git-min-percent 2 this.patch
It seems that I made a typo here, it should be:
./scripts/get_maintainer.pl --git-min-percent 25 this.patch
n.b: 2 -> 25
> >
> > In this case, the following, now CCed, should be included:
> >
> > - Jakub Kicinski <kuba@...nel.org>
> > - Eric Dumazet <edumazet@...gle.com>
> > - "David S. Miller" <davem@...emloft.net>
> > - Paolo Abeni <pabeni@...hat.com>
> >
> > * Please do read the process guide
> >
> > https://kernel.org/doc/html/latest/process/maintainer-netdev.html
> >
> > The above notwithstanding,
> >
> > Reviewed-by: Simon Horman <horms@...nel.org>
>
> Hi Simon,
>
> Thanks for the info and the review-by! Will keep that in mind.
>
> --
> Best
> GUO Zihua
>
Powered by blists - more mailing lists