mbox series

pull-request: bluetooth 2023-10-13

Message ID 20231014031336.1664558-1-luiz.dentz@gmail.com (mailing list archive)
State Accepted
Commit 2b10740ce74abaea31c2cad4ff8e180549c4544b
Headers show
Series pull-request: bluetooth 2023-10-13 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git tags/for-net-2023-10-13

Message

Luiz Augusto von Dentz Oct. 14, 2023, 3:13 a.m. UTC
The following changes since commit a950a5921db450c74212327f69950ff03419483a:

  net/smc: Fix pos miscalculation in statistics (2023-10-11 10:36:35 +0100)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git tags/for-net-2023-10-13

for you to fetch changes up to cb3871b1cd135a6662b732fbc6b3db4afcdb4a64:

  Bluetooth: hci_sock: Correctly bounds check and pad HCI_MON_NEW_INDEX name (2023-10-13 20:06:33 -0700)

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

 - Fix race when opening vhci device
 - Avoid memcmp() out of bounds warning
 - Correctly bounds check and pad HCI_MON_NEW_INDEX name
 - Fix using memcmp when comparing keys
 - Ignore error return for hci_devcd_register() in btrtl
 - Always check if connection is alive before deleting
 - Fix a refcnt underflow problem for hci_conn

----------------------------------------------------------------
Arkadiusz Bokowy (1):
      Bluetooth: vhci: Fix race when opening vhci device

Arnd Bergmann (1):
      Bluetooth: avoid memcmp() out of bounds warning

Edward AD (1):
      Bluetooth: hci_sock: fix slab oob read in create_monitor_event

Iulia Tanasescu (1):
      Bluetooth: ISO: Fix invalid context error

Kees Cook (1):
      Bluetooth: hci_sock: Correctly bounds check and pad HCI_MON_NEW_INDEX name

Lee, Chun-Yi (2):
      Bluetooth: hci_event: Ignore NULL link key
      Bluetooth: Reject connection with the device which has same BD_ADDR

Luiz Augusto von Dentz (2):
      Bluetooth: hci_event: Fix using memcmp when comparing keys
      Bluetooth: hci_event: Fix coding style

Max Chou (1):
      Bluetooth: btrtl: Ignore error return for hci_devcd_register()

Pauli Virtanen (1):
      Bluetooth: hci_sync: always check if connection is alive before deleting

Ziyang Xuan (1):
      Bluetooth: Fix a refcnt underflow problem for hci_conn

 drivers/bluetooth/btrtl.c       | 10 +++-------
 drivers/bluetooth/hci_vhci.c    |  3 +++
 include/net/bluetooth/hci_mon.h |  2 +-
 net/bluetooth/hci_conn.c        |  9 +++++++++
 net/bluetooth/hci_event.c       | 48 +++++++++++++++++++++++++++++++++++++++---------
 net/bluetooth/hci_sock.c        |  3 ++-
 net/bluetooth/hci_sync.c        | 26 ++++++++++++--------------
 7 files changed, 69 insertions(+), 32 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org Oct. 17, 2023, 1:10 a.m. UTC | #1
Hello:

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

On Fri, 13 Oct 2023 20:13:36 -0700 you wrote:
> The following changes since commit a950a5921db450c74212327f69950ff03419483a:
> 
>   net/smc: Fix pos miscalculation in statistics (2023-10-11 10:36:35 +0100)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git tags/for-net-2023-10-13
> 
> [...]

Here is the summary with links:
  - pull-request: bluetooth 2023-10-13
    https://git.kernel.org/netdev/net/c/2b10740ce74a

You are awesome, thank you!
patchwork-bot+bluetooth@kernel.org Oct. 23, 2023, 6:22 p.m. UTC | #2
Hello:

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

On Fri, 13 Oct 2023 20:13:36 -0700 you wrote:
> The following changes since commit a950a5921db450c74212327f69950ff03419483a:
> 
>   net/smc: Fix pos miscalculation in statistics (2023-10-11 10:36:35 +0100)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git tags/for-net-2023-10-13
> 
> [...]

Here is the summary with links:
  - pull-request: bluetooth 2023-10-13
    https://git.kernel.org/bluetooth/bluetooth-next/c/2b10740ce74a

You are awesome, thank you!