mbox series

pull request: bluetooth-next 2022-03-04

Message ID 20220304193919.649815-1-luiz.dentz@gmail.com (mailing list archive)
State Accepted
Commit 2bc0a832fad341a745786ba158e9a32ab1beced6
Headers show
Series pull request: bluetooth-next 2022-03-04 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git tags/for-net-next-2022-03-04

Message

Luiz Augusto von Dentz March 4, 2022, 7:39 p.m. UTC
The following changes since commit 1039135aedfc5021b4827eb87276d7b4272024ac:

  net: ethernet: sun: Remove redundant code (2022-03-04 13:07:54 +0000)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git tags/for-net-next-2022-03-04

for you to fetch changes up to 6dfbe29f45fb0bde29213dbd754a79e8bfc6ecef:

  Bluetooth: btusb: Add another Realtek 8761BU (2022-03-04 16:58:13 +0100)

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

 - Add new PID/VID (0x13d3/0x3567) for MT7921
 - Add new PID/VID (0x2550/0x8761) for Realtek 8761BU
 - Add support for LG LGSBWAC02 (MT7663BUN)
 - Add support for BCM43430A0 and BCM43430A1
 - Add support for Intel Madison Peak (MsP2)

----------------------------------------------------------------
Changcheng Deng (1):
      Bluetooth: mgmt: Replace zero-length array with flexible-array member

Chih-Ying Chiang (1):
      Bluetooth: mt7921s: support bluetooth reset mechanism

Christophe JAILLET (1):
      Bluetooth: 6lowpan: No need to clear memory twice

Colin Ian King (1):
      Bluetooth: make array bt_uuid_any static const

Helmut Grohne (1):
      Bluetooth: btusb: Add another Realtek 8761BU

Kiran K (1):
      Bluetooth: btusb: Add support for Intel Madison Peak (MsP2) device

Luca Weiss (1):
      Bluetooth: hci_bcm: add BCM43430A0 & BCM43430A1

Luiz Augusto von Dentz (2):
      Bluetooth: Fix not checking for valid hdev on bt_dev_{info,warn,err,dbg}
      Bluetooth: btusb: Make use of of BIT macro to declare flags

Minghao Chi (1):
      Bluetooth: mgmt: Remove unneeded variable

Minghao Chi (CGEL ZTE) (1):
      Bluetooth: use memset avoid memory leaks

Niels Dossche (2):
      Bluetooth: hci_event: Add missing locking on hdev in hci_le_ext_adv_term_evt
      Bluetooth: move adv_instance_cnt read within the device lock

Piotr Dymacz (1):
      Bluetooth: btusb: add support for LG LGSBWAC02 (MT7663BUN)

Radoslaw Biernacki (2):
      Bluetooth: Fix skb allocation in mgmt_remote_name() & mgmt_device_connected()
      Bluetooth: Improve skb handling in mgmt_device_connected()

Sean Wang (1):
      Bluetooth: mediatek: fix the conflict between mtk and msft vendor event

Tom Rix (1):
      Bluetooth: hci_sync: fix undefined return of hci_disconnect_all_sync()

Yake Yang (2):
      Bluetooth: btusb: Add a new PID/VID 13d3/3567 for MT7921
      Bluetooth: btmtksdio: Fix kernel oops when sdio suspend.

Zijun Hu (1):
      Bluetooth: btusb: Improve stability for QCA devices

 drivers/bluetooth/btmtk.h         |   7 +++
 drivers/bluetooth/btmtksdio.c     | 126 ++++++++++++++++++++++++++++++++++----
 drivers/bluetooth/btusb.c         |  81 +++++++++++++-----------
 drivers/bluetooth/hci_bcm.c       |   2 +
 include/net/bluetooth/bluetooth.h |  14 +++--
 include/net/bluetooth/mgmt.h      |   2 +-
 net/bluetooth/6lowpan.c           |   1 -
 net/bluetooth/eir.h               |  20 ++++++
 net/bluetooth/hci_event.c         |  19 +++---
 net/bluetooth/hci_sync.c          |   2 +-
 net/bluetooth/l2cap_core.c        |   1 +
 net/bluetooth/mgmt.c              |  58 ++++++++----------
 12 files changed, 237 insertions(+), 96 deletions(-)

Comments

Jakub Kicinski March 5, 2022, 3:46 a.m. UTC | #1
On Fri,  4 Mar 2022 11:39:19 -0800 Luiz Augusto von Dentz wrote:
> bluetooth-next pull request for net-next:
> 
>  - Add new PID/VID (0x13d3/0x3567) for MT7921
>  - Add new PID/VID (0x2550/0x8761) for Realtek 8761BU
>  - Add support for LG LGSBWAC02 (MT7663BUN)
>  - Add support for BCM43430A0 and BCM43430A1
>  - Add support for Intel Madison Peak (MsP2)

The missing sign-offs are back. I don't think our attempts to fix that
last time did much good, so let me pull, but please be vigilant.

The checker script is here FWIW:
https://raw.githubusercontent.com/gregkh/gregkh-linux/master/work/verify_signedoff.sh
patchwork-bot+netdevbpf@kernel.org March 5, 2022, 4 a.m. UTC | #2
Hello:

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

On Fri,  4 Mar 2022 11:39:19 -0800 you wrote:
> The following changes since commit 1039135aedfc5021b4827eb87276d7b4272024ac:
> 
>   net: ethernet: sun: Remove redundant code (2022-03-04 13:07:54 +0000)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git tags/for-net-next-2022-03-04
> 
> [...]

Here is the summary with links:
  - pull request: bluetooth-next 2022-03-04
    https://git.kernel.org/netdev/net-next/c/2bc0a832fad3

You are awesome, thank you!