netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Pull request: bluetooth-2.6 2010-02-05
@ 2010-02-05 20:05 Marcel Holtmann
  2010-02-05 20:05 ` [PATCH 1/6] Bluetooth: Fallback eSCO to SCO on error 0x1a (Unsupported Remote Feature) Marcel Holtmann
  2010-02-09  6:50 ` Pull request: bluetooth-2.6 2010-02-05 David Miller
  0 siblings, 2 replies; 10+ messages in thread
From: Marcel Holtmann @ 2010-02-05 20:05 UTC (permalink / raw)
  To: David Miller; +Cc: netdev

Hi Dave,

here are a few more fixes that are mostly a result from the Bluetooth
UnPlugFest testing in Seattle during this week.

The important one are the fix for the sleeping function call in the
RFCOMM timer that show up with certain hardware (not all of them) and
also the fix for double release of the underlaying L2CAP session.

With the HID subsystem changes that turns it into a proper bus, the
HIDP code ended up with a potential case where we access userspace
memory out of the scop of its ioctl() command. Fix this by just keeping
a copy of the HID report descriptor around. The HID subsystem will need
that anyway.

The rest are some SCO/eSCO audio setup fixes with broken hardware and
closing a memory leak in the Marvell driver.

Regards

Marcel


Please pull from

    git://git.kernel.org/pub/scm/linux/kernel/git/holtmann/bluetooth-2.6.git master

This will update the following files:

 drivers/bluetooth/btmrvl_sdio.c |    1 +
 net/bluetooth/hci_conn.c        |    3 ++
 net/bluetooth/hci_event.c       |    1 +
 net/bluetooth/hidp/core.c       |   49 +++++++++++++++++++--------------------
 net/bluetooth/hidp/hidp.h       |    4 ++-
 net/bluetooth/rfcomm/core.c     |    8 ++++-
 6 files changed, 38 insertions(+), 28 deletions(-)

through these ChangeSets:

Marcel Holtmann (1):
    Bluetooth: Fix sleeping function in RFCOMM within invalid context

Michael Poole (1):
    Bluetooth: Keep a copy of each HID device's report descriptor

Nick Pelly (3):
    Bluetooth: Fallback eSCO to SCO on error 0x1a (Unsupported Remote
    Bluetooth: Do not call rfcomm_session_put() for RFCOMM UA on closed
    Bluetooth: Enter active mode before establishing a SCO link.

Yoichi Yuasa (1):
    Bluetooth: Fix memory leak in Marvell BT-over-SDIO driver


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

end of thread, other threads:[~2010-02-09 20:15 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-02-05 20:05 Pull request: bluetooth-2.6 2010-02-05 Marcel Holtmann
2010-02-05 20:05 ` [PATCH 1/6] Bluetooth: Fallback eSCO to SCO on error 0x1a (Unsupported Remote Feature) Marcel Holtmann
2010-02-05 20:05   ` [PATCH 2/6] Bluetooth: Fix sleeping function in RFCOMM within invalid context Marcel Holtmann
2010-02-05 20:05     ` [PATCH 3/6] Bluetooth: Do not call rfcomm_session_put() for RFCOMM UA on closed socket Marcel Holtmann
2010-02-05 20:05       ` [PATCH 4/6] Bluetooth: Fix memory leak in Marvell BT-over-SDIO driver Marcel Holtmann
2010-02-05 20:05         ` [PATCH 5/6] Bluetooth: Enter active mode before establishing a SCO link Marcel Holtmann
2010-02-05 20:05           ` [PATCH 6/6] Bluetooth: Keep a copy of each HID device's report descriptor Marcel Holtmann
2010-02-09  6:50 ` Pull request: bluetooth-2.6 2010-02-05 David Miller
2010-02-09 15:52   ` Marcel Holtmann
2010-02-09 20:15     ` David Miller

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).