All of lore.kernel.org
 help / color / mirror / Atom feed
* pull request: bluetooth-2.6 2010-10-30
@ 2010-10-30  3:15 Gustavo F. Padovan
  2010-10-30  6:29 ` Luis R. Rodriguez
  2010-11-08 20:57 ` John W. Linville
  0 siblings, 2 replies; 4+ messages in thread
From: Gustavo F. Padovan @ 2010-10-30  3:15 UTC (permalink / raw)
  To: linville; +Cc: linux-bluetooth, linux-wireless

Hi John,

The following batch contains some bugfixes for 2.6.37. A fix for unaligned
access in L2CAP, a Kconfig error, and two fixes related to security of
the Bluetooth links. There is also a one line patch from Matthew Garret,
that enables USB autosuspend for btusb module, which shall be completely
safe. Please pull, thanks.


The following changes since commit c1758012971e0410790b2bc96a77e26d7b286593:

  igb: Fix unused variable warning. (2010-10-27 19:43:55 -0700)

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

Gustavo F. Padovan (1):
      Bluetooth: fix endianness conversion in L2CAP

Johan Hedberg (1):
      Bluetooth: Fix non-SSP auth request for HIGH security level sockets

Luiz Augusto von Dentz (1):
      Bluetooth: fix not setting security level when creating a rfcomm session

Matthew Garrett (1):
      Bluetooth: Enable USB autosuspend by default on btusb

Randy Dunlap (1):
      Bluetooth: fix hidp kconfig dependency warning

steven miao (1):
      bluetooth: fix unaligned access to l2cap conf data

 drivers/bluetooth/btusb.c   |    2 ++
 net/bluetooth/hci_event.c   |    6 ++++++
 net/bluetooth/hidp/Kconfig  |    2 +-
 net/bluetooth/l2cap.c       |    8 ++++----
 net/bluetooth/rfcomm/core.c |   13 ++++++++++---
 5 files changed, 23 insertions(+), 8 deletions(-)

-- 
Gustavo F. Padovan
ProFUSION embedded systems - http://profusion.mobi

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

* Re: pull request: bluetooth-2.6 2010-10-30
  2010-10-30  3:15 pull request: bluetooth-2.6 2010-10-30 Gustavo F. Padovan
@ 2010-10-30  6:29 ` Luis R. Rodriguez
  2010-11-08 20:57 ` John W. Linville
  1 sibling, 0 replies; 4+ messages in thread
From: Luis R. Rodriguez @ 2010-10-30  6:29 UTC (permalink / raw)
  To: Gustavo F. Padovan, Matthew Garrett
  Cc: linville, linux-bluetooth, linux-wireless

On Fri, Oct 29, 2010 at 8:15 PM, Gustavo F. Padovan
<padovan@profusion.mobi> wrote:
> Hi John,
>
> The following batch contains some bugfixes for 2.6.37. A fix for unaligned
> access in L2CAP, a Kconfig error, and two fixes related to security of
> the Bluetooth links. There is also a one line patch from Matthew Garret,
> that enables USB autosuspend for btusb module, which shall be completely
> safe. Please pull, thanks.

> Matthew Garrett (1):
>      Bluetooth: Enable USB autosuspend by default on btusb

BTW, is this the thing that powertop nags about?

  Luis

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

* Re: pull request: bluetooth-2.6 2010-10-30
  2010-10-30  3:15 pull request: bluetooth-2.6 2010-10-30 Gustavo F. Padovan
  2010-10-30  6:29 ` Luis R. Rodriguez
@ 2010-11-08 20:57 ` John W. Linville
  2010-11-08 21:15   ` Gustavo F. Padovan
  1 sibling, 1 reply; 4+ messages in thread
From: John W. Linville @ 2010-11-08 20:57 UTC (permalink / raw)
  To: Gustavo F. Padovan; +Cc: linux-bluetooth, linux-wireless

On Sat, Oct 30, 2010 at 04:15:03AM +0100, Gustavo F. Padovan wrote:
> Hi John,
> 
> The following batch contains some bugfixes for 2.6.37. A fix for unaligned
> access in L2CAP, a Kconfig error, and two fixes related to security of
> the Bluetooth links. There is also a one line patch from Matthew Garret,
> that enables USB autosuspend for btusb module, which shall be completely
> safe. Please pull, thanks.
> 
> 
> The following changes since commit c1758012971e0410790b2bc96a77e26d7b286593:
> 
>   igb: Fix unused variable warning. (2010-10-27 19:43:55 -0700)
> 
> are available in the git repository at:
>   git://git.kernel.org/pub/scm/linux/kernel/git/padovan/bluetooth-2.6.git master

Gustavo,

I'm happy to take your patches.  But if you want me to pull from you
then I need your bluetooth-2.6 tree to be based upon wireless-2.6
(and bluetooth-next-2.6 to be based upon wireless-next-2.6), with only
the bluetooth patches on top.

If that is a problem, then you can send me a stack of patches for
me to apply manually instead.  Otherwise I will get patches I don't
necessarily want pulled into wireless-2.6 and could even accidentally
push patches to davem that he might not want either.

Thanks,

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

* Re: pull request: bluetooth-2.6 2010-10-30
  2010-11-08 20:57 ` John W. Linville
@ 2010-11-08 21:15   ` Gustavo F. Padovan
  0 siblings, 0 replies; 4+ messages in thread
From: Gustavo F. Padovan @ 2010-11-08 21:15 UTC (permalink / raw)
  To: John W. Linville; +Cc: linux-bluetooth, linux-wireless

Hi John,

* John W. Linville <linville@tuxdriver.com> [2010-11-08 15:57:05 -0500]:

> On Sat, Oct 30, 2010 at 04:15:03AM +0100, Gustavo F. Padovan wrote:
> > Hi John,
> > 
> > The following batch contains some bugfixes for 2.6.37. A fix for unaligned
> > access in L2CAP, a Kconfig error, and two fixes related to security of
> > the Bluetooth links. There is also a one line patch from Matthew Garret,
> > that enables USB autosuspend for btusb module, which shall be completely
> > safe. Please pull, thanks.
> > 
> > 
> > The following changes since commit c1758012971e0410790b2bc96a77e26d7b286593:
> > 
> >   igb: Fix unused variable warning. (2010-10-27 19:43:55 -0700)
> > 
> > are available in the git repository at:
> >   git://git.kernel.org/pub/scm/linux/kernel/git/padovan/bluetooth-2.6.git master
> 
> Gustavo,
> 
> I'm happy to take your patches.  But if you want me to pull from you
> then I need your bluetooth-2.6 tree to be based upon wireless-2.6
> (and bluetooth-next-2.6 to be based upon wireless-next-2.6), with only
> the bluetooth patches on top.
> 
> If that is a problem, then you can send me a stack of patches for
> me to apply manually instead.  Otherwise I will get patches I don't
> necessarily want pulled into wireless-2.6 and could even accidentally
> push patches to davem that he might not want either.

No problem to me, sure I can rebase on top of your trees. I'll re-base my
trees and resend the pull request to you.

-- 
Gustavo F. Padovan
ProFUSION embedded systems - http://profusion.mobi

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

end of thread, other threads:[~2010-11-08 21:15 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-10-30  3:15 pull request: bluetooth-2.6 2010-10-30 Gustavo F. Padovan
2010-10-30  6:29 ` Luis R. Rodriguez
2010-11-08 20:57 ` John W. Linville
2010-11-08 21:15   ` Gustavo F. Padovan

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.