On Tue, Jan 25, 2022 at 03:32:14PM -0800, Jakub Kicinski wrote: > On Mon, 24 Jan 2022 21:15:33 +0800 menglong8.dong@xxxxxxxxx wrote: > > From: Menglong Dong <imagedong@xxxxxxxxxxx> > > > > Replace kfree_skb() with kfree_skb_reason() in nf_hook_slow() when > > skb is dropped by reason of NF_DROP. > > Netfilter folks, does this look good enough to you? > > Do you prefer to take the netfilter changes via your tree? I'm asking > because enum skb_drop_reason is probably going to be pretty hot so if > the patch is simple enough maybe no point dealing with merge conflicts. I also think it's easier if you take it through net.git. Thanks for asking.