* pull request: bluetooth 2012-02-15
@ 2012-02-15 14:12 Johan Hedberg
2012-02-15 15:21 ` Gustavo Padovan
0 siblings, 1 reply; 2+ messages in thread
From: Johan Hedberg @ 2012-02-15 14:12 UTC (permalink / raw)
To: linville; +Cc: linux-wireless, linux-bluetooth
Hi John,
Here's one (hopefully) last set of important Bluetooth fixes intended
for 3.3:
- One important SSP fix which fixes security level upgrade handling
(this was breaking connections with many devices).
- An update to btusb fixing invalid flag usage with usb_submit_urb() as
well as one new vendor ID for a Broadcom device.
- One compilation warning fix for a bogus inline declaration
- Fix proper timeout value for l2cap_set_timer and sk_sndtimeo and
hci_conn_put
- Fix a lockdep warning with Bluetooth sockets
- Deadlock fix in hci_conn_hold
- RFCOMM reference counting fix
- QUIRK_NO_RESET fix which was breaking suspend with some laptops
- Two fixes related to synchronization with cancel_delayed_work()
Johan
---
The following changes since commit c27111e5b8d6b1e9296f7075cdc35872f672b524:
rtlwifi: Modify rtl_pci_init to return 0 on success (2012-02-09 15:17:29 -0500)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/jh/bluetooth.git master
for you to fetch changes up to 24d2b8c0ac5c8ec41c26ed432238b0e027184882:
Bluetooth: Fix possible use after free in delete path (2012-02-15 13:09:26 +0200)
----------------------------------------------------------------
Andre Guedes (1):
Bluetooth: Fix potential deadlock
Andrzej Kaczmarek (2):
Bluetooth: Fix sk_sndtimeo initialization for L2CAP socket
Bluetooth: l2cap_set_timer needs jiffies as timeout value
Daniel Wagner (1):
Bluetooth: Don't mark non xfer isoc endpoint URBs with URB_ISO_ASAP
Johan Hedberg (2):
Bluetooth: Remove bogus inline declaration from l2cap_chan_connect
Bluetooth: Add missing QUIRK_NO_RESET test to hci_dev_do_close
Manoj Iyer (1):
Bluetooth: btusb: Add vendor specific ID (0a5c 21f3) for BCM20702A0
Octavian Purdila (2):
Bluetooth: silence lockdep warning
Bluetooth: Fix RFCOMM session reference counting issue
Peter Hurley (1):
Bluetooth: Fix l2cap conn failures for ssp devices
Ulisses Furquim (2):
Bluetooth: Remove usage of __cancel_delayed_work()
Bluetooth: Fix possible use after free in delete path
Vinicius Costa Gomes (1):
Bluetooth: Fix using an absolute timeout on hci_conn_put()
drivers/bluetooth/btusb.c | 4 +---
include/net/bluetooth/bluetooth.h | 2 ++
include/net/bluetooth/hci_core.h | 6 +++---
include/net/bluetooth/l2cap.h | 12 ++++++------
net/bluetooth/af_bluetooth.c | 12 +++++-------
net/bluetooth/hci_conn.c | 4 ++++
net/bluetooth/hci_core.c | 3 ++-
net/bluetooth/l2cap_core.c | 24 ++++++++++++++----------
net/bluetooth/l2cap_sock.c | 4 +++-
net/bluetooth/rfcomm/core.c | 18 ++++++++++++------
net/bluetooth/rfcomm/sock.c | 2 ++
11 files changed, 54 insertions(+), 37 deletions(-)
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: pull request: bluetooth 2012-02-15
2012-02-15 14:12 pull request: bluetooth 2012-02-15 Johan Hedberg
@ 2012-02-15 15:21 ` Gustavo Padovan
0 siblings, 0 replies; 2+ messages in thread
From: Gustavo Padovan @ 2012-02-15 15:21 UTC (permalink / raw)
To: linville, linux-wireless, linux-bluetooth
[-- Attachment #1: Type: text/plain, Size: 1249 bytes --]
Hi John,
* Johan Hedberg <johan.hedberg@gmail.com> [2012-02-15 16:12:49 +0200]:
> Hi John,
>
> Here's one (hopefully) last set of important Bluetooth fixes intended
> for 3.3:
>
> - One important SSP fix which fixes security level upgrade handling
> (this was breaking connections with many devices).
> - An update to btusb fixing invalid flag usage with usb_submit_urb() as
> well as one new vendor ID for a Broadcom device.
> - One compilation warning fix for a bogus inline declaration
> - Fix proper timeout value for l2cap_set_timer and sk_sndtimeo and
> hci_conn_put
> - Fix a lockdep warning with Bluetooth sockets
> - Deadlock fix in hci_conn_hold
> - RFCOMM reference counting fix
> - QUIRK_NO_RESET fix which was breaking suspend with some laptops
> - Two fixes related to synchronization with cancel_delayed_work()
>
> Johan
>
> ---
>
> The following changes since commit c27111e5b8d6b1e9296f7075cdc35872f672b524:
>
> rtlwifi: Modify rtl_pci_init to return 0 on success (2012-02-09 15:17:29 -0500)
>
> are available in the git repository at:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/jh/bluetooth.git master
Acked-by: Gustavo F. Padovan <padovan@profusion.mobi>
Gustavo
[-- Attachment #2: Type: application/pgp-signature, Size: 836 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-02-15 15:21 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-15 14:12 pull request: bluetooth 2012-02-15 Johan Hedberg
2012-02-15 15:21 ` 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).