mbox series

pull request: bluetooth 2024-07-26

Message ID 20240726150502.3300832-1-luiz.dentz@gmail.com
State New
Headers show
Series pull request: bluetooth 2024-07-26 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git tags/for-net-2024-07-26

Message

Luiz Augusto von Dentz July 26, 2024, 3:05 p.m. UTC
The following changes since commit 225990c487c1023e7b3aa89beb6a68011fbc0461:

  net: phy: realtek: add support for RTL8366S Gigabit PHY (2024-07-26 14:29:06 +0100)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git tags/for-net-2024-07-26

for you to fetch changes up to df3d6a3e01fd82cb74b6bb309f7be71e728a3448:

  Bluetooth: hci_event: Fix setting DISCOVERY_FINDING for passive scanning (2024-07-26 10:57:09 -0400)

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

 - btmtk: Fix kernel crash when entering btmtk_usb_suspend
 - btmtk: Fix btmtk.c undefined reference build error
 - btintel: Fail setup on error
 - hci_sync: Fix suspending with wrong filter policy
 - hci_event: Fix setting DISCOVERY_FINDING for passive scanning

----------------------------------------------------------------
Arnd Bergmann (2):
      Bluetooth: btmtk: Fix btmtk.c undefined reference build error harder
      Bluetooth: btmtk: remove #ifdef around declarations

Chris Lu (2):
      Bluetooth: btmtk: Fix kernel crash when entering btmtk_usb_suspend
      Bluetooth: btmtk: Fix btmtk.c undefined reference build error

Kiran K (1):
      Bluetooth: btintel: Fail setup on error

Luiz Augusto von Dentz (2):
      Bluetooth: hci_sync: Fix suspending with wrong filter policy
      Bluetooth: hci_event: Fix setting DISCOVERY_FINDING for passive scanning

 drivers/bluetooth/Kconfig   |  2 ++
 drivers/bluetooth/btintel.c |  3 +++
 drivers/bluetooth/btmtk.c   |  5 ++++-
 net/bluetooth/hci_core.c    |  7 -------
 net/bluetooth/hci_event.c   |  5 +++--
 net/bluetooth/hci_sync.c    | 21 +++++++++++++++++++++
 6 files changed, 33 insertions(+), 10 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org July 27, 2024, 1:40 a.m. UTC | #1
Hello:

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

On Fri, 26 Jul 2024 11:05:02 -0400 you wrote:
> The following changes since commit 225990c487c1023e7b3aa89beb6a68011fbc0461:
> 
>   net: phy: realtek: add support for RTL8366S Gigabit PHY (2024-07-26 14:29:06 +0100)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git tags/for-net-2024-07-26
> 
> [...]

Here is the summary with links:
  - pull request: bluetooth 2024-07-26
    https://git.kernel.org/netdev/net/c/301927d2d2eb

You are awesome, thank you!