Re: [Linux-zigbee-devel] Race condition in shut down

2010-08-08 Thread Jon Smirl
On Sun, Aug 8, 2010 at 9:54 PM, Jon Smirl wrote: > Something else is causing the rtnl lock problem. I updated to your > current zigbee/devel tree at the same time I applied the patch. > I have all of my code backed out. I don't know what was causing the rtnl lock problem. I rebuilt everything and

Re: [Linux-zigbee-devel] Race condition in shut down

2010-08-08 Thread Jon Smirl
Something else is causing the rtnl lock problem. I updated to your current zigbee/devel tree at the same time I applied the patch. I have all of my code backed out. -- Jon Smirl [email protected] -- This SF.net email is

Re: [Linux-zigbee-devel] Race condition in shut down

2010-08-08 Thread Jon Smirl
It deadlocks with an interaction on rtnl lock. Aug 8 21:09:12 (none) kernel: [13783.043233] Initializing ZigBee TTY interface Aug 8 21:09:12 (none) kernel: [13783.082212] NET: Registered protocol family 36 Aug 8 21:09:12 (none) kernel: [13783.134418] _send_pending_data, 3 bytes Aug 8 21:09

Re: [Linux-zigbee-devel] Different hardware types

2010-08-08 Thread Dmitry Eremin-Solenikov
Hello, On Sat, Aug 07, 2010 at 09:29:06PM -0400, Jon Smirl wrote: > >> You will lose access to > >> compressed packets on the normal interfaces (they will still be there > >> on the monitor interface). To get rid of it rmmod 6lowpan. To switch > >> to zigbee modprobe zigbee. > > > > No. This is to

Re: [Linux-zigbee-devel] Race condition in shut down

2010-08-08 Thread Dmitry Eremin-Solenikov
Hello, Could you please check if the attached (untested) patch works for you. -- With best wishes Dmitry >From 3fc7528b6b9da94cb277fb1bb6205e0a7c832758 Mon Sep 17 00:00:00 2001 From: Dmitry Eremin-Solenikov Date: Mon, 9 Aug 2010 01:13:50 +0400 Subject: [PATCH] mac802154: add a protection again

[Linux-zigbee-devel] Race condition in shut down

2010-08-08 Thread Jon Smirl
I'm using this script to replace my development modules... jonsm...@terra:/home/linus$ cat copy sudo cp drivers/ieee802154/*.ko /lib/modules/2.6.35+/kernel/net/ieee802154 sudo cp net/ieee802154/*.ko /lib/modules/2.6.35+/kernel/net/ieee802154 sudo cp net/mac802154/*.ko /lib/modules/2.6.35