netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* pull request: bluetooth 2021-06-14
@ 2021-06-14 20:43 Luiz Augusto von Dentz
  2021-06-14 21:10 ` patchwork-bot+netdevbpf
  0 siblings, 1 reply; 4+ messages in thread
From: Luiz Augusto von Dentz @ 2021-06-14 20:43 UTC (permalink / raw)
  To: davem, kuba; +Cc: linux-bluetooth, netdev

The following changes since commit ad9d24c9429e2159d1e279dc3a83191ccb4daf1d:

  net: qrtr: fix OOB Read in qrtr_endpoint_post (2021-06-14 13:01:26 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git tags/for-net-2021-06-14

for you to fetch changes up to 995fca15b73ff8f92888cc2d5d95f17ffdac74ba:

  Bluetooth: SMP: Fix crash when receiving new connection when debug is enabled (2021-06-14 22:16:27 +0200)

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

 - Fix crash on SMP when debug is enabled

----------------------------------------------------------------
Luiz Augusto von Dentz (1):
      Bluetooth: SMP: Fix crash when receiving new connection when debug is enabled

 net/bluetooth/smp.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

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

* Re: pull request: bluetooth 2021-06-14
  2021-06-14 20:43 pull request: bluetooth 2021-06-14 Luiz Augusto von Dentz
@ 2021-06-14 21:10 ` patchwork-bot+netdevbpf
  0 siblings, 0 replies; 4+ messages in thread
From: patchwork-bot+netdevbpf @ 2021-06-14 21:10 UTC (permalink / raw)
  To: Luiz Augusto von Dentz; +Cc: davem, kuba, linux-bluetooth, netdev

Hello:

This pull request was applied to netdev/net.git (refs/heads/master):

On Mon, 14 Jun 2021 13:43:11 -0700 you wrote:
> The following changes since commit ad9d24c9429e2159d1e279dc3a83191ccb4daf1d:
> 
>   net: qrtr: fix OOB Read in qrtr_endpoint_post (2021-06-14 13:01:26 -0700)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git tags/for-net-2021-06-14
> 
> [...]

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

You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



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

* Re: pull request: bluetooth 2021-06-14
  2022-02-24 21:08 Luiz Augusto von Dentz
@ 2022-02-25  2:30 ` patchwork-bot+netdevbpf
  0 siblings, 0 replies; 4+ messages in thread
From: patchwork-bot+netdevbpf @ 2022-02-25  2:30 UTC (permalink / raw)
  To: Luiz Augusto von Dentz; +Cc: davem, kuba, linux-bluetooth, netdev

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!
-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



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

* pull request: bluetooth 2021-06-14
@ 2022-02-24 21:08 Luiz Augusto von Dentz
  2022-02-25  2:30 ` patchwork-bot+netdevbpf
  0 siblings, 1 reply; 4+ messages in thread
From: Luiz Augusto von Dentz @ 2022-02-24 21:08 UTC (permalink / raw)
  To: davem, kuba; +Cc: linux-bluetooth, netdev

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

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

end of thread, other threads:[~2022-02-25  2:30 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-14 20:43 pull request: bluetooth 2021-06-14 Luiz Augusto von Dentz
2021-06-14 21:10 ` patchwork-bot+netdevbpf
2022-02-24 21:08 Luiz Augusto von Dentz
2022-02-25  2:30 ` patchwork-bot+netdevbpf

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