mbox series

pull request: bluetooth 2021-06-14

Message ID 20220224210838.197787-1-luiz.dentz@gmail.com (mailing list archive)
State Accepted
Commit 8a7271000b915bd6301866699c54c1e11885bc84
Headers show
Series pull request: bluetooth 2021-06-14 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git tags/for-net-2022-02-24

Message

Luiz Augusto von Dentz Feb. 24, 2022, 9:08 p.m. UTC
The following changes since commit 42404d8f1c01861b22ccfa1d70f950242720ae57:

  net: mv643xx_eth: process retval from of_get_mac_address (2022-02-24 10:05:08 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git tags/for-net-2022-02-24

for you to fetch changes up to a56a1138cbd85e4d565356199d60e1cb94e5a77a:

  Bluetooth: hci_sync: Fix not using conn_timeout (2022-02-24 21:34:28 +0100)

----------------------------------------------------------------
bluetooth pull request for net:

 - Fix regression with RFCOMM
 - Fix regression with LE devices using Privacy (RPA)
 - Fix regression with LE devices not waiting proper timeout to
   establish connections
 - Fix race in smp

----------------------------------------------------------------
Lin Ma (1):
      Bluetooth: fix data races in smp_unregister(), smp_del_chan()

Luiz Augusto von Dentz (4):
      Bluetooth: hci_core: Fix leaking sent_cmd skb
      Bluetooth: Fix bt_skb_sendmmsg not allocating partial chunks
      Bluetooth: hci_sync: Fix hci_update_accept_list_sync
      Bluetooth: hci_sync: Fix not using conn_timeout

Wang Qing (1):
      Bluetooth: assign len after null check

 include/net/bluetooth/bluetooth.h |  3 +--
 include/net/bluetooth/hci_core.h  |  8 ++++++++
 net/bluetooth/hci_core.c          |  1 +
 net/bluetooth/hci_sync.c          | 30 +++++++++++++++++++++---------
 net/bluetooth/mgmt_util.c         |  3 ++-
 5 files changed, 33 insertions(+), 12 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org Feb. 25, 2022, 2:30 a.m. UTC | #1
Hello:

This pull request was applied to netdev/net.git (master)
by Jakub Kicinski <kuba@kernel.org>:

On Thu, 24 Feb 2022 13:08:38 -0800 you wrote:
> The following changes since commit 42404d8f1c01861b22ccfa1d70f950242720ae57:
> 
>   net: mv643xx_eth: process retval from of_get_mac_address (2022-02-24 10:05:08 -0800)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git tags/for-net-2022-02-24
> 
> [...]

Here is the summary with links:
  - pull request: bluetooth 2021-06-14
    https://git.kernel.org/netdev/net/c/8a7271000b91

You are awesome, thank you!