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.

