From: "Gustavo F. Padovan" <padovan@profusion.mobi>
To: linville@tuxdriver.com
Cc: marcel@holtmann.org, linux-wireless@vger.kernel.org,
linux-bluetooth@vger.kernel.org
Subject: pull request: bluetooth-next-2.6 2010-10-13
Date: Wed, 13 Oct 2010 00:48:08 -0300 [thread overview]
Message-ID: <20101013034808.GA3205@vigoh> (raw)
Hi John,
Here goes the Bluetooth patches for the next merge window. In this
patchset we have a new stream-oriented recvmsg() which is used in L2CAP
and RFCOMM. Support for two new MacBookPro devices. A buffer overflow
check for L2CAP to prevent frames exceeding the receiving MTU. All the
rest are simple bugfixes. No big features this time.
One notable change is in the MAINTAINERS file, From now and on I'm going
to maintain the Bluetooth trees as well as send the pull requests to you.
Despite this maintenance change, Marcel will remain helping with patch
review, and ACK/NAK in the Bluetooth subsystem as he always did. Not a
big change in the end. ;)
Thanks,
The following changes since commit 29b4433d991c88d86ca48a4c1cc33c671475be4b:
net: percpu net_device refcount (2010-10-12 12:35:25 -0700)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/padovan/bluetooth-next-2.6.git master
Andrei Emeltchenko (4):
Bluetooth: remove extra newline from debug output
Bluetooth: check L2CAP length in first ACL fragment
Bluetooth: check for l2cap header in start fragment
Bluetooth: clean up rfcomm code
David Vrabel (2):
Bluetooth: HCI devices are either BR/EDR or AMP radios
Bluetooth: Support SDIO devices that are AMP controllers
Gustavo F. Padovan (4):
Bluetooth: remove unused variable from cmtp
Bluetooth: make batostr() print in the right order
Bluetooth: Use the proper error value from bt_skb_send_alloc()
Bluetooth: update MAINTAINERS for Bluetooth subsys
Haijun Liu (1):
Bluetooth: Update conf_state before send config_req out
Johan Hedberg (1):
Bluetooth: Don't clear the blacklist when closing the HCI device
Karl Beldan (1):
Bluetooth: hci_uart: Fix typo in stats for sco tx
Mat Martineau (4):
Bluetooth: Validate PSM values in calls to connect() and bind()
Bluetooth: Add common code for stream-oriented recvmsg()
Bluetooth: Use common SOCK_STREAM receive code in RFCOMM
Bluetooth: Use a stream-oriented recvmsg with SOCK_STREAM L2CAP sockets.
Nobuhiro Iwamatsu (2):
Bluetooth: Add support Bluetooth controller of MacbookPro 6,2
Bluetooth: Add support Bluetooth controller of MacbookPro 7,1
Yuri Kululin (1):
Bluetooth: Fix RFCOMM RPN negotiation
MAINTAINERS | 5 ++-
drivers/bluetooth/btmrvl_main.c | 4 +-
drivers/bluetooth/btsdio.c | 8 +++
drivers/bluetooth/btusb.c | 6 ++
drivers/bluetooth/hci_ldisc.c | 2 +-
include/linux/mmc/sdio_ids.h | 1 +
include/net/bluetooth/bluetooth.h | 2 +
include/net/bluetooth/hci.h | 2 +-
include/net/bluetooth/rfcomm.h | 5 --
net/bluetooth/af_bluetooth.c | 109 +++++++++++++++++++++++++++++++++++++
net/bluetooth/cmtp/core.c | 6 +--
net/bluetooth/hci_core.c | 1 -
net/bluetooth/hci_sysfs.c | 21 ++-----
net/bluetooth/hidp/core.c | 8 +--
net/bluetooth/l2cap.c | 56 ++++++++++++++++---
net/bluetooth/lib.c | 4 +-
net/bluetooth/rfcomm/core.c | 39 +++++++-------
net/bluetooth/rfcomm/sock.c | 104 ++---------------------------------
net/bluetooth/rfcomm/tty.c | 4 +-
19 files changed, 218 insertions(+), 169 deletions(-)
--
Gustavo F. Padovan
ProFUSION embedded systems - http://profusion.mobi
next reply other threads:[~2010-10-13 9:47 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-10-13 3:48 Gustavo F. Padovan [this message]
2010-10-13 21:41 ` pull request: bluetooth-next-2.6 2010-10-13 Luis R. Rodriguez
2010-10-13 22:01 ` Gustavo F. Padovan
2010-10-15 20:04 ` 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=20101013034808.GA3205@vigoh \
--to=padovan@profusion.mobi \
--cc=linux-bluetooth@vger.kernel.org \
--cc=linux-wireless@vger.kernel.org \
--cc=linville@tuxdriver.com \
--cc=marcel@holtmann.org \
/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).