Hi John, A lot of new code, a lot of new bugs. This pull request has really important fixes for 3.0. There are here two regression fixes, a hidp deadlock hang up of the system fix from Peter Hurley. As the commit messages says it is a partial revert from a commit that adds kthread to hidp. And L2CAP incoming connection request fix that was breaking one test in the PTS suit, that is, breaking interop. Patch is based on code from Ilia Kolomisnky. Also, a buffer overflow fix by Dan Rosenberg and finally Tomas Targownik fixed a memory leak on failed connections attempts that seems to be around since 2006!! Please pull, or let me know any concerns you have. Gustavo The following changes since commit fa7ccfb17033bfb5bca86f6b909cab0b807efbc0: rtlwifi: rtl8192se: Handle duplicate PCI ID 0x10ec:0x8192 conflict with r8192e_pci (2011-06-20 14:56:56 -0400) are available in the git repository at: master.kernel.org:/pub/scm/linux/kernel/git/padovan/bluetooth-2.6.git master Dan Rosenberg (1): Bluetooth: Prevent buffer overflow in l2cap config request Gustavo F. Padovan (1): Bluetooth: Fix regression with incoming L2CAP connections Peter Hurley (1): Bluetooth: Fix hidp disconnect deadlocks and lost wakeup Tomas Targownik (1): Bluetooth: Fix memory leak under page timeouts net/bluetooth/hci_conn.c | 3 +++ net/bluetooth/hidp/core.c | 18 +++++++++++------- net/bluetooth/hidp/hidp.h | 1 + net/bluetooth/l2cap_core.c | 5 +++-- 4 files changed, 18 insertions(+), 9 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html