netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* pull request: bluetooth-next 2022-03-18
@ 2022-03-18 22:47 Luiz Augusto von Dentz
  2022-03-19  0:30 ` patchwork-bot+netdevbpf
  2022-03-19  6:10 ` patchwork-bot+bluetooth
  0 siblings, 2 replies; 3+ messages in thread
From: Luiz Augusto von Dentz @ 2022-03-18 22:47 UTC (permalink / raw)
  To: davem, kuba; +Cc: linux-bluetooth, netdev

The following changes since commit e89600ebeeb14d18c0b062837a84196f72542830:

  af_vsock: SOCK_SEQPACKET broken buffer test (2022-03-18 15:13:19 +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-18

for you to fetch changes up to 726c0eb7cb15be3e5fe9a9f1c8aad12c5cbe4675:

  Bluetooth: ath3k: remove superfluous header files (2022-03-18 17:12:09 +0100)

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

 - Add support for Asus TF103C
 - Add support for Realtek RTL8852B
 - Add support for Realtek RTL8723BE
 - Add WBS support to mt7921s

----------------------------------------------------------------
Christophe JAILLET (1):
      Bluetooth: Don't assign twice the same value

Colin Ian King (1):
      Bluetooth: mgmt: remove redundant assignment to variable cur_len

Dan Carpenter (1):
      Bluetooth: btmtkuart: fix error handling in mtk_hci_wmt_sync()

Gavin Li (1):
      Bluetooth: fix incorrect nonblock bitmask in bt_sock_wait_ready()

Hans de Goede (1):
      Bluetooth: hci_bcm: Add the Asus TF103C to the bcm_broken_irq_dmi_table

Ismael Ferreras Morezuelas (2):
      Bluetooth: hci_sync: Add a new quirk to skip HCI_FLT_CLEAR_ALL
      Bluetooth: btusb: Use quirk to skip HCI_FLT_CLEAR_ALL on fake CSR controllers

Luiz Augusto von Dentz (1):
      Bluetooth: Fix use after free in hci_send_acl

Manish Mandlik (2):
      Bluetooth: msft: Clear tracked devices on resume
      Bluetooth: Send AdvMonitor Dev Found for all matched devices

Max Chou (1):
      Bluetooth: btrtl: Add support for RTL8852B

Mianhan Liu (2):
      Bluetooth: bcm203x: remove superfluous header files
      Bluetooth: ath3k: remove superfluous header files

Niels Dossche (1):
      Bluetooth: call hci_le_conn_failed with hdev lock in hci_le_conn_failed

Pavel Skripkin (1):
      Bluetooth: hci_uart: add missing NULL check in h5_enqueue

Sean Wang (3):
      Bluetooth: btmtkuart: rely on BT_MTK module
      Bluetooth: btmtkuart: add .set_bdaddr support
      Bluetooth: btmtkuart: fix the conflict between mtk and msft vendor event

Takashi Iwai (1):
      Bluetooth: btusb: Add missing Chicony device for Realtek RTL8723BE

Yake Yang (5):
      Bluetooth: btmtksdio: Fix kernel oops in btmtksdio_interrupt
      Bluetooth: mt7921s: Set HCI_QUIRK_VALID_LE_STATES
      Bluetooth: mt7921s: Add .get_data_path_id
      Bluetooth: mt7921s: Add .btmtk_get_codec_config_data
      Bluetooth: mt7921s: Add WBS support

 drivers/bluetooth/Kconfig         |   1 +
 drivers/bluetooth/ath3k.c         |   1 -
 drivers/bluetooth/bcm203x.c       |   1 -
 drivers/bluetooth/btmtk.c         |   1 +
 drivers/bluetooth/btmtk.h         |   1 +
 drivers/bluetooth/btmtksdio.c     |  75 ++++++++++++++-
 drivers/bluetooth/btmtkuart.c     | 198 ++++++--------------------------------
 drivers/bluetooth/btrtl.c         |  13 +++
 drivers/bluetooth/btusb.c         |   7 +-
 drivers/bluetooth/hci_bcm.c       |  44 +++++++--
 drivers/bluetooth/hci_h5.c        |   8 +-
 include/net/bluetooth/bluetooth.h |   2 +-
 include/net/bluetooth/hci.h       |  10 ++
 net/bluetooth/af_bluetooth.c      |   4 +-
 net/bluetooth/hci_conn.c          |   2 +
 net/bluetooth/hci_event.c         |   3 +-
 net/bluetooth/hci_sync.c          |  16 +++
 net/bluetooth/l2cap_core.c        |   1 -
 net/bluetooth/mgmt.c              |  72 +++++++-------
 net/bluetooth/msft.c              |  19 +++-
 20 files changed, 251 insertions(+), 228 deletions(-)

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

* Re: pull request: bluetooth-next 2022-03-18
  2022-03-18 22:47 pull request: bluetooth-next 2022-03-18 Luiz Augusto von Dentz
@ 2022-03-19  0:30 ` patchwork-bot+netdevbpf
  2022-03-19  6:10 ` patchwork-bot+bluetooth
  1 sibling, 0 replies; 3+ messages in thread
From: patchwork-bot+netdevbpf @ 2022-03-19  0:30 UTC (permalink / raw)
  To: Luiz Augusto von Dentz; +Cc: davem, kuba, linux-bluetooth, netdev

Hello:

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

On Fri, 18 Mar 2022 15:47:52 -0700 you wrote:
> The following changes since commit e89600ebeeb14d18c0b062837a84196f72542830:
> 
>   af_vsock: SOCK_SEQPACKET broken buffer test (2022-03-18 15:13:19 +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-18
> 
> [...]

Here is the summary with links:
  - pull request: bluetooth-next 2022-03-18
    https://git.kernel.org/netdev/net-next/c/53fb430e2070

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] 3+ messages in thread

* Re: pull request: bluetooth-next 2022-03-18
  2022-03-18 22:47 pull request: bluetooth-next 2022-03-18 Luiz Augusto von Dentz
  2022-03-19  0:30 ` patchwork-bot+netdevbpf
@ 2022-03-19  6:10 ` patchwork-bot+bluetooth
  1 sibling, 0 replies; 3+ messages in thread
From: patchwork-bot+bluetooth @ 2022-03-19  6:10 UTC (permalink / raw)
  To: Luiz Augusto von Dentz; +Cc: davem, kuba, linux-bluetooth, netdev

Hello:

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

On Fri, 18 Mar 2022 15:47:52 -0700 you wrote:
> The following changes since commit e89600ebeeb14d18c0b062837a84196f72542830:
> 
>   af_vsock: SOCK_SEQPACKET broken buffer test (2022-03-18 15:13:19 +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-18
> 
> [...]

Here is the summary with links:
  - pull request: bluetooth-next 2022-03-18
    https://git.kernel.org/bluetooth/bluetooth-next/c/53fb430e2070

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] 3+ messages in thread

end of thread, other threads:[~2022-03-19  6:10 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-03-18 22:47 pull request: bluetooth-next 2022-03-18 Luiz Augusto von Dentz
2022-03-19  0:30 ` patchwork-bot+netdevbpf
2022-03-19  6:10 ` patchwork-bot+bluetooth

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