lkml.org 
[lkml]   [2003]   [Mar]   [19]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
Date
Subjectsmatch/kbugs.org 2.5.65
The 2.5.63 smatch results are up on http://kbugs.org.

The website is still no good. For example, it's not
obvious that you have to click on the line number to view
the source. Searching is improved however. And also it
has stayed online for over a week now. ;)

Since the stats page is still not up so here is the raw
data.

mysql> select kernelver, script, count(script) from bugs
where kernelver = "2.5.64" or kernelver = "2.5.65" group
by script, kernelver;
+-----------+-------------------+---------------+
| kernelver | script | count(script) |
+-----------+-------------------+---------------+
| 2.5.64 | Dereference | 469 |
| 2.5.65 | Dereference | 321 |
| 2.5.64 | GFP_DMA | 7 |
| 2.5.65 | GFP_DMA | 5 |
| 2.5.64 | ReleaseRegion | 14 |
| 2.5.65 | ReleaseRegion | 48 |
| 2.5.64 | SpinlockUndefined | 44 |
| 2.5.65 | SpinlockUndefined | 44 |
| 2.5.64 | SpinSleepLazy | 4 |
| 2.5.65 | SpinSleepLazy | 6 |
| 2.5.64 | UncheckedReturn | 119 |
| 2.5.65 | UncheckedReturn | 118 |
| 2.5.64 | UnFree | 333 |
| 2.5.65 | UnFree | 872 |
| 2.5.64 | UnreachedCode | 28 |
| 2.5.65 | UnreachedCode | 28 |
+-----------+-------------------+---------------+

mysql> select count(*) from bugs where kernelver = "2.5.65";
+----------+
| count(*) |
+----------+
| 1442 |
+----------+

The noteworthy thing this time, is the new UnFree script
from Oleg Drokin. It fixes some of the false positives
from the old script, but it also looks for a lot of new
problems.

The dereference bug script has 148 fewer false positives.
The credit for that mostly goes to Oleg Drokin as well.

I'm not sure why the RegionRegion script has so many new
bugs...

Mathew Wilcox had some GFP_DMA fixes merged. Oleg Drokin
and Alex Tomas had some Memleak fixes merged. There
are more Memleak, ReleaseRegion and UnreachedCode fixes
still on the way to Linus.

Happy hacking,
dan carpenter

--
_______________________________________________
Sign-up for your own FREE Personalized E-mail at Mail.com
http://www.mail.com/?sr=signup

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-03-22 13:34    [W:0.114 / U:0.020 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site