linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Gustavo Padovan <padovan@profusion.mobi>
To: linville@tuxdriver.com, linux-wireless@vger.kernel.org,
	linux-bluetooth@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: pull request: bluetooth-next 2011-12-27
Date: Tue, 27 Dec 2011 14:52:01 -0200	[thread overview]
Message-ID: <20111227165201.GC8298@joana> (raw)
In-Reply-To: <20111227162103.GB8298@joana>

Hi John,

* Gustavo Padovan <padovan@profusion.mobi> [2011-12-27 14:21:03 -0200]:

> Hi John,
> 
> This is my last pull request to 3.3. A good part of the changes here are still
> related to the workqueue changes, they are both by me and Ulisses Furquim.
> Besides that there are more AMP work from Andrei and SMP work from Brian Gix
> plus some other fix/improvements.

Unfortunately I left a compile warning in my tree, I committed a fix.
This is the only difference from the previous one:

    Bluetooth: Fix a compile warning in RFCOMM


Thanks,

	Gustavo


The following changes since commit aef6c928a92481f75fbd548eb8c1e840912444b8:

  mac80211: Keep skb->piority for relayed frames in AP mode (2011-12-21 15:07:52 -0500)

are available in the git repository at:
  git://git.kernel.org/pub/scm/linux/kernel/git/padovan/bluetooth-next master

Andrei Emeltchenko (5):
      Bluetooth: Split ctrl init to BREDR and AMP parts
      Bluetooth: Initialize default flow control mode
      Bluetooth: Check for flow control mode
      Bluetooth: Clean up magic pointers
      Bluetooth: Remove magic numbers from le scan cmd

Bing Zhao (1):
      Bluetooth: btusb: fix bInterval for high/super speed isochronous endpoints

Brian Gix (2):
      Bluetooth: Add MITM mechanism to LE-SMP
      Bluetooth: Add SMP to User Passkey and Confirm

Gustavo F. Padovan (10):
      Bluetooth: Move l2cap_{set,clear}_timer to l2cap.h
      Bluetooth: convert security timer to delayed_work
      Bluetooth: Rename info_work to info_timer
      Bluetooth: fix bt_accept_dequeue() to work in process context
      Bluetooth: Remove l2cap priority from inside RFCOMM.
      Bluetooth: add debug output to l2cap_ack_timeout()
      Bluetooth: Remove lock from inquiry_cache
      Bluetooth: remove *_bh usage from hci_dev_list and hci_cb_list
      Bluetooth: Don't disable interrupt when locking the queue
      Bluetooth: Fix a compile warning in RFCOMM

Hemant Gupta (1):
      Bluetooth: Incorrect address while storing LTK.

Jesse Sung (1):
      Bluetooth: Add support for BCM20702A0 [0a5c:21e3]

Ulisses Furquim (4):
      Bluetooth: Remove global mutex hci_task_lock
      Bluetooth: Always compile SCO and L2CAP in Bluetooth Core
      Bluetooth: Make HCI call directly into SCO and L2CAP event functions
      Bluetooth: Fix deadlocks with sock lock and L2CAP timers locks

 drivers/bluetooth/btusb.c         |   10 +-
 include/net/bluetooth/bluetooth.h |   22 ----
 include/net/bluetooth/hci.h       |   14 ++-
 include/net/bluetooth/hci_core.h  |  162 +++++++++++---------------
 include/net/bluetooth/l2cap.h     |   40 ++++++-
 include/net/bluetooth/smp.h       |    6 +
 net/bluetooth/Kconfig             |   37 ++-----
 net/bluetooth/Makefile            |    5 +-
 net/bluetooth/af_bluetooth.c      |   11 +-
 net/bluetooth/bnep/Kconfig        |    2 +-
 net/bluetooth/cmtp/Kconfig        |    2 +-
 net/bluetooth/hci_conn.c          |    4 +-
 net/bluetooth/hci_core.c          |  172 +++++++++++-----------------
 net/bluetooth/hci_event.c         |   28 ++++-
 net/bluetooth/hidp/Kconfig        |    2 +-
 net/bluetooth/l2cap_core.c        |  112 ++++--------------
 net/bluetooth/mgmt.c              |   10 ++-
 net/bluetooth/rfcomm/Kconfig      |    2 +-
 net/bluetooth/rfcomm/core.c       |   41 +++-----
 net/bluetooth/sco.c               |   38 +------
 net/bluetooth/smp.c               |  235 +++++++++++++++++++++++++++++++++----
 21 files changed, 496 insertions(+), 459 deletions(-)


      reply	other threads:[~2011-12-27 16:51 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-12-27 16:21 pull request: bluetooth-next 2011-12-27 Gustavo Padovan
2011-12-27 16:52 ` Gustavo Padovan [this message]

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=20111227165201.GC8298@joana \
    --to=padovan@profusion.mobi \
    --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).