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