From: Marcel Holtmann <marcel@holtmann.org>
To: David Miller <davem@davemloft.net>
Cc: netdev@vger.kernel.org, bluez-devel@lists.sf.net,
linux-kernel@vger.kernel.org
Subject: Re: [Bluez-devel] [PATCH retry] bluetooth : add conn add/del workqueues to avoid connection fail
Date: Wed, 30 Jan 2008 11:21:02 +0100 [thread overview]
Message-ID: <1201688462.6218.47.camel@violet> (raw)
In-Reply-To: <20080129.211446.254604070.davem@davemloft.net>
Hi Dave,
> > The bluetooth hci_conn sysfs add/del executed in the default workqueue.
> > If the del_conn is executed after the new add_conn with same target,
> > add_conn will failed with warning of "same kobject name".
> >
> > Here add btaddconn & btdelconn workqueues,
> > flush the btdelconn workqueue in the add_conn function to avoid the issue.
> >
> > Signed-off-by: Dave Young <hidave.darkstar@gmail.com>
>
> This looks good, applied, thanks Dave.
>
> I've queued this up for 2.6.25 merging, if you want me to
> schedule it for -stable, just let me know.
don't include it. I first have to stress test it on one of my machines.
Besides that I have to do some coding style cleanups.
Regards
Marcel
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Bluez-devel mailing list
Bluez-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-devel
WARNING: multiple messages have this Message-ID (diff)
From: Marcel Holtmann <marcel@holtmann.org>
To: David Miller <davem@davemloft.net>
Cc: hidave.darkstar@gmail.com, linux-kernel@vger.kernel.org,
bluez-devel@lists.sourceforge.net, netdev@vger.kernel.org
Subject: Re: [PATCH retry] bluetooth : add conn add/del workqueues to avoid connection fail
Date: Wed, 30 Jan 2008 11:21:02 +0100 [thread overview]
Message-ID: <1201688462.6218.47.camel@violet> (raw)
In-Reply-To: <20080129.211446.254604070.davem@davemloft.net>
Hi Dave,
> > The bluetooth hci_conn sysfs add/del executed in the default workqueue.
> > If the del_conn is executed after the new add_conn with same target,
> > add_conn will failed with warning of "same kobject name".
> >
> > Here add btaddconn & btdelconn workqueues,
> > flush the btdelconn workqueue in the add_conn function to avoid the issue.
> >
> > Signed-off-by: Dave Young <hidave.darkstar@gmail.com>
>
> This looks good, applied, thanks Dave.
>
> I've queued this up for 2.6.25 merging, if you want me to
> schedule it for -stable, just let me know.
don't include it. I first have to stress test it on one of my machines.
Besides that I have to do some coding style cleanups.
Regards
Marcel
WARNING: multiple messages have this Message-ID (diff)
From: Marcel Holtmann <marcel@holtmann.org>
To: David Miller <davem@davemloft.net>
Cc: netdev@vger.kernel.org, bluez-devel@lists.sf.net,
linux-kernel@vger.kernel.org
Subject: Re: [PATCH retry] bluetooth : add conn add/del workqueues to avoid connection fail
Date: Wed, 30 Jan 2008 11:21:02 +0100 [thread overview]
Message-ID: <1201688462.6218.47.camel@violet> (raw)
In-Reply-To: <20080129.211446.254604070.davem@davemloft.net>
Hi Dave,
> > The bluetooth hci_conn sysfs add/del executed in the default workqueue.
> > If the del_conn is executed after the new add_conn with same target,
> > add_conn will failed with warning of "same kobject name".
> >
> > Here add btaddconn & btdelconn workqueues,
> > flush the btdelconn workqueue in the add_conn function to avoid the issue.
> >
> > Signed-off-by: Dave Young <hidave.darkstar@gmail.com>
>
> This looks good, applied, thanks Dave.
>
> I've queued this up for 2.6.25 merging, if you want me to
> schedule it for -stable, just let me know.
don't include it. I first have to stress test it on one of my machines.
Besides that I have to do some coding style cleanups.
Regards
Marcel
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
next prev parent reply other threads:[~2008-01-30 10:21 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-01-30 2:23 [PATCH retry] bluetooth : add conn add/del workqueues to avoid connection fail Dave Young
2008-01-30 2:23 ` Dave Young
2008-01-30 5:14 ` David Miller
2008-01-30 5:14 ` David Miller
2008-01-30 10:21 ` Marcel Holtmann [this message]
2008-01-30 10:21 ` Marcel Holtmann
2008-01-30 10:21 ` Marcel Holtmann
2008-01-31 1:29 ` Dave Young
2008-01-31 1:29 ` Dave Young
2008-01-31 13:09 ` Jens Axboe
2008-01-31 13:09 ` Jens Axboe
2008-02-01 1:24 ` Dave Young
2008-02-01 1:24 ` Dave Young
2008-02-01 2:33 ` David Miller
2008-02-01 2:33 ` David Miller
2008-02-01 2:57 ` Dave Young
2008-02-01 2:57 ` Dave Young
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=1201688462.6218.47.camel@violet \
--to=marcel@holtmann.org \
--cc=bluez-devel@lists.sf.net \
--cc=bluez-devel@lists.sourceforge.net \
--cc=davem@davemloft.net \
--cc=linux-kernel@vger.kernel.org \
--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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.