Re: [PATCH net-next 01/11] ip_tunnel: add drop reasons to the generic RX path
From: Anton Danilov
Date: Sat Sep 12 2026 - 23:35:19 EST
On Wed, 2 Sep 2026 18:47:30 -0700 Jakub Kicinski wrote:
> > const struct iphdr *iph = ip_hdr(skb);
> > + enum skb_drop_reason reason = SKB_DROP_REASON_NOT_SPECIFIED;
> > int nh, err;
>
> reverse xmas tree
Fixed in v2, and not only here: the same was wrong in every block where
the series adds the declaration. They grew when I gave them an
initialiser and I never went back over the ordering.