All of lore.kernel.org
 help / color / mirror / Atom feed
* smatch/kbugs.org 2.5.65
@ 2003-03-19 21:24 dan carpenter
  0 siblings, 0 replies; only message in thread
From: dan carpenter @ 2003-03-19 21:24 UTC (permalink / raw)
  To: linux-kernel; +Cc: smatch-discuss

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


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2003-03-19 21:13 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-03-19 21:24 smatch/kbugs.org 2.5.65 dan carpenter

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.