Re: [PATCH net-next v5 0/4] net: icmp: add skb drop reasons to icmp

From: Menglong Dong
Date: Tue Mar 29 2022 - 02:27:09 EST


On Tue, Mar 29, 2022 at 10:21 AM Jakub Kicinski <kuba@xxxxxxxxxx> wrote:
>
> On Mon, 28 Mar 2022 12:27:33 +0800 menglong8.dong@xxxxxxxxx wrote:
> > From: Menglong Dong <imagedong@xxxxxxxxxxx>
> >
> > In the commit c504e5c2f964 ("net: skb: introduce kfree_skb_reason()"),
> > we added the support of reporting the reasons of skb drops to kfree_skb
> > tracepoint. And in this series patches, reasons for skb drops are added
> > to ICMP protocol.
>
> # Form letter - net-next is closed

Okay......Is there anywhere to see if net-next is closed? This link saying
it's open:

http://vger.kernel.org/~davem/net-next.html

>
> We have already sent the networking pull request for 5.18
> and therefore net-next is closed for new drivers, features,
> code refactoring and optimizations. We are currently accepting
> bug fixes only.
>
> Please repost when net-next reopens after 5.18-rc1 is cut.
>
> RFC patches sent for review only are obviously welcome at any time.