2014-09-14 04:19:30

by Johan Hedberg

[permalink] [raw]
Subject: pull request: bluetooth-next 2014-09-14

Hi John,

Here are some more patches intended for 3.18. Most of them are cleanups
or fixes for SMP. The only exception is a fix for BR/EDR L2CAP fixed
channels which should now work better together with the L2CAP
information request procedure.

Let me know if there are any issues pulling. Thanks.

Johan

---
The following changes since commit 39e90c77637b3892a39f2908aea57539e961c50e:

Bluetooth: 6lowpan: Route packets that are not meant to peer via correct device (2014-09-09 15:51:47 +0200)

are available in the git repository at:

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

for you to fetch changes up to 9a783a139c32a905825ee0aa9597f485ea461f76:

Bluetooth: Fix re-setting RPA as expired when deferring update (2014-09-12 18:34:25 +0200)

----------------------------------------------------------------
Johan Hedberg (10):
Bluetooth: Fix allowing SMP Signing info PDU
Bluetooth: Remove unnecessary early initialization of variable
Bluetooth: Fix ignoring unknown SMP authentication requirement bits
Bluetooth: Centralize disallowing SMP commands to a single place
Bluetooth: Fix SMP security level when we have no IO capabilities
Bluetooth: Add smp_ltk_sec_level() helper function
Bluetooth: Fix L2CAP information request handling for fixed channels
Bluetooth: Avoid hard-coded IO capability values in SMP
Bluetooth: Expire RPA if encryption fails
Bluetooth: Fix re-setting RPA as expired when deferring update

net/bluetooth/hci_core.c | 1 +
net/bluetooth/hci_event.c | 11 +++++---
net/bluetooth/l2cap_core.c | 53 ++++++++++++++++++++++++---------------
net/bluetooth/smp.c | 57 +++++++++++++++++++-----------------------
net/bluetooth/smp.h | 8 ++++++
5 files changed, 75 insertions(+), 55 deletions(-)


Attachments:
(No filename) (1.80 kB)
(No filename) (819.00 B)
Download all attachments

2014-09-15 19:00:11

by John W. Linville

[permalink] [raw]
Subject: Re: pull request: bluetooth-next 2014-09-14

On Sun, Sep 14, 2014 at 07:24:27AM +0300, Johan Hedberg wrote:
> Hi John,
>
> On Sun, Sep 14, 2014, Johan Hedberg wrote:
> > Here are some more patches intended for 3.18. Most of them are cleanups
> > or fixes for SMP. The only exception is a fix for BR/EDR L2CAP fixed
> > channels which should now work better together with the L2CAP
> > information request procedure.
> >
> > Let me know if there are any issues pulling. Thanks.
> >
> > Johan
> >
> > ---
> > The following changes since commit 39e90c77637b3892a39f2908aea57539e961c50e:
> >
> > Bluetooth: 6lowpan: Route packets that are not meant to peer via correct device (2014-09-09 15:51:47 +0200)
> >
> > are available in the git repository at:
> >
> > git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git master
>
> This was supposed to be a reference to the for-upstream branch instead
> of master. Both point to the same commit at this moment but it'd be more
> convenient if you pull from for-upstream so that the master branch can
> continue living on without waiting for the pull to happen. Sorry for the
> extra hassle.
>
> Johan

Pulling now...

--
John W. Linville Someday the world will need a hero, and you
[email protected] might be all we have. Be ready.

2014-09-14 04:24:37

by Johan Hedberg

[permalink] [raw]
Subject: Re: pull request: bluetooth-next 2014-09-14

Hi John,

On Sun, Sep 14, 2014, Johan Hedberg wrote:
> Here are some more patches intended for 3.18. Most of them are cleanups
> or fixes for SMP. The only exception is a fix for BR/EDR L2CAP fixed
> channels which should now work better together with the L2CAP
> information request procedure.
>
> Let me know if there are any issues pulling. Thanks.
>
> Johan
>
> ---
> The following changes since commit 39e90c77637b3892a39f2908aea57539e961c50e:
>
> Bluetooth: 6lowpan: Route packets that are not meant to peer via correct device (2014-09-09 15:51:47 +0200)
>
> are available in the git repository at:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git master

This was supposed to be a reference to the for-upstream branch instead
of master. Both point to the same commit at this moment but it'd be more
convenient if you pull from for-upstream so that the master branch can
continue living on without waiting for the pull to happen. Sorry for the
extra hassle.

Johan


Attachments:
(No filename) (0.99 kB)
(No filename) (819.00 B)
Download all attachments