From: Dan Carpenter <dan.carpenter-QHcLZuEGTsvQT0dZR+AlfA@public.gmane.org>
To: Or Gerlitz <ogerlitz-VPRAkNaXOzVWk0Htik3J/w@public.gmane.org>
Cc: "Hefty,
Sean" <sean.hefty-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>,
"linux-rdma
(linux-rdma-u79uwXL29TY76Z2rM5mHXA@public.gmane.org)"
<linux-rdma-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>
Subject: Re: smatch warnings on the IB core
Date: Tue, 29 Oct 2013 10:53:49 +0300 [thread overview]
Message-ID: <20131029075349.GD20521@mwanda> (raw)
In-Reply-To: <526CB685.40607-VPRAkNaXOzVWk0Htik3J/w@public.gmane.org>
On Sun, Oct 27, 2013 at 08:45:25AM +0200, Or Gerlitz wrote:
> Hi Dan,
>
> With the latest smatch I still see these hits on the IB core,
> basically, I would be happy to see the IB stack free from such
> warnings and then we can easily require each new patch not to
> introduce them... can you shed some light on the problem and
> possible solutions?
>
The first one is because it thinks nonseekable_open() can fail.
If you build the cross function database first:
~/path/to/smatch/smatch_scripts/build_kernel_data.sh
Then the warning should go away. But building the database takes three
hours on my system. The database is around 4GB.
The other two are because smatch isn't doing cross function analysis of
locks. It doesn't see that we take the lock in cma_disable_callback().
I want to add this at some point but I haven't got around to it.
In the end, what I do is I only look at new warnings. With Smatch, I've
deliberately set it to have more false positives than GCC. It's always
a tradeoff.
I wish there were a way to carry a list of false positives in the smatch
git tree and filter them out automatically...
regards,
dan carpenter
--
To unsubscribe from this list: send the line "unsubscribe linux-rdma" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
prev parent reply other threads:[~2013-10-29 7:53 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-10-27 6:45 smatch warnings on the IB core Or Gerlitz
[not found] ` <526CB685.40607-VPRAkNaXOzVWk0Htik3J/w@public.gmane.org>
2013-10-28 16:32 ` Hefty, Sean
[not found] ` <1828884A29C6694DAF28B7E6B8A8237388CF16CC-P5GAC/sN6hkd3b2yrw5b5LfspsVTdybXVpNB7YpNyf8@public.gmane.org>
2013-10-29 7:03 ` Or Gerlitz
2013-10-29 7:53 ` Dan Carpenter [this message]
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=20131029075349.GD20521@mwanda \
--to=dan.carpenter-qhclzuegtsvqt0dzr+alfa@public.gmane.org \
--cc=linux-rdma-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=ogerlitz-VPRAkNaXOzVWk0Htik3J/w@public.gmane.org \
--cc=sean.hefty-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox