Hi Dave, here are two additional fixes for the Bluetooth subsystem that should go in before the final 2.6.20 release. It was possible that the well known PSM could be bound by anybody. That should not be possible like TCP/IP ports below 1024 are also restricted. The other one is a simple endian fix. Please forward them to Linus as soon as possible.
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/l2cap.c | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) through these ChangeSets: Commit: 847641d7db15ac3f18b3d4aa05479812abdf397a Author: Marcel Holtmann <[EMAIL PROTECTED]> Mon, 22 Jan 2007 22:00:45 +0100 [Bluetooth] Restrict well known PSM to privileged users The PSM values below 0x1001 of L2CAP are reserved for well known services. Restrict the possibility to bind them to privileged users. Signed-off-by: Marcel Holtmann <[EMAIL PROTECTED]> Commit: 7386397636d49cd5f03da29432467d3e98cbad35 Author: Marcel Holtmann <[EMAIL PROTECTED]> Mon, 22 Jan 2007 22:00:40 +0100 [Bluetooth] Missing endian swapping for L2CAP socket list The PSM value in the L2CAP socket list must be converted to host order before printing it. 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