From: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
To: Nicholas Mc Guire <der.herr@hofr.at>
Cc: Nicholas Mc Guire <hofrat@osadl.org>,
Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>,
linux-wimax@intel.com, netdev@vger.kernel.org,
linux-kernel@vger.kernel.org
Subject: Re: [PATCH RFC] wimax/i2400m: fixup completion handling for resetting a device
Date: Fri, 27 Mar 2015 20:19:08 +0300 [thread overview]
Message-ID: <5515910C.8000107@cogentembedded.com> (raw)
In-Reply-To: <20150320074705.GB21852@opentech.at>
Hello.
On 03/20/2015 10:47 AM, Nicholas Mc Guire wrote:
Sorry for late reply, I'm pretty busy these days.
>>> wait_for_completion_timeout return 0 (timeout) or >=1 (completion) so the check
>>> for > 0 in the else branch is always true and can be dropped. The comment seems
>>> misleading as it is always going to pass the result up.
>>> The sync of the completion access with __i2400m_dev_reset_handle (which checks
>>> for if (i2400m->reset_ctx) could race if i2400m_reset() returns negative so
>>> the resetting of i2400m->reset_ctx == NULL is moved to the out: path.
>>> As wait_for_completion_timeout returns unsigned long not int, an appropriately
>>> named variable of type unsigned long is added and assignments fixed up.
>> Don't try to do several things in one patch.
> normaly yes - this was marked as RFC and if I had split it up into
> 3 patches it would be hard to see how it fits together without
> actually applying them.
You could summarize your intent in the cover letter (PATCH #0).
> The intent was to get feedback notably on moving i2400m->reset_ctx == NULL
> and if dropping the (I think missleading) comment about negative return is ok
> Should this be in seperate patches even as RFC ?
I think the RFC patches should still conform to all the usual patch rules.
How would we understand whether you intent to split the patch up later, if you
didn't even write about it anywhere?
[...]
WBR, Sergei
next prev parent reply other threads:[~2015-03-27 17:19 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-03-17 9:49 [PATCH RFC] wimax/i2400m: fixup completion handling for resetting a device Nicholas Mc Guire
2015-03-18 12:29 ` Sergei Shtylyov
2015-03-20 7:47 ` Nicholas Mc Guire
2015-03-27 17:19 ` Sergei Shtylyov [this message]
2015-03-31 0:44 ` Nicholas Mc Guire
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=5515910C.8000107@cogentembedded.com \
--to=sergei.shtylyov@cogentembedded.com \
--cc=der.herr@hofr.at \
--cc=hofrat@osadl.org \
--cc=inaky.perez-gonzalez@intel.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-wimax@intel.com \
--cc=netdev@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;
as well as URLs for NNTP newsgroup(s).