[Linux-zigbee-devel] [PATCH 1/2] configure.ac: check for python2.x

2012-12-20 Thread Alexander Aring
Check for python2.x at first. test_DQ.py works with python2.x only. 'make install' needs python2.x to generate *.pyc files. Signed-off-by: Alexander Aring --- configure.ac | 3 +++ 1 file changed, 3 insertions(+) diff --git a/configure.ac b/configure.ac index c483b4f..6c9f54b 100644 --- a/conf

[Linux-zigbee-devel] [PATCH] mac802154: fix NOHZ local_softirq_pending 08 warning

2012-12-20 Thread Alexander Aring
When using nanosleep() in an userspace application we get a ratelimit warning NOHZ: local_softirq_pending 08 for 10 times. This patch replaces netif_rx() with netif_rx_ni() which has to be used from process/softirq context. The process/softirq context will be called from fakelb driver. See linu

[Linux-zigbee-devel] [PATCH 2/2] addrdb: fix include dependency and remove redefined

2012-12-20 Thread Alexander Aring
Currently I get this compile error: coord-config-parse.h:106:14: error: unknown type name 'yyscan_t' coord-config-parse.y:38:0: error: "YYDEBUG" redefined [-Werror] "yyscan_t" is defined in parser.h but parser.h need a include from coord-config-parse.h for "YYSTYPE". This patch removes typedef o

[Linux-zigbee-devel] [PATCH 10/12] mac802154: fix destructon ordering for ieee802154 devices

2012-12-20 Thread Konstantin Khlebnikov
mutex_destroy() must be called before wpan_phy_free(), because it puts the last reference and frees memory. Catched as overwritten poison in kmalloc-2048. Signed-off-by: Konstantin Khlebnikov Cc: Alexander Smirnov Cc: Dmitry Eremin-Solenikov Cc: David S. Miller Cc: linux-zigbee-devel@lists.sou

[Linux-zigbee-devel] [PATCH 11/19] MAINTAINERS: fix drivers/ieee802154/

2012-12-20 Thread Cesar Eduardo Barros
This directory was moved to drivers/net/ieee802154/ by commit 31d178b (drivers/ieee802154: move ieee802154 drivers to net folder). Cc: Alexander Smirnov Cc: Dmitry Eremin-Solenikov Cc: linux-zigbee-devel@lists.sourceforge.net Signed-off-by: Cesar Eduardo Barros --- MAINTAINERS | 2 +- 1 file c