From: Andrei Emeltchenko <andrei.emeltchenko@xxxxxxxxx> This set of patches helps to parse debug in Bluetooth: - Add printing refcount for l2cap_chan and amp_mgr - Correct CID output %d -> 0x%4.4x for chan move functions - Remove unneded type conversion by using for example types: %u and %zu - and some other fixes Andrei Emeltchenko (7): Bluetooth: debug: Print l2cap refcount Bluetooth: debug: Print amp_mgr refcnt Bluetooth: debug: Add printing num of cmds queued Bluetooth: debug: Use standard hex object specifier Bluetooth: debug: Correct types specifiers for L2CAP Bluetooth: debug: Print CID and PSM in hex format Bluetooth: debug: Add debug to l2cap_security_cfm include/net/bluetooth/l2cap.h | 6 ++ net/bluetooth/a2mp.c | 8 +- net/bluetooth/hci_core.c | 3 +- net/bluetooth/hci_event.c | 170 ++++++++++++++++++++--------------------- net/bluetooth/l2cap_core.c | 92 +++++++++++----------- 5 files changed, 148 insertions(+), 131 deletions(-) -- 1.7.9.5 -- 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