From: Gustavo Padovan <gustavo@padovan.org>
To: linville@tuxdriver.com
Cc: linux-wireless@vger.kernel.org, linux-bluetooth@vger.kernel.org,
linux-kernel@vger.kernel.org
Subject: pull request: bluetooth 2013-05-30
Date: Thu, 30 May 2013 19:52:32 -0300 [thread overview]
Message-ID: <20130530225232.GB14083@joana> (raw)
[-- Attachment #1: Type: text/plain, Size: 1811 bytes --]
Hi John,
The following patches are important bug fixes for 3.10, plus the support for a
new device. We do have three fixes from Johan. The first one is a fix to avoid
LE-only devices to rely on the (inexistent) extended features data. The second
patch fixes length checks on incoming L2CAP signalling PDUs so we can discard
PDU whose size doesn't match the one reported in the header.
The last one fixes the handling of power on failures, we now report proper
errors to mgmt when hci_dev_open().
Please pull or let me know of any issues! Thanks.
Gustavo
---
The following changes since commit f942d116b80feb3ae618a0d8ce2df6e853526d3c:
brcmsmac: fix regression observed in 3.10-rc1 (2013-05-29 14:46:51 -0400)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth master
for you to fetch changes up to 0f9e216b0e12971af8a1d39c98c353c76533283b:
Bluetooth: Fix mgmt handling of power on failures (2013-05-30 18:36:08 -0300)
----------------------------------------------------------------
Bing Zhao (1):
Bluetooth: btmrvl: support Marvell Bluetooth device SD8897
Johan Hedberg (3):
Bluetooth: Fix checks for LE support on LE-only controllers
Bluetooth: Fix missing length checks for L2CAP signalling PDUs
Bluetooth: Fix mgmt handling of power on failures
drivers/bluetooth/Kconfig | 4 +--
drivers/bluetooth/btmrvl_sdio.c | 28 ++++++++++++++++++
include/net/bluetooth/hci_core.h | 1 +
include/net/bluetooth/mgmt.h | 1 +
net/bluetooth/hci_core.c | 6 +++-
net/bluetooth/l2cap_core.c | 70 ++++++++++++++++++++++++++++++++------------
net/bluetooth/mgmt.c | 23 ++++++++++++++-
net/bluetooth/smp.c | 4 +--
8 files changed, 113 insertions(+), 24 deletions(-)
[-- Attachment #2: Type: application/pgp-signature, Size: 836 bytes --]
next reply other threads:[~2013-05-30 22:52 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-05-30 22:52 Gustavo Padovan [this message]
2013-05-31 16:58 ` pull request: bluetooth 2013-05-30 John W. Linville
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20130530225232.GB14083@joana \
--to=gustavo@padovan.org \
--cc=linux-bluetooth@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-wireless@vger.kernel.org \
--cc=linville@tuxdriver.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).