linux-bluetooth.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-04-22 17:06:06 to 2023-05-04 19:50:41 UTC [more...]

[PATCH AUTOSEL 6.2 44/53] Bluetooth: btusb: Add new PID/VID 04ca:3801 for MT7663
 2023-05-04 19:44 UTC  (6+ messages)
` [PATCH AUTOSEL 6.2 45/53] Bluetooth: Add new quirk for broken local ext features page 2
` [PATCH AUTOSEL 6.2 46/53] Bluetooth: btrtl: add support for the RTL8723CS
` [PATCH AUTOSEL 6.2 47/53] Bluetooth: Improve support for Actions Semi ATS2851 based devices
` [PATCH AUTOSEL 6.2 49/53] Bluetooth: btintel: Add LE States quirk support
` [PATCH AUTOSEL 6.2 50/53] Bluetooth: hci_bcm: Fall back to getting bdaddr from EFI if not set

[PATCH AUTOSEL 6.3 50/59] Bluetooth: btusb: Add new PID/VID 04ca:3801 for MT7663
 2023-05-04 19:41 UTC  (9+ messages)
` [PATCH AUTOSEL 6.3 51/59] Bluetooth: Add new quirk for broken local ext features page 2
` [PATCH AUTOSEL 6.3 53/59] Bluetooth: Improve support for Actions Semi ATS2851 based devices
` [PATCH AUTOSEL 6.3 54/59] Bluetooth: btrtl: check for NULL in btrtl_set_quirks()
` [PATCH AUTOSEL 6.3 55/59] Bluetooth: btintel: Add LE States quirk support
` [PATCH AUTOSEL 6.3 56/59] Bluetooth: hci_bcm: Fall back to getting bdaddr from EFI if not set
` [PATCH AUTOSEL 6.3 57/59] Bluetooth: Add new quirk for broken set random RPA timeout for ATS2851
` [PATCH AUTOSEL 6.3 58/59] Bluetooth: L2CAP: fix "bad unlock balance" in l2cap_disconnect_rsp
` [PATCH AUTOSEL 6.3 59/59] Bluetooth: btrtl: Add the support for RTL8851B

[PATCH BlueZ] tools/test-runner: add option to start Pipewire inside the VM
 2023-05-04 19:09 UTC  (4+ messages)

[PATCH 0/2] Bluetooth: fix debugfs registration
 2023-05-04  8:26 UTC  (8+ messages)
` [PATCH 1/2] "
  `  "
` [PATCH 2/2] Bluetooth: hci_qca: "

[bluetooth-next:master] BUILD SUCCESS e6e576ec4e728b201a801374b0cec649a4473908
 2023-05-04  6:22 UTC 

[PATCH v3 1/4] Bluetooth: Fix potential double free caused by hci_conn_unlink
 2023-05-03 17:30 UTC  (7+ messages)
` [PATCH v3 2/4] Bluetooth: Refcnt drop must be placed last in hci_conn_unlink
` [PATCH v3 3/4] Bluetooth: Fix UAF in hci_conn_hash_flush again
` [PATCH v3 4/4] Bluetooth: Unlink CISes when LE disconnects in hci_conn_del
` [v3,1/4] Bluetooth: Fix potential double free caused by hci_conn_unlink

[PATCH v4 1/4] Bluetooth: Fix potential double free caused by hci_conn_unlink
 2023-05-03 17:30 UTC  (6+ messages)
` [PATCH v4 2/4] Bluetooth: Refcnt drop must be placed last in hci_conn_unlink
` [PATCH v4 3/4] Bluetooth: Fix UAF in hci_conn_hash_flush again
` [PATCH v4 4/4] Bluetooth: Unlink CISes when LE disconnects in hci_conn_del
` [v4,1/4] Bluetooth: Fix potential double free caused by hci_conn_unlink

[PATCH v3 0/6] Bluetooth: Fix potential double free caused by hci_conn_unlink
 2023-05-03 13:15 UTC  (11+ messages)
` [PATCH v3 1/6] "
  `  "
` [PATCH v3 2/6] Bluetooth: Refcnt drop must be placed last in hci_conn_unlink
` [PATCH v3 3/6] Bluetooth: Fix UAF in hci_conn_hash_flush again
` [PATCH v3 4/6] Bluetooth: Perform hci_conn_drop in hci_conn_unlink
` [PATCH v3 5/6] Bluetooth: Unlink CISes when LE disconnects in hci_conn_del
` [PATCH v3 6/6] Bluetooth: Avoid recursion in hci_conn_unlink

[Bug 217396] New: Transferring of VCF file fails
 2023-05-03 12:30 UTC 

[PATCH v5 1/3] Bluetooth: btusb: mediatek: use readx_poll_timeout instead of open coding
 2023-05-03  9:42 UTC  (5+ messages)
` [PATCH v5 2/3] Bluetooth: btmtk: introduce btmtk reset work
` [PATCH v5 3/3] Bluetooth: btusb: mediatek: add MediaTek devcoredump support
` [v5,1/3] Bluetooth: btusb: mediatek: use readx_poll_timeout instead of open coding

[PATCH 0/2] Bluetooth: fix bdaddr quirks
 2023-05-03  7:55 UTC  (6+ messages)
` [PATCH 1/2] Bluetooth: fix invalid-bdaddr quirk for non-persistent setup
  ` Bluetooth: fix bdaddr quirks
` [PATCH 2/2] Bluetooth: fix use-bdaddr-property quirk

[PATCH v3] Bluetooth: btusb: Don't suspend when there are connections
 2023-05-02 22:56 UTC  (2+ messages)
` [v3] "

[PATCH v2 1/4] Bluetooth: Fix potential double free caused by hci_conn_unlink
 2023-05-02 21:02 UTC  (5+ messages)
` [PATCH v2 2/4] Bluetooth: Refcnt drop must be placed last in hci_conn_unlink
` [PATCH v2 3/4] Bluetooth: Fix UAF in hci_conn_hash_flush again
` [PATCH v2 4/4] Bluetooth: Unlink CISes when LE disconnects in hci_conn_del
` [v2,1/4] Bluetooth: Fix potential double free caused by hci_conn_unlink

[bluez/bluez] f9376b: client/player: Add support for Metadata in BAP Pro
 2023-05-02 16:40 UTC 

[BlueZ PATCH v3 1/4] client/player: Add support for Metadata in BAP Profile
 2023-05-02 16:40 UTC  (6+ messages)
` [BlueZ PATCH v3 2/4] client/player: Fix crash when RegisterEndpoint fails
` [BlueZ PATCH v3 3/4] shared/shell: Fix not releasing prompt
` [BlueZ PATCH v3 4/4] shared/shell: Fix smatch warning
` [BlueZ,v3,1/4] client/player: Add support for Metadata in BAP Profile

[PATCH v2] Bluetooth: Fix potential double free caused by hci_conn_unlink
 2023-05-02 14:10 UTC  (3+ messages)
` [v2] "

[PATCH] Bluetooth: Fix UAF in hci_conn_hash_flush again
 2023-05-02 13:42 UTC  (5+ messages)
`  "

[syzbot] [bluetooth?] KASAN: slab-use-after-free Read in hci_conn_del
 2023-05-02  6:16 UTC 

[PATCH v2 1/2] Bluetooth: hci_qca: Add qcomm devcoredump sysfs support
 2023-05-02  4:57 UTC  (2+ messages)
` [v2,1/2] "

[PATCH v2 2/2] Bluetooth: hci_qca: Add qcomm devcoredump support
 2023-05-02  4:23 UTC 

[BlueZ PATCH v2 1/3] client/player: Add support for Metadata in BAP Profile
 2023-05-01 21:50 UTC  (4+ messages)
` [BlueZ PATCH v2 2/3] client/player: Fix crash when RegisterEndpoint fails
` [BlueZ PATCH v2 3/3] shared/shell: Fix not releasing prompt
` [BlueZ,v2,1/3] client/player: Add support for Metadata in BAP Profile

[syzbot] [bluetooth?] KASAN: slab-use-after-free Read in hci_conn_hash_flush
 2023-05-01 13:59 UTC  (2+ messages)

[PATCH RFC 0/4] Add WCN3988 Bluetooth support for Fairphone 4
 2023-05-01 13:11 UTC  (9+ messages)
` [PATCH RFC 1/4] dt-bindings: net: qualcomm: Add WCN3988
` [PATCH RFC 2/4] Bluetooth: btqca: Add WCN3988 support
` [PATCH RFC 3/4] arm64: dts: qcom: sm6350: add uart1 node

[PATCH v1 1/2] Bluetooth: hci_qca: Add qcomm devcoredump sysfs support
 2023-05-01 12:39 UTC  (2+ messages)
` [v1,1/2] "

[PATCH v1 2/2] Bluetooth: hci_qca: Add qcomm devcoredump support
 2023-05-01 12:03 UTC 

[BUG][RESEND] Bluetooth: L2CAP: possible data race in __sco_sock_close()
 2023-05-01  9:51 UTC  (2+ messages)

[Bug 215167] Bluetooth: hci0: command 0xfc05 tx timeout
 2023-05-01  9:02 UTC  (2+ messages)

[PATCH] Bluetooth: Fix potential double free caused by hci_conn_unlink
 2023-04-30 17:37 UTC  (2+ messages)
`  "

[Bug 216936] New: [REGRESSION] The first attempt to upload firmware for Intel Bluetooth fails
 2023-04-30  8:44 UTC  (3+ messages)
` [Bug 216936] First attempt to upload firmware for Intel Bluetooth fails (a timing issue?)

[syzbot] Monthly bluetooth report (Apr 2023)
 2023-04-30  8:00 UTC 

[syzbot] [bluetooth?] WARNING: bad unlock balance in l2cap_disconnect_rsp
 2023-04-30  7:52 UTC  (2+ messages)

[linux-next:master] BUILD REGRESSION 92e815cf07ed24ee1c51b122f24ffcf2964b4b13
 2023-04-29  9:49 UTC 

[PATCH BlueZ] client/player: Add support for Metadata in BAP Profile
 2023-04-29  0:12 UTC  (2+ messages)
` [BlueZ] "

[PATCH v1 2/2] Bluetooth: hci_qca: Add qcomm devcoredump support
 2023-04-28 23:54 UTC  (2+ messages)

[BlueZ PATCH v4 1/9] media: Fix not storing Preferred Delay properly
 2023-04-28 22:40 UTC  (11+ messages)
` [BlueZ PATCH v4 2/9] shared/bap: Fix crash detaching streams
` [BlueZ PATCH v4 3/9] share/bap: Fix not removing timeout on bap_free
` [BlueZ PATCH v4 4/9] shared/tester: Add support for NULL PDUs
` [BlueZ PATCH v4 5/9] shared/bap: Fix typo
` [BlueZ PATCH v4 6/9] shared/lc3: Update configuration to use iovec
` [BlueZ PATCH v4 7/9] test-bap: Introduce SCC tests for LC3
` [BlueZ PATCH v4 8/9] shared/util: Fix runtime error
` [BlueZ PATCH v4 9/9] test-bap: Add SCC tests for Vendor-Specific codec
` [BlueZ,v4,1/9] media: Fix not storing Preferred Delay properly

[bluez/bluez] a600c9: media: Fix not storing Preferred Delay properly
 2023-04-28 22:37 UTC 

[PATCH v1 1/2] Bluetooth: hci_qca: Add qcomm devcoredump sysfs support
 2023-04-28 19:36 UTC  (3+ messages)
` [v1,1/2] "

[PATCH v3] Bluetooth: msft: Extended monitor tracking by address filter
 2023-04-28 17:29 UTC  (3+ messages)
` [v3] "

Fw: [Bug 217383] New: Bluetooth: L2CAP: possible data race in __sco_sock_close()
 2023-04-28 17:27 UTC  (2+ messages)

[BlueZ PATCH v3 1/9] media: Fix not storing Preferred Delay properly
 2023-04-28  3:14 UTC  (10+ messages)
` [BlueZ PATCH v3 2/9] shared/bap: Fix crash detaching streams
` [BlueZ PATCH v3 3/9] share/bap: Fix not removing timeout on bap_free
` [BlueZ PATCH v3 4/9] shared/tester: Add support for NULL PDUs
` [BlueZ PATCH v3 5/9] shared/bap: Fix typo
` [BlueZ PATCH v3 6/9] shared/lc3: Update configuration to use iovec
` [BlueZ PATCH v3 7/9] test-bap: Introduce SCC tests for LC3
` [BlueZ PATCH v3 8/9] shared/util: Fix runtime error
` [BlueZ PATCH v3 9/9] test-bap: Add SCC tests for Vendor-Specific codec
` [BlueZ,v3,1/9] media: Fix not storing Preferred Delay properly

[BlueZ PATCH v2 1/9] media: Fix not storing Preferred Delay properly
 2023-04-27 22:29 UTC  (10+ messages)
` [BlueZ PATCH v2 2/9] shared/bap: Fix crash detaching streams
` [BlueZ PATCH v2 3/9] share/bap: Fix not removing timeout on bap_free
` [BlueZ PATCH v2 4/9] shared/tester: Add support for NULL PDUs
` [BlueZ PATCH v2 5/9] shared/bap: Fix typo
` [BlueZ PATCH v2 6/9] shared/lc3: Update configuration to use iovec
` [BlueZ PATCH v2 7/9] test-bap: Introduce SCC tests for LC3
` [BlueZ PATCH v2 8/9] shared/util: Fix runtime error
` [BlueZ PATCH v2 9/9] test-bap: Add SCC tests for Vendor-Specific codec
` [BlueZ,v2,1/9] media: Fix not storing Preferred Delay properly

unexpected SMP command errors with controller ATS2851
 2023-04-27 18:49 UTC  (2+ messages)

[PATCH v4 1/3] Bluetooth: btusb: mediatek: use readx_poll_timeout instead of open coding
 2023-04-27 17:20 UTC  (7+ messages)
` [PATCH v4 2/3] Bluetooth: btmtk: introduce btmtk reset work
` [PATCH v4 3/3] Bluetooth: btusb: mediatek: add MediaTek devcoredump support
` [v4,1/3] Bluetooth: btusb: mediatek: use readx_poll_timeout instead of open coding

[linux-next:master] BUILD SUCCESS WITH WARNING b7455b10da762f2d447678c88e37cc1eb6cb45ee
 2023-04-27  5:36 UTC 

[PATCH v4] Bluetooth: btrtl: Add Realtek devcoredump support
 2023-04-27  4:00 UTC  (2+ messages)
` [v4] "

[PATCH BlueZ 1/7] media: Fix not storing Preferred Delay properly
 2023-04-26 19:49 UTC  (9+ messages)
` [PATCH BlueZ 2/7] shared/bap: Fix crash detaching streams
` [PATCH BlueZ 3/7] share/bap: Fix not removing timeout on bap_free
` [PATCH BlueZ 4/7] shared/tester: Add support for NULL PDUs
` [PATCH BlueZ 5/7] shared/bap: Fix typo
` [PATCH BlueZ 6/7] shared/lc3: Update configuration to use iovec
` [PATCH BlueZ 7/7] test-bap: Introduce SCC tests
` [BlueZ,1/7] media: Fix not storing Preferred Delay properly

[PATCH v2] Bluetooth: Fix unexpected SMP command errors for ATS2851
 2023-04-26 19:12 UTC  (2+ messages)
` [v2] "

[PATCH] Bluetooth: Fix unexpected SMP command errors for ATS2851
 2023-04-26 18:38 UTC  (2+ messages)
`  "

[PATCH BlueZ 0/2] Add initial code for handling BASS
 2023-04-26 16:04 UTC  (7+ messages)
` [PATCH BlueZ 1/2] lib/uuid: Add BASS UUIDs
  ` Add initial code for handling BASS
` [PATCH BlueZ 2/2] shared/bass: "

[Bug 217023] New: [Intel AX200] hci0: Malformed MSFT vendor event: 0x02
 2023-04-26  4:41 UTC  (2+ messages)
` [Bug 217023] "

[bluez/bluez] 5910b7: shared/bap: add function to get location from PAC
 2023-04-25 21:14 UTC 

[PATCH BlueZ 1/2] shared/bap: add function to get location from PAC
 2023-04-25 21:10 UTC  (4+ messages)
` [PATCH BlueZ 2/2] bap: add Location parameter to SelectProperties
` [BlueZ,1/2] shared/bap: add function to get location from PAC

[PATCH v3] Bluetooth: btrtl: Add Realtek devcoredump support
 2023-04-25 21:02 UTC  (2+ messages)

[Bug 209659] New: Intel USB bluetooth 8087:0026 device is gone after system resume
 2023-04-25 19:02 UTC  (2+ messages)
` [Bug 209659] Intel USB AX201 bluetooth (8087:0026) "

[PATCH v2] Bluetooth: Add new quirk for broken extended create connection for ATS2851
 2023-04-25 17:02 UTC  (2+ messages)
` [v2] "

pull request: bluetooth-next 2023-04-23
 2023-04-24 22:35 UTC  (2+ messages)

[bluetooth-next:master] BUILD SUCCESS d883a4669a1def6d121ccf5e64ad28260d1c9531
 2023-04-24 21:07 UTC 

Is AVCTP Version Really 1.3?
 2023-04-24 17:32 UTC  (3+ messages)

[PATCH] Bluetooth: hci_sync: Only allow hci_cmd_sync_queue if running
 2023-04-24  4:40 UTC  (2+ messages)


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