Hi!
This is the start of the stable review cycle for the 6.1.119 release. There are 73 patches in this series, all will be posted as a response to this one. If anyone has any issues with these being applied, please let me know.
Lukas Bulwahn lukas.bulwahn@gmail.com Bluetooth: hci_event: Remove code to removed CONFIG_BT_HS
I don't think we should have this in 6.1, we still have BT_HS supported in 6.1, for example.
IMO this should be reverted.
arch/loongarch/configs/loongson3_defconfig:CONFIG_BT_HS=y net/bluetooth/Kconfig:config BT_HS net/bluetooth/Makefile:bluetooth-$(CONFIG_BT_HS) += a2mp.o amp.o net/bluetooth/a2mp.h:#if IS_ENABLED(CONFIG_BT_HS) net/bluetooth/amp.h:#if IS_ENABLED(CONFIG_BT_HS) net/bluetooth/mgmt.c: if (IS_ENABLED(CONFIG_BT_HS)) net/bluetooth/mgmt.c: if (!IS_ENABLED(CONFIG_BT_HS))
Best regards, Pavel