On Mon, 2014-10-20 at 17:34 +0200, Karl Beldan wrote:
> > Indeed, will resending only 4/4 do ?

Sure.

> > >   CHECK   
> > > /home/johannes/sys/wireless/net/mac80211/rc80211_minstrel_ht_debugfs.c
> > > /home/johannes/sys/wireless/net/mac80211/rc80211_minstrel_ht_debugfs.c:47 
> > > minstrel_ht_stats_dump() error: testing array offset 'i' after use.
> > > /home/johannes/sys/wireless/net/mac80211/rc80211_minstrel_ht_debugfs.c:61 
> > > minstrel_ht_stats_dump() error: testing array offset 'i' after use.
> > > 
> > > Here I'm not sure, seems like it's a false positive maybe? The array
> > > seems large enough for everything that's going on here.
> > > 
> > False positive.
> > I am using CF="-Wsparse-all" and I don't get those warnings with sparse
> > 0.4.5, I'll update.
> > 
> I don't get those with smatch either .. what options are you using ?
> Thanks for the pass.

I'm using smatch git as of today (5167af76ad64) with no special
arguments. I have a script called "sparse" that does just this:

sparse-real -Wshadow "$@" || exit 100
smatch -p=kernel "$@" || exit 200

johannes

--
To unsubscribe from this list: send the line "unsubscribe linux-wireless" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to