linux-bluetooth.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/7] Bluetooth: Correct debug code
@ 2012-07-10 12:27 Andrei Emeltchenko
  2012-07-10 12:27 ` [PATCH 1/7] Bluetooth: debug: Print l2cap refcount Andrei Emeltchenko
                   ` (6 more replies)
  0 siblings, 7 replies; 17+ messages in thread
From: Andrei Emeltchenko @ 2012-07-10 12:27 UTC (permalink / raw)
  To: linux-bluetooth

From: Andrei Emeltchenko <andrei.emeltchenko@intel.com>

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


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

end of thread, other threads:[~2012-07-11 13:10 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-07-10 12:27 [PATCH 0/7] Bluetooth: Correct debug code Andrei Emeltchenko
2012-07-10 12:27 ` [PATCH 1/7] Bluetooth: debug: Print l2cap refcount Andrei Emeltchenko
2012-07-10 18:33   ` Gustavo Padovan
2012-07-11 11:37     ` Andrei Emeltchenko
2012-07-11 11:43     ` [PATCH 1/2] Bluetooth: debug: Print l2cap_chan refcount Andrei Emeltchenko
2012-07-11 11:43       ` [PATCH 2/2] Bluetooth: debug: Print amp_mgr refcnt Andrei Emeltchenko
2012-07-11 13:10         ` Gustavo Padovan
2012-07-10 12:27 ` [PATCH 2/7] " Andrei Emeltchenko
2012-07-10 12:27 ` [PATCH 3/7] Bluetooth: debug: Add printing num of cmds queued Andrei Emeltchenko
2012-07-10 12:27 ` [PATCH 4/7] Bluetooth: debug: Use standard hex object specifier Andrei Emeltchenko
2012-07-10 18:38   ` Gustavo Padovan
2012-07-11 11:32     ` [PATCH] Bluetooth: debug: Use standard hex object specifiers in hci_event Andrei Emeltchenko
2012-07-11 13:07       ` Gustavo Padovan
2012-07-10 12:27 ` [PATCH 5/7] Bluetooth: debug: Correct types specifiers for L2CAP Andrei Emeltchenko
2012-07-10 12:27 ` [PATCH 6/7] Bluetooth: debug: Print CID and PSM in hex format Andrei Emeltchenko
2012-07-10 12:27 ` [PATCH 7/7] Bluetooth: debug: Add debug to l2cap_security_cfm Andrei Emeltchenko
2012-07-10 18:44   ` Gustavo Padovan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).