The following changes since commit e931a173a685fe213127ae5aa6b7f2196c1d875d: Merge branch 'vmxnet3-fixes' (2022-12-02 10:30:07 +0000) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git tags/for-net-2022-12-02 for you to fetch changes up to b5ca338751ad4783ec8d37b5d99c3e37b7813e59: Bluetooth: Fix crash when replugging CSR fake controllers (2022-12-02 13:22:56 -0800) ---------------------------------------------------------------- bluetooth pull request for net: - Fix regressions with CSR controller clones - Fix support for Read Local Supported Codecs V2 - Fix overflow on L2CAP code - Fix missing hci_dev_put on ISO and L2CAP code ---------------------------------------------------------------- Chen Zhongjin (1): Bluetooth: Fix not cleanup led when bt_init fails Chethan T N (2): Bluetooth: Remove codec id field in vendor codec definition Bluetooth: Fix support for Read Local Supported Codecs V2 Ismael Ferreras Morezuelas (2): Bluetooth: btusb: Fix CSR clones again by re-adding ERR_DATA_REPORTING quirk Bluetooth: btusb: Add debug message for CSR controllers Luiz Augusto von Dentz (1): Bluetooth: Fix crash when replugging CSR fake controllers Mateusz Jończyk (1): Bluetooth: silence a dmesg error message in hci_request.c Sungwoo Kim (1): Bluetooth: L2CAP: Fix u8 overflow Wang ShaoBo (2): Bluetooth: 6LoWPAN: add missing hci_dev_put() in get_l2cap_conn() Bluetooth: hci_conn: add missing hci_dev_put() in iso_listen_bis() drivers/bluetooth/btusb.c | 6 ++++++ include/net/bluetooth/hci.h | 12 +++++++++++- net/bluetooth/6lowpan.c | 1 + net/bluetooth/af_bluetooth.c | 4 +++- net/bluetooth/hci_codec.c | 19 ++++++++++--------- net/bluetooth/hci_core.c | 8 ++++++-- net/bluetooth/hci_request.c | 2 +- net/bluetooth/hci_sync.c | 19 +++++++++++++------ net/bluetooth/iso.c | 1 + net/bluetooth/l2cap_core.c | 3 ++- 10 files changed, 54 insertions(+), 21 deletions(-)