Hi Alex, On Mon, Aug 8, 2016 at 3:10 PM, Alexander Aring <aar@xxxxxxxxxxxxxx> wrote: > Hi, > > On 08/07/2016 04:30 PM, Alexander Aring wrote: >> Hi, >> >> This patch series is my second RFC for making btle 6lowpan into the right >> direction. >> >> I added hopefully all suggestions which I got from RFCv1. The interface address >> will be assigned when the first l2cap chan connection gets in. This device >> address will be get by "hci_copy_identity_address" bluetooth API function and >> I hope this is the right function to get the "RPA device address". Well this does not work is identity address might not be the same as RPA, using hci_copy_identity_address might leak the identity address to other peer participating in the network. >> Checkout commit message of Patch 19/19 to see how I used it. >> >> Bad news are, I will start my master thesis shortly so I am not able to work >> on this patch series anymore. >> Did you keep track what patches have been merged upstream? Id like to first make the solution stable since even pings something makes the kernel crash, so how about those: bluetooth: introduce l2cap_hdev_chan_connect bluetooth: add hci dev notifier bluetooth: introduce l2cap chan priv data bluetooth: export functions and variables > and I got the following warnings from bots/persons, I just send it here > again for the next person who like to work on that or I forget it again > the next time when I can work on this: > > "ERROR: "baswap" [net/6lowpan/6lowpan.ko] undefined!" > > This is because baswap is some compiled function in bluetooth module and > 6lowpan doesn;t depend on that. > > Another issue: > > net/bluetooth/6lowpan.c:892:0-23: WARNING: lowpan_enabled_fops should be > defined with DEFINE_DEBUGFS_ATTRIBUTE > > Use DEFINE_DEBUGFS_ATTRIBUTE rather than DEFINE_SIMPLE_ATTRIBUTE > for debugfs files. > > which seems to be also affected in net/6lowpan/debugfs.c and > net/bluetooth/hci_debugfs.c > > - Alex > -- > To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in > the body of a message to majordomo@xxxxxxxxxxxxxxx > More majordomo info at http://vger.kernel.org/majordomo-info.html -- Luiz Augusto von Dentz -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html