linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* pull request: bluetooth-next 2014-03-24
@ 2014-03-24 17:33 Gustavo Padovan
  2014-03-26 18:34 ` Gustavo Padovan
  0 siblings, 1 reply; 3+ messages in thread
From: Gustavo Padovan @ 2014-03-24 17:33 UTC (permalink / raw)
  To: linville; +Cc: linux-wireless, linux-bluetooth, linux-kernel

[-- Attachment #1: Type: text/plain, Size: 2163 bytes --]

Hi John,

Here follow another set of patches to 3.15. This is mostly a bug fix pull
request with the exception of one commit from Marcel which adds tracking to
the current configured LE scan type parameter.

Please pull or let me know of any issues. Thanks!

	Gustavo

---
The following changes since commit 40b552aa5a0bfa785bc7ddb5c2d7965b1e0bb08d:

  Bluetooth: Enforce strict Secure Connections Only mode security (2014-03-19 23:30:32 +0200)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git for-upstream

for you to fetch changes up to 8396215d4865d66be9cdfcec8d135862e1fd98d1:

  Bluetooth: Remove unnecessary assignment in SMP (2014-03-24 08:43:50 -0700)

----------------------------------------------------------------
Amitkumar Karwar (1):
      Bluetooth: btmrvl: don't consume all vendor specific events

Johan Hedberg (10):
      Bluetooth: Fix passkey endianess in user_confirm and notify_passkey
      Bluetooth: Fix address value for early disconnection events
      Bluetooth: Fix potential NULL pointer dereference in SMP
      Bluetooth: Add missing cmd_status handler for LE_Start_Encryption
      Bluetooth: Fix SMP confirmation callback handling
      Bluetooth: Add SMP flag to track which side is the initiator
      Bluetooth: Don't try to confirm locally initiated SMP pairing
      Bluetooth: Remove LTK re-encryption procedure
      Bluetooth: Fix potential NULL pointer dereference in smp_conn_security
      Bluetooth: Remove unnecessary assignment in SMP

Marcel Holtmann (1):
      Bluetooth: Track current configured LE scan type parameter

Thomas Gleixner (1):
      Bluetooth: bluecard: Use del_timer_sync() in teardown path

 drivers/bluetooth/bluecard_cs.c  |  2 +-
 drivers/bluetooth/btmrvl_main.c  | 11 +++---
 include/net/bluetooth/hci_core.h |  3 +-
 net/bluetooth/hci_event.c        | 63 +++++++++++++++++++++++++++++++-
 net/bluetooth/mgmt.c             | 20 ++--------
 net/bluetooth/smp.c              | 87 ++++++++++++++++++--------------------------
 net/bluetooth/smp.h              |  7 +---
 7 files changed, 111 insertions(+), 82 deletions(-)


[-- Attachment #2: Type: application/pgp-signature, Size: 819 bytes --]

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

* Re: pull request: bluetooth-next 2014-03-24
  2014-03-24 17:33 pull request: bluetooth-next 2014-03-24 Gustavo Padovan
@ 2014-03-26 18:34 ` Gustavo Padovan
  2014-03-27 18:18   ` John W. Linville
  0 siblings, 1 reply; 3+ messages in thread
From: Gustavo Padovan @ 2014-03-26 18:34 UTC (permalink / raw)
  To: linville, linux-wireless, linux-bluetooth, linux-kernel

[-- Attachment #1: Type: text/plain, Size: 2536 bytes --]

Hi John,

2014-03-24 Gustavo Padovan <gustavo@padovan.org>:

> Hi John,
> 
> Here follow another set of patches to 3.15. This is mostly a bug fix pull
> request with the exception of one commit from Marcel which adds tracking to
> the current configured LE scan type parameter.

There is one more fix that we want to include in this pull request. Here
follows a new pull request, please pull, Thanks. 

	Gustavo

--
The following changes since commit 40b552aa5a0bfa785bc7ddb5c2d7965b1e0bb08d:

  Bluetooth: Enforce strict Secure Connections Only mode security (2014-03-19 23:30:32 +0200)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git for-upstream

for you to fetch changes up to e8b1ab9e6d30394e0df3e4f60bf56c4dc9bf0863:

  Bluetooth: Fix returning peer address in pending connect state (2014-03-26 09:31:33 -0700)

----------------------------------------------------------------
Amitkumar Karwar (1):
      Bluetooth: btmrvl: don't consume all vendor specific events

Johan Hedberg (11):
      Bluetooth: Fix passkey endianess in user_confirm and notify_passkey
      Bluetooth: Fix address value for early disconnection events
      Bluetooth: Fix potential NULL pointer dereference in SMP
      Bluetooth: Add missing cmd_status handler for LE_Start_Encryption
      Bluetooth: Fix SMP confirmation callback handling
      Bluetooth: Add SMP flag to track which side is the initiator
      Bluetooth: Don't try to confirm locally initiated SMP pairing
      Bluetooth: Remove LTK re-encryption procedure
      Bluetooth: Fix potential NULL pointer dereference in smp_conn_security
      Bluetooth: Remove unnecessary assignment in SMP
      Bluetooth: Fix returning peer address in pending connect state

Marcel Holtmann (1):
      Bluetooth: Track current configured LE scan type parameter

Thomas Gleixner (1):
      Bluetooth: bluecard: Use del_timer_sync() in teardown path

 drivers/bluetooth/bluecard_cs.c  |  2 +-
 drivers/bluetooth/btmrvl_main.c  | 11 +++---
 include/net/bluetooth/hci_core.h |  3 +-
 net/bluetooth/hci_event.c        | 63 +++++++++++++++++++++++++++++++-
 net/bluetooth/l2cap_sock.c       |  3 +-
 net/bluetooth/mgmt.c             | 20 ++--------
 net/bluetooth/rfcomm/sock.c      |  3 +-
 net/bluetooth/smp.c              | 87 ++++++++++++++++++--------------------------
 net/bluetooth/smp.h              |  7 +---
 9 files changed, 115 insertions(+), 84 deletions(-)


[-- Attachment #2: Type: application/pgp-signature, Size: 819 bytes --]

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

* Re: pull request: bluetooth-next 2014-03-24
  2014-03-26 18:34 ` Gustavo Padovan
@ 2014-03-27 18:18   ` John W. Linville
  0 siblings, 0 replies; 3+ messages in thread
From: John W. Linville @ 2014-03-27 18:18 UTC (permalink / raw)
  To: Gustavo Padovan, linux-wireless, linux-bluetooth, linux-kernel

On Wed, Mar 26, 2014 at 03:34:11PM -0300, Gustavo Padovan wrote:
> Hi John,
> 
> 2014-03-24 Gustavo Padovan <gustavo@padovan.org>:
> 
> > Hi John,
> > 
> > Here follow another set of patches to 3.15. This is mostly a bug fix pull
> > request with the exception of one commit from Marcel which adds tracking to
> > the current configured LE scan type parameter.
> 
> There is one more fix that we want to include in this pull request. Here
> follows a new pull request, please pull, Thanks. 
> 
> 	Gustavo
> 
> --
> The following changes since commit 40b552aa5a0bfa785bc7ddb5c2d7965b1e0bb08d:
> 
>   Bluetooth: Enforce strict Secure Connections Only mode security (2014-03-19 23:30:32 +0200)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git for-upstream
> 
> for you to fetch changes up to e8b1ab9e6d30394e0df3e4f60bf56c4dc9bf0863:
> 
>   Bluetooth: Fix returning peer address in pending connect state (2014-03-26 09:31:33 -0700)

Pulling now...

-- 
John W. Linville		Someday the world will need a hero, and you
linville@tuxdriver.com			might be all we have.  Be ready.

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

end of thread, other threads:[~2014-03-27 18:30 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-24 17:33 pull request: bluetooth-next 2014-03-24 Gustavo Padovan
2014-03-26 18:34 ` Gustavo Padovan
2014-03-27 18:18   ` John W. Linville

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