Hi Masatake,
On Wed, Jul 11, 2012 at 09:19:06PM +0900, Masatake YAMATO wrote:
quoted
I've tested the patch and it creates entries in /proc/net
Thanks.
quoted
BTW: Shall lsof be able to identify l2cap protocol?
for l2test it prints: "can't identify protocol"
No. I'll work on lsof side after the kernel side
patches are merged to the main line.
OK, patch looks good though I would eliminate 2 new sparse warnings with
__acquires and __releases attributes.
net/bluetooth/af_bluetooth.c:540:13: warning: context imbalance in
'bt_seq_start' - wrong count at exit
net/bluetooth/af_bluetooth.c:557:13: warning: context imbalance in
'bt_seq_stop' - unexpected unlock
Best regards
Andrei Emeltchenko