mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Petr Mladek <pmladek@suse.cz>
To: Alan Stern <stern@rowland.harvard.edu>
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
	Tejun Heo <tj@kernel.org>,
	Joe Lawrence <joe.lawrence@stratus.com>,
	Jiri Kosina <jkosina@suse.cz>,
	linux-usb@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH] usb: hub: wrong order of putting interfaces when processing hub events
Date: Fri, 12 Sep 2014 16:21:59 +0200	[thread overview]
Message-ID: <20140912142159.GA13354@pathway.suse.cz> (raw)
In-Reply-To: <Pine.LNX.4.44L0.1409121000590.1180-100000@iolanthe.rowland.org>

On Fri 2014-09-12 10:06:03, Alan Stern wrote:
> On Fri, 12 Sep 2014, Petr Mladek wrote:
> 
> > usb_autopm_put_interface() must be called only when usb_autopm_get_interface()
> > succeeded before. There was wrong ordering of the goto targets.
> 
> No, you are wrong.  The code is correct as it stands.
> 
> > The funny thing is that the names of the goto targets and the related comments
> > were correct.
> 
> That's because the whole thing is correct.  Go back and read the 
> comments more carefully -- especially the comment following the "loop:" 
> label.
> 
> > Signed-off-by: Petr Mladek <pmladek@suse.cz>
> > ---
> >  drivers/usb/core/hub.c | 4 ++--
> >  1 file changed, 2 insertions(+), 2 deletions(-)
> > 
> > diff --git a/drivers/usb/core/hub.c b/drivers/usb/core/hub.c
> > index d481c99a20d7..6afd79ee3340 100644
> > --- a/drivers/usb/core/hub.c
> > +++ b/drivers/usb/core/hub.c
> > @@ -5132,12 +5132,12 @@ static void hub_events(void)
> >  
> >   loop_autopm:
> >  		/* Balance the usb_autopm_get_interface() above */
> > -		usb_autopm_put_interface_no_suspend(intf);
> > +		usb_autopm_put_interface(intf);
> 
> There's no point to this change.  Now this call will decrement the
> usage counter and try to suspend -- but the suspend is bound to fail
> because the usage counter is still > 0.
> 
> >   loop:
> >  		/* Balance the usb_autopm_get_interface_no_resume() in
> >  		 * kick_khubd() and allow autosuspend.
> >  		 */
> > -		usb_autopm_put_interface(intf);
> > +		usb_autopm_put_interface_no_suspend(intf);
> 
> And now this call will decrement the usage counter down to 0, but won't 
> try to suspend -- so the hub won't autosuspend at all!

Ah, shame on me. It makes perfect sense. I was more focused on the
kthread/workqueue conversion and function of the locks. I should have
thought more about this as well :-(

It means that the patchset "usb: hub: convert khubd into workqueue"
needs refreshing. But I will wait for some feedback first.


Best Regards,
Petr

      reply	other threads:[~2014-09-12 14:22 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-09-12 12:20 Petr Mladek
2014-09-12 14:06 ` Alan Stern
2014-09-12 14:21   ` Petr Mladek [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=20140912142159.GA13354@pathway.suse.cz \
    --to=pmladek@suse.cz \
    --cc=gregkh@linuxfoundation.org \
    --cc=jkosina@suse.cz \
    --cc=joe.lawrence@stratus.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-usb@vger.kernel.org \
    --cc=stern@rowland.harvard.edu \
    --cc=tj@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®