Re: [PATCH] bluetooth : move children of connection device to NULL before connection down

2008-01-23 Thread Dave Young
On Thu, Jan 24, 2008 at 09:19:26AM +0800, Dave Young wrote: > On Wed, Jan 23, 2008 at 02:06:29PM -0800, Andrew Morton wrote: > > > On Tue, 22 Jan 2008 07:18:16 +0100 Marcel Holtmann <[EMAIL PROTECTED]> > > > wrote: > > > Hi Dave, > > > > > > > > Add people missed in cc-list. > > > > > > > >

Re: [PATCH] bluetooth : move children of connection device to NULL before connection down

2008-01-23 Thread Dave Young
On Wed, Jan 23, 2008 at 02:06:29PM -0800, Andrew Morton wrote: > > On Tue, 22 Jan 2008 07:18:16 +0100 Marcel Holtmann <[EMAIL PROTECTED]> > > wrote: > > Hi Dave, > > > > > > Add people missed in cc-list. > > > > > > Thanks Dave for your continued efforts on Bluetooth bugs like this. > > > > >

Re: [PATCH] bluetooth : move children of connection device to NULL before connection down

2008-01-23 Thread Andrew Morton
> On Tue, 22 Jan 2008 07:18:16 +0100 Marcel Holtmann <[EMAIL PROTECTED]> wrote: > Hi Dave, > > > > Add people missed in cc-list. > > > > Thanks Dave for your continued efforts on Bluetooth bugs like this. > > > > Marcel, are you going to review/ACK/integrate/push-upstream/whatever > > any of

Re: [PATCH] bluetooth : move children of connection device to NULL before connection down

2008-01-23 Thread Andrew Morton
On Tue, 22 Jan 2008 07:18:16 +0100 Marcel Holtmann [EMAIL PROTECTED] wrote: Hi Dave, Add people missed in cc-list. Thanks Dave for your continued efforts on Bluetooth bugs like this. Marcel, are you going to review/ACK/integrate/push-upstream/whatever any of these Bluetooth

Re: [PATCH] bluetooth : move children of connection device to NULL before connection down

2008-01-23 Thread Dave Young
On Wed, Jan 23, 2008 at 02:06:29PM -0800, Andrew Morton wrote: On Tue, 22 Jan 2008 07:18:16 +0100 Marcel Holtmann [EMAIL PROTECTED] wrote: Hi Dave, Add people missed in cc-list. Thanks Dave for your continued efforts on Bluetooth bugs like this. Marcel, are you going to

Re: [PATCH] bluetooth : move children of connection device to NULL before connection down

2008-01-23 Thread Dave Young
On Thu, Jan 24, 2008 at 09:19:26AM +0800, Dave Young wrote: On Wed, Jan 23, 2008 at 02:06:29PM -0800, Andrew Morton wrote: On Tue, 22 Jan 2008 07:18:16 +0100 Marcel Holtmann [EMAIL PROTECTED] wrote: Hi Dave, Add people missed in cc-list. Thanks Dave for your continued

Re: [PATCH] bluetooth : move children of connection device to NULL before connection down

2008-01-22 Thread Marcel Holtmann
Hi Dave, > could you tell something more about your coding style? > I would like to submit patches about bluetooth according to your sytle > later If I have. > > Maybe you could put it on the bluez web site or anywhere. it follows closely the kernel coding style as layout within the kernel

Re: [PATCH] bluetooth : move children of connection device to NULL before connection down

2008-01-22 Thread Dave Young
On Jan 22, 2008 2:18 PM, Marcel Holtmann <[EMAIL PROTECTED]> wrote: > Hi Dave, > > > > Add people missed in cc-list. > > > > Thanks Dave for your continued efforts on Bluetooth bugs like this. > > > > Marcel, are you going to review/ACK/integrate/push-upstream/whatever > > any of these Bluetooth

Re: [PATCH] bluetooth : move children of connection device to NULL before connection down

2008-01-22 Thread Dave Young
On Jan 22, 2008 2:18 PM, Marcel Holtmann [EMAIL PROTECTED] wrote: Hi Dave, Add people missed in cc-list. Thanks Dave for your continued efforts on Bluetooth bugs like this. Marcel, are you going to review/ACK/integrate/push-upstream/whatever any of these Bluetooth patches? It

Re: [PATCH] bluetooth : move children of connection device to NULL before connection down

2008-01-22 Thread Marcel Holtmann
Hi Dave, could you tell something more about your coding style? I would like to submit patches about bluetooth according to your sytle later If I have. Maybe you could put it on the bluez web site or anywhere. it follows closely the kernel coding style as layout within the kernel

Re: [PATCH] bluetooth : move children of connection device to NULL before connection down

2008-01-21 Thread Marcel Holtmann
Hi Dave, > > Add people missed in cc-list. > > Thanks Dave for your continued efforts on Bluetooth bugs like this. > > Marcel, are you going to review/ACK/integrate/push-upstream/whatever > any of these Bluetooth patches? > > It hasn't been getting much love from you as of late, you are one of

Re: [PATCH] bluetooth : move children of connection device to NULL before connection down

2008-01-21 Thread David Miller
From: Marcel Holtmann <[EMAIL PROTECTED]> Date: Tue, 22 Jan 2008 07:18:16 +0100 > Right now I can't think of any side effects by this patch. Actually I > only see an improvement with this patch. So please take it directly and > starting with next week, I gonna make sure that they are handled

Re: [PATCH] bluetooth : move children of connection device to NULL before connection down

2008-01-21 Thread David Miller
From: Dave Young <[EMAIL PROTECTED]> Date: Mon, 21 Jan 2008 12:54:01 +0800 > Add people missed in cc-list. Thanks Dave for your continued efforts on Bluetooth bugs like this. Marcel, are you going to review/ACK/integrate/push-upstream/whatever any of these Bluetooth patches? It hasn't been

Re: [PATCH] bluetooth : move children of connection device to NULL before connection down

2008-01-21 Thread David Miller
From: Dave Young [EMAIL PROTECTED] Date: Mon, 21 Jan 2008 12:54:01 +0800 Add people missed in cc-list. Thanks Dave for your continued efforts on Bluetooth bugs like this. Marcel, are you going to review/ACK/integrate/push-upstream/whatever any of these Bluetooth patches? It hasn't been

Re: [PATCH] bluetooth : move children of connection device to NULL before connection down

2008-01-21 Thread David Miller
From: Marcel Holtmann [EMAIL PROTECTED] Date: Tue, 22 Jan 2008 07:18:16 +0100 Right now I can't think of any side effects by this patch. Actually I only see an improvement with this patch. So please take it directly and starting with next week, I gonna make sure that they are handled again

Re: [PATCH] bluetooth : move children of connection device to NULL before connection down

2008-01-21 Thread Marcel Holtmann
Hi Dave, Add people missed in cc-list. Thanks Dave for your continued efforts on Bluetooth bugs like this. Marcel, are you going to review/ACK/integrate/push-upstream/whatever any of these Bluetooth patches? It hasn't been getting much love from you as of late, you are one of the

Re: [PATCH] bluetooth : move children of connection device to NULL before connection down

2008-01-20 Thread Dave Young
On Mon, Jan 21, 2008 at 12:49:13PM +0800, Dave Young wrote: > The rfcomm tty device will possibly retain even when conn is down, > and sysfs doesn't support zombie device moving, so this patch > move the tty device before conn device is destroyed. > > For the bug refered please see : >

[PATCH] bluetooth : move children of connection device to NULL before connection down

2008-01-20 Thread Dave Young
The rfcomm tty device will possibly retain even when conn is down, and sysfs doesn't support zombie device moving, so this patch move the tty device before conn device is destroyed. For the bug refered please see : http://lkml.org/lkml/2007/12/28/87 Signed-off-by: Dave Young <[EMAIL PROTECTED]>

[PATCH] bluetooth : move children of connection device to NULL before connection down

2008-01-20 Thread Dave Young
The rfcomm tty device will possibly retain even when conn is down, and sysfs doesn't support zombie device moving, so this patch move the tty device before conn device is destroyed. For the bug refered please see : http://lkml.org/lkml/2007/12/28/87 Signed-off-by: Dave Young [EMAIL PROTECTED]

Re: [PATCH] bluetooth : move children of connection device to NULL before connection down

2008-01-20 Thread Dave Young
On Mon, Jan 21, 2008 at 12:49:13PM +0800, Dave Young wrote: The rfcomm tty device will possibly retain even when conn is down, and sysfs doesn't support zombie device moving, so this patch move the tty device before conn device is destroyed. For the bug refered please see :