All of lore.kernel.org
 help / color / mirror / Atom feed
From: "dan carpenter" <error27@email.com>
To: linux-kernel@vger.kernel.org
Cc: smatch-discuss@lists.sf.net
Subject: smatch/kbugs.org 2.5.65
Date: Wed, 19 Mar 2003 16:24:37 -0500	[thread overview]
Message-ID: <20030319212438.11259.qmail@email.com> (raw)

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


                 reply	other threads:[~2003-03-19 21:13 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20030319212438.11259.qmail@email.com \
    --to=error27@email.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=smatch-discuss@lists.sf.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.