Linux IEEE 802.15.4 and 6LoWPAN development
 help / color / mirror / Atom feed
* Ieee802154 socket problem with SIOCGIFADDR
@ 2015-05-09 14:41 Matteo Petracca
  2015-05-09 16:42 ` Alexander Aring
  0 siblings, 1 reply; 12+ messages in thread
From: Matteo Petracca @ 2015-05-09 14:41 UTC (permalink / raw)
  To: linux-wpan

Dear all,
I am working on a BeagleboneBlack with transceiver at86rf233.

When using ieee802154 sockets in my code I have:

ret = ioctl(socketfd, SIOCGIFADDR, &ifr);

and everything works fine with kernel 3.8.13.

In kernel 4.0.1 the request fails with the following kernel messages:

[  846.038365] RTNL: assertion failed at net/mac802154/iface.c (65)
[  846.044629] CPU: 0 PID: 2350 Comm: test Not tainted 4.0.1-bone1 #1
[  846.044653] Hardware name: Generic AM33XX (Flattened Device Tree)
[  846.044747] [<c0011f35>] (unwind_backtrace) from [<c00101b5>] 
(show_stack+0x11/0x14)
[  846.044876] [<c00101b5>] (show_stack) from [<bf8502f3>] 
(mac802154_wpan_ioctl+0xb6/0x100 [mac802154])
[  846.044972] [<bf8502f3>] (mac802154_wpan_ioctl [mac802154]) from 
[<bf8b738f>] (ieee802154_sock_ioctl+0xf6/0x14c [ieee802154_socket])
[  846.045044] [<bf8b738f>] (ieee802154_sock_ioctl [ieee802154_socket]) 
from [<c05195fb>] (sock_ioctl+0xd3/0x1bc)
[  846.045094] [<c05195fb>] (sock_ioctl) from [<c00fca4d>] 
(do_vfs_ioctl+0x2cd/0x400)
[  846.045133] [<c00fca4d>] (do_vfs_ioctl) from [<c00fcbcd>] 
(SyS_ioctl+0x4d/0x58)
[  846.045172] [<c00fcbcd>] (SyS_ioctl) from [<c000d641>] 
(ret_fast_syscall+0x1/0x44)

Do you have any idea how to solve the problem?

Best,
Matteo


^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2015-05-12 10:33 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-09 14:41 Ieee802154 socket problem with SIOCGIFADDR Matteo Petracca
2015-05-09 16:42 ` Alexander Aring
2015-05-11 16:43   ` Matteo Petracca
2015-05-11 16:51     ` Alexander Aring
2015-05-11 16:58       ` Matteo Petracca
2015-05-11 17:29         ` Alexander Aring
2015-05-11 17:37       ` Alexander Aring
2015-05-11 17:51     ` Alexander Aring
2015-05-12  8:32       ` Matteo Petracca
2015-05-12  8:39         ` Alexander Aring
2015-05-12  9:48           ` Matteo Petracca
2015-05-12 10:33             ` Alexander Aring

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox