Hi Horms, > > + skb->protocol = htons(ETH_P_MCTP); > > + skb_reset_network_header(skb); > > + cb = __mctp_cb(skb); > > + cb->halen = 0; > > + netif_rx(skb); > > Hi Jeremy, > > skb is dereferenced a few lines further down, > but I don't think it is is safe to do so after calling netif_rx(). Yep, neither do I. I have moved the rx accounting prior to the netif_rx() call for v2. Thanks for the check! Cheers, Jeremy