All of lore.kernel.org
 help / color / mirror / Atom feed
* pull request: bluetooth 2013-11-11
@ 2013-11-11 18:27 Gustavo Padovan
  2013-11-11 19:05 ` John W. Linville
  2013-11-11 23:17   ` Marcel Holtmann
  0 siblings, 2 replies; 6+ messages in thread
From: Gustavo Padovan @ 2013-11-11 18:27 UTC (permalink / raw)
  To: linville; +Cc: linux-wireless, linux-bluetooth, linux-kernel

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

Hi John,

A few fixes for 3.13. There is 3 fixes to the RFCOMM protocol. One crash fix to
L2CAP. A simple fix to a bad behaviour in the SMP protocol, and last, an
revert, that I sent in the last pull request but doesn't seem to be in your
tree.

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


	Gustavo

---
The following changes since commit 8ce9beac4661f576ea0d518b9f086bb52a171a37:

  drivers: net: wireless: b43: Fix possible NULL ptr dereference (2013-10-18 13:41:11 -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 3244d4a55c95708b0fa6fd820a9009534ed08a5f:

  Bluetooth: Fix rejecting SMP security request in slave role (2013-11-11 15:48:36 -0200)

----------------------------------------------------------------
Hans de Goede (1):
      Bluetooth: revert: "Bluetooth: Add missing reset_resume dev_pm_ops"

Johan Hedberg (1):
      Bluetooth: Fix rejecting SMP security request in slave role

Marcel Holtmann (1):
      Bluetooth: Fix issue with RFCOMM getsockopt operation

Seung-Woo Kim (3):
      Bluetooth: Fix RFCOMM bind fail for L2CAP sock
      Bluetooth: Fix to set proper bdaddr_type for RFCOMM connect
      Bluetooth: Fix crash in l2cap_chan_send after l2cap_chan_del

 drivers/bluetooth/btusb.c   | 1 -
 net/bluetooth/l2cap_core.c  | 3 +++
 net/bluetooth/rfcomm/core.c | 3 +++
 net/bluetooth/rfcomm/sock.c | 6 +++++-
 net/bluetooth/smp.c         | 3 +++
 5 files changed, 14 insertions(+), 2 deletions(-)


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

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

* Re: pull request: bluetooth 2013-11-11
  2013-11-11 18:27 pull request: bluetooth 2013-11-11 Gustavo Padovan
@ 2013-11-11 19:05 ` John W. Linville
  2013-11-15 15:15   ` Gustavo Padovan
  2013-11-11 23:17   ` Marcel Holtmann
  1 sibling, 1 reply; 6+ messages in thread
From: John W. Linville @ 2013-11-11 19:05 UTC (permalink / raw)
  To: Gustavo Padovan, linux-wireless, linux-bluetooth, linux-kernel

On Mon, Nov 11, 2013 at 04:27:38PM -0200, Gustavo Padovan wrote:
> Hi John,
> 
> A few fixes for 3.13. There is 3 fixes to the RFCOMM protocol. One crash fix to
> L2CAP. A simple fix to a bad behaviour in the SMP protocol, and last, an
> revert, that I sent in the last pull request but doesn't seem to be in your
> tree.

Are you looking in the wireless-next tree?  It seems to be there, no?

John

> 
> Please pull or let me know of any issues. Thanks!
> 
> 
> 	Gustavo
> 
> ---
> The following changes since commit 8ce9beac4661f576ea0d518b9f086bb52a171a37:
> 
>   drivers: net: wireless: b43: Fix possible NULL ptr dereference (2013-10-18 13:41:11 -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 3244d4a55c95708b0fa6fd820a9009534ed08a5f:
> 
>   Bluetooth: Fix rejecting SMP security request in slave role (2013-11-11 15:48:36 -0200)
> 
> ----------------------------------------------------------------
> Hans de Goede (1):
>       Bluetooth: revert: "Bluetooth: Add missing reset_resume dev_pm_ops"
> 
> Johan Hedberg (1):
>       Bluetooth: Fix rejecting SMP security request in slave role
> 
> Marcel Holtmann (1):
>       Bluetooth: Fix issue with RFCOMM getsockopt operation
> 
> Seung-Woo Kim (3):
>       Bluetooth: Fix RFCOMM bind fail for L2CAP sock
>       Bluetooth: Fix to set proper bdaddr_type for RFCOMM connect
>       Bluetooth: Fix crash in l2cap_chan_send after l2cap_chan_del
> 
>  drivers/bluetooth/btusb.c   | 1 -
>  net/bluetooth/l2cap_core.c  | 3 +++
>  net/bluetooth/rfcomm/core.c | 3 +++
>  net/bluetooth/rfcomm/sock.c | 6 +++++-
>  net/bluetooth/smp.c         | 3 +++
>  5 files changed, 14 insertions(+), 2 deletions(-)
> 



-- 
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] 6+ messages in thread

* Re: pull request: bluetooth 2013-11-11
  2013-11-11 18:27 pull request: bluetooth 2013-11-11 Gustavo Padovan
@ 2013-11-11 23:17   ` Marcel Holtmann
  2013-11-11 23:17   ` Marcel Holtmann
  1 sibling, 0 replies; 6+ messages in thread
From: Marcel Holtmann @ 2013-11-11 23:17 UTC (permalink / raw)
  To: Gustavo F. Padovan
  Cc: John W. Linville, linux-wireless@vger.kernel.org Wireless,
	linux-bluetooth@vger.kernel.org development,
	linux-kernel@vger.kernel.org list

Hi Gustavo,

> A few fixes for 3.13. There is 3 fixes to the RFCOMM protocol. One crash fix to
> L2CAP. A simple fix to a bad behaviour in the SMP protocol, and last, an
> revert, that I sent in the last pull request but doesn't seem to be in your
> tree.
> 
> Please pull or let me know of any issues. Thanks!
> 
> 
> 	Gustavo
> 
> ---
> The following changes since commit 8ce9beac4661f576ea0d518b9f086bb52a171a37:
> 
>  drivers: net: wireless: b43: Fix possible NULL ptr dereference (2013-10-18 13:41:11 -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 3244d4a55c95708b0fa6fd820a9009534ed08a5f:
> 
>  Bluetooth: Fix rejecting SMP security request in slave role (2013-11-11 15:48:36 -0200)
> 
> ----------------------------------------------------------------
> Hans de Goede (1):
>      Bluetooth: revert: "Bluetooth: Add missing reset_resume dev_pm_ops”

this one is already in net-next actually. John pushed bluetooth and bluetooth-next to Dave at the same time.

> Johan Hedberg (1):
>      Bluetooth: Fix rejecting SMP security request in slave role
> 
> Marcel Holtmann (1):
>      Bluetooth: Fix issue with RFCOMM getsockopt operation
> 
> Seung-Woo Kim (3):
>      Bluetooth: Fix RFCOMM bind fail for L2CAP sock
>      Bluetooth: Fix to set proper bdaddr_type for RFCOMM connect
>      Bluetooth: Fix crash in l2cap_chan_send after l2cap_chan_del

These 5 fixes are still needed.

Regards

Marcel


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

* Re: pull request: bluetooth 2013-11-11
@ 2013-11-11 23:17   ` Marcel Holtmann
  0 siblings, 0 replies; 6+ messages in thread
From: Marcel Holtmann @ 2013-11-11 23:17 UTC (permalink / raw)
  To: Gustavo F. Padovan
  Cc: John W. Linville, linux-wireless@vger.kernel.org Wireless,
	linux-bluetooth@vger.kernel.org development,
	linux-kernel@vger.kernel.org list

Hi Gustavo,

> A few fixes for 3.13. There is 3 fixes to the RFCOMM protocol. One crash fix to
> L2CAP. A simple fix to a bad behaviour in the SMP protocol, and last, an
> revert, that I sent in the last pull request but doesn't seem to be in your
> tree.
> 
> Please pull or let me know of any issues. Thanks!
> 
> 
> 	Gustavo
> 
> ---
> The following changes since commit 8ce9beac4661f576ea0d518b9f086bb52a171a37:
> 
>  drivers: net: wireless: b43: Fix possible NULL ptr dereference (2013-10-18 13:41:11 -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 3244d4a55c95708b0fa6fd820a9009534ed08a5f:
> 
>  Bluetooth: Fix rejecting SMP security request in slave role (2013-11-11 15:48:36 -0200)
> 
> ----------------------------------------------------------------
> Hans de Goede (1):
>      Bluetooth: revert: "Bluetooth: Add missing reset_resume dev_pm_ops”

this one is already in net-next actually. John pushed bluetooth and bluetooth-next to Dave at the same time.

> Johan Hedberg (1):
>      Bluetooth: Fix rejecting SMP security request in slave role
> 
> Marcel Holtmann (1):
>      Bluetooth: Fix issue with RFCOMM getsockopt operation
> 
> Seung-Woo Kim (3):
>      Bluetooth: Fix RFCOMM bind fail for L2CAP sock
>      Bluetooth: Fix to set proper bdaddr_type for RFCOMM connect
>      Bluetooth: Fix crash in l2cap_chan_send after l2cap_chan_del

These 5 fixes are still needed.

Regards

Marcel


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

* Re: pull request: bluetooth 2013-11-11
  2013-11-11 19:05 ` John W. Linville
@ 2013-11-15 15:15   ` Gustavo Padovan
  2013-11-15 19:19     ` John W. Linville
  0 siblings, 1 reply; 6+ messages in thread
From: Gustavo Padovan @ 2013-11-15 15:15 UTC (permalink / raw)
  To: John W. Linville; +Cc: linux-wireless, linux-bluetooth, linux-kernel

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

Hi John,

2013-11-11 John W. Linville <linville@tuxdriver.com>:

> On Mon, Nov 11, 2013 at 04:27:38PM -0200, Gustavo Padovan wrote:
> > Hi John,
> > 
> > A few fixes for 3.13. There is 3 fixes to the RFCOMM protocol. One crash fix to
> > L2CAP. A simple fix to a bad behaviour in the SMP protocol, and last, an
> > revert, that I sent in the last pull request but doesn't seem to be in your
> > tree.
> 
> Are you looking in the wireless-next tree?  It seems to be there, no?

Yes, it is there. I'm resending this pull request without it:

Please pull or let me know of any problems! Thanks

	Gustavo

---

The following changes since commit 8ce9beac4661f576ea0d518b9f086bb52a171a37:

  drivers: net: wireless: b43: Fix possible NULL ptr dereference (2013-10-18 13:41:11 -0400)

are available in the git repository at:

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

for you to fetch changes up to 86ca9eac31d0d8c4fe61b5726e6d63197bc435a6:

  Bluetooth: Fix rejecting SMP security request in slave role (2013-11-13 11:36:54 -0200)

----------------------------------------------------------------
Johan Hedberg (1):
      Bluetooth: Fix rejecting SMP security request in slave role

Marcel Holtmann (1):
      Bluetooth: Fix issue with RFCOMM getsockopt operation

Seung-Woo Kim (3):
      Bluetooth: Fix RFCOMM bind fail for L2CAP sock
      Bluetooth: Fix to set proper bdaddr_type for RFCOMM connect
      Bluetooth: Fix crash in l2cap_chan_send after l2cap_chan_del

 net/bluetooth/l2cap_core.c  | 3 +++
 net/bluetooth/rfcomm/core.c | 3 +++
 net/bluetooth/rfcomm/sock.c | 6 +++++-
 net/bluetooth/smp.c         | 3 +++
 4 files changed, 14 insertions(+), 1 deletion(-)

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

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

* Re: pull request: bluetooth 2013-11-11
  2013-11-15 15:15   ` Gustavo Padovan
@ 2013-11-15 19:19     ` John W. Linville
  0 siblings, 0 replies; 6+ messages in thread
From: John W. Linville @ 2013-11-15 19:19 UTC (permalink / raw)
  To: Gustavo Padovan, linux-wireless, linux-bluetooth, linux-kernel

On Fri, Nov 15, 2013 at 01:15:54PM -0200, Gustavo Padovan wrote:
> Hi John,
> 
> 2013-11-11 John W. Linville <linville@tuxdriver.com>:
> 
> > On Mon, Nov 11, 2013 at 04:27:38PM -0200, Gustavo Padovan wrote:
> > > Hi John,
> > > 
> > > A few fixes for 3.13. There is 3 fixes to the RFCOMM protocol. One crash fix to
> > > L2CAP. A simple fix to a bad behaviour in the SMP protocol, and last, an
> > > revert, that I sent in the last pull request but doesn't seem to be in your
> > > tree.
> > 
> > Are you looking in the wireless-next tree?  It seems to be there, no?
> 
> Yes, it is there. I'm resending this pull request without it:
> 
> Please pull or let me know of any problems! Thanks
> 
> 	Gustavo
> 
> ---
> 
> The following changes since commit 8ce9beac4661f576ea0d518b9f086bb52a171a37:
> 
>   drivers: net: wireless: b43: Fix possible NULL ptr dereference (2013-10-18 13:41:11 -0400)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth for-upstream
> 
> for you to fetch changes up to 86ca9eac31d0d8c4fe61b5726e6d63197bc435a6:
> 
>   Bluetooth: Fix rejecting SMP security request in slave role (2013-11-13 11:36:54 -0200)

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] 6+ messages in thread

end of thread, other threads:[~2013-11-15 19:30 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-11-11 18:27 pull request: bluetooth 2013-11-11 Gustavo Padovan
2013-11-11 19:05 ` John W. Linville
2013-11-15 15:15   ` Gustavo Padovan
2013-11-15 19:19     ` John W. Linville
2013-11-11 23:17 ` Marcel Holtmann
2013-11-11 23:17   ` Marcel Holtmann

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.