From: Tejun Heo <tj@kernel.org>
To: Helge Deller <deller@gmx.de>
Cc: Libin <huawei.libin@huawei.com>,
linux-kernel@vger.kernel.org, linux-parisc@vger.kernel.org,
James Bottomley <James.Bottomley@HansenPartnership.com>
Subject: Re: [PATCH] [workqueue] check values of pwq and wq in print_worker_info() before use
Date: Tue, 1 Oct 2013 18:40:23 -0400 [thread overview]
Message-ID: <20131001224023.GA28618@mtj.dyndns.org> (raw)
In-Reply-To: <524B4E0D.9050107@gmx.de>
Hello,
On Wed, Oct 02, 2013 at 12:34:53AM +0200, Helge Deller wrote:
> Sure, probe_kernel_read() takes care that no segfaults will happen.
> Nevertheless, if we know that "pwq" might become NULL, why access pwq->wq at all?
> struct pool_workqueue *pwq = NULL;
> probe_kernel_read(&wq, &pwq>wq, sizeof(wq));
>
> If you wouldn't have used probe_kernel_read() you would never code it
> like that. That's what I meant when I wrote "clean coding" (aka "similar
> to what you would have done without probe_kernel_read()").
Because it is using probe_kernel_read() and such test wouldn't mean
anything? It may be NULL, it may be 1 or full Fs. NULL is just one
of many illegal pointers which may happen. Why add code which doesn't
achieve anything when you're explicitly trying to access pointers
which you know could be invalid? Why is that "clean"? Is "if (p)
kfree(p)" cleaner than "kfree(p)"?
Thanks.
--
tejun
next prev parent reply other threads:[~2013-10-01 22:40 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-10-01 20:35 Helge Deller
2013-10-01 20:43 ` Tejun Heo
2013-10-01 20:53 ` Helge Deller
2013-10-01 21:03 ` Tejun Heo
2013-10-01 21:07 ` Tejun Heo
2013-10-01 22:34 ` Helge Deller
2013-10-01 22:40 ` Tejun Heo [this message]
2013-10-01 22:47 ` Tejun Heo
2013-10-01 21:40 ` James Bottomley
2013-10-01 22:07 ` Helge Deller
2013-10-01 22:50 ` James Bottomley
2013-10-02 0:41 ` John David Anglin
2013-10-02 1:58 ` John David Anglin
2013-10-02 8:28 ` Helge Deller
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=20131001224023.GA28618@mtj.dyndns.org \
--to=tj@kernel.org \
--cc=James.Bottomley@HansenPartnership.com \
--cc=deller@gmx.de \
--cc=huawei.libin@huawei.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-parisc@vger.kernel.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
all inboxes | Powered by JetHome®