public inbox for linux-bluetooth@vger.kernel.org
 help / color / mirror / Atom feed
From: Brian Rogers <brian@xyzw.org>
To: Marcel Holtmann <marcel@holtmann.org>
Cc: linux-bluetooth@vger.kernel.org,
	Kay Sievers <kay.sievers@vrfy.org>,
	David Woodhouse <dwmw2@infradead.org>
Subject: Re: [PATCH] Wait for child devices to go away before deleting a connection
Date: Thu, 23 Jul 2009 06:25:50 -0700	[thread overview]
Message-ID: <4A6864DE.5010501@xyzw.org> (raw)
In-Reply-To: <1248077430.4549.97.camel@violet>

Marcel Holtmann wrote:
> Hi Brian,
>
>   
>> This patch fixes the device removal order when a connection is closed, 
>> which allows HAL to see the remove event and prevents a bunch of 
>> duplicate devices from piling up and eventually hitting the limit for 
>> the for input devices in X.
>>
>> Posting for discussion since I used a polling loop (with a sleep) to 
>> wait for child devices to go away. I assume it'd be preferable to wait 
>> in a more proper way. In that case, before I start, is this the right 
>> place to be waiting?
>>     
>
> since this is executed in a workqueue, you could easily sleep here
> without any problems. However why do you need to sleep at all. The
> device_move should sleep until the device is moved away, doesn't it?
>   

The moves do complete before the connection is removed, but it seems bad 
to me to just move the child devices away rather than letting them close 
down and be removed directly from the original location where they were 
created. HAL thinks so, too: it still doesn't catch the input device 
removal if they are moved away before they are deleted.

> Kay, David, wouldn't be pinning of the parent device here be enough to
> get this done in a clean way?
>   

If there's a way that the connection can be pinned until the child 
devices go away, that definitely sounds cleaner to me.

  reply	other threads:[~2009-07-23 13:25 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-07-20  8:03 [PATCH] Wait for child devices to go away before deleting a connection Brian Rogers
2009-07-20  8:10 ` Marcel Holtmann
2009-07-23 13:25   ` Brian Rogers [this message]
2009-07-29 21:12     ` Marcel Holtmann
2009-07-29 22:37       ` Brian Rogers
2009-07-30  2:33         ` Marcel Holtmann
2009-07-30  3:25           ` Brian Rogers
2009-07-30  3:49             ` Marcel Holtmann
2009-07-30  5:24               ` Brian Rogers

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=4A6864DE.5010501@xyzw.org \
    --to=brian@xyzw.org \
    --cc=dwmw2@infradead.org \
    --cc=kay.sievers@vrfy.org \
    --cc=linux-bluetooth@vger.kernel.org \
    --cc=marcel@holtmann.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