Hi Dave, > > > here are the pending patches that didn't make it into the 2.6.18 kernel > > > release. I have some additional fixes, but all of them need some more > > > additional testing from my side. > > > > it seems that you haven't pulled in these changes so far. So I didn't > > rebase the tree and simply pushed some additional ones on top of it. All > > three of them address the issues we had with non-blocking connects. > > I applied all of your fixes into my tree, sorry for taking so long.
no big problem. If you haven't synced with Linus yet, then I have two small additional fixes that should go in with the others. Regards Marcel Please pull from git://git.kernel.org/pub/scm/linux/kernel/git/holtmann/bluetooth-2.6.git This will update the following files: net/bluetooth/hci_event.c | 8 ++++---- net/bluetooth/hci_sysfs.c | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) through these ChangeSets: Marcel Holtmann <[EMAIL PROTECTED]> Thu, 28 Sep 2006 20:23:29 +0200 [Bluetooth] Fix section mismatch of bt_sysfs_cleanup() The bt_sysfs_cleanup() is marked with __exit attribute, but it will be called from an __init function in the error case. So the __exit attribute must be removed. Signed-off-by: Arnaud Patard <[EMAIL PROTECTED]> Signed-off-by: Marcel Holtmann <[EMAIL PROTECTED]> Marcel Holtmann <[EMAIL PROTECTED]> Tue, 26 Sep 2006 22:18:03 +0200 [Bluetooth] Don't update disconnect timer for incoming connections In the case of device pairing the only safe method is to establish a low-level ACL link. In this case, the remote side should not use the disconnect timer to give the other side the chance to enter the PIN code. If the disconnect timer is used, the connection will be dropped to soon, because it is impossible to identify an actual user of this link. Signed-off-by: Marcel Holtmann <[EMAIL PROTECTED]> - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html