On Fri, 2021-04-30 at 22:46 +0800, wangyunjian wrote: > From: Yunjian Wang <wangyunjian@xxxxxxxxxx> > > The skb may be NULL in rsi_core_xmit(). How so? Static checkers are good. Coverity is one of the better ones, in my experience. But blindly believing static checkers still isn't good. I see why the static checker is confused, but really, _you_ should have done that work, not me. johannes