Linux bluetooth development
 help / color / mirror / Atom feed
 messages from 2026-08-11 13:56:14 to 2026-08-12 11:33:06 UTC [more...]

[PATCH BlueZ v2 0/5] Add CS distance provider implementation
 2026-08-12 11:33 UTC  (7+ messages)
` [PATCH BlueZ v2 1/5] doc: Add org.bluez.CSDistance1 documentation
  ` Add CS distance provider implementation
` [PATCH BlueZ v2 2/5] doc: Add org.bluez.CSDistanceProvider documentation
` [PATCH BlueZ v2 3/5] doc: Add org.bluez.CSDistanceProviderManager documentation
` [PATCH BlueZ v2 4/5] rap: Add CS Distance provider D-Bus API
` [PATCH BlueZ v2 5/5] client: Add CS distance display support to bluetoothctl

[PATCH] Bluetooth: ISO: fix use-after-free of listener socket in iso_conn_ready
 2026-08-12 11:26 UTC  (2+ messages)
`  "

[bluez/bluez] 98f0ab: doc: Add org.bluez.CSDistance1 documentation
 2026-08-12 10:45 UTC 

[Bug 221837] New: Bluetooth (RTL8852BU, 0bda:b853) never initializes. Opcode 0xfcf0
 2026-08-12 10:20 UTC  (5+ messages)
` [Bug 221837] "

[bluez/bluez]
 2026-08-12  9:49 UTC 

[BlueZ, v4 0/9] 3 SDP XML security fixes
 2026-08-12  9:45 UTC  (11+ messages)
` [BlueZ, v4 1/9] unit: Add test for sdp_xml_parse_record()
  ` 3 SDP XML security fixes
` [BlueZ, v4 2/9] sdp-xml: Fix crash caused by type confusion when parsing crafted SDP XML
` [BlueZ, v4 3/9] unit: Add test for sdp-xml type-confusion bug
` [BlueZ, v4 4/9] sdp-xml: Fix memory leak when adding duplicate attributes
` [BlueZ, v4 5/9] unit: Add test for sdp-xml duplicate attribute bug
` [BlueZ, v4 6/9] sdp-xml: Optimise parsing large sequences
` [BlueZ, v4 7/9] unit: Add test for slow element_end() append
` [BlueZ, v4 8/9] sdp-xml: Fix stack overflow when converting large sequences to XML
` [BlueZ, v4 9/9] unit: Add convert_sdp_record_to_xml() to SDP XML testing

[bluez/bluez] 9e504d: unit: Add test for sdp_xml_parse_record()
 2026-08-12  8:53 UTC 

[syzbot] [bluetooth?] KASAN: slab-use-after-free Read in hci_sent_cmd_data
 2026-08-12  3:29 UTC 

[bluez/bluez]
 2026-08-11 20:57 UTC 

[bluez/bluez]
 2026-08-11 20:57 UTC 

[bluez/bluez]
 2026-08-11 20:57 UTC 

[bluez/bluez] 45747c: tools/l2cap-tester: add tests changing BT_SECURITY
 2026-08-11 20:56 UTC 

[PATCH] Bluetooth: hci_sync: add conditional locking annotations
 2026-08-11 20:43 UTC  (3+ messages)

[PATCH BlueZ v2] client: Avoid scan prompt when discovery is already active
 2026-08-11 20:20 UTC  (2+ messages)

[PATCH BlueZ] tools/l2cap-tester: add tests changing BT_SECURITY after connecting
 2026-08-11 20:20 UTC  (2+ messages)

[PATCH BlueZ v2] emulator: btvirt: support debug for -s socket server
 2026-08-11 20:20 UTC  (2+ messages)

[PATCH] Bluetooth: hci_intel: fix usage_count leak when autosuspend_delay is negative
 2026-08-11 20:10 UTC  (2+ messages)

[PATCH] Bluetooth: virtio_bt: Fix use-after-free and memory leak in probe error paths
 2026-08-11 20:10 UTC  (2+ messages)

[PATCH] Bluetooth: hci_h5: fix usage_count leak when autosuspend_delay is negative
 2026-08-11 20:10 UTC  (2+ messages)

[PATCH v2] Bluetooth: L2CAP: fix race l2cap_sock_cleanup_listen() vs. put_chan
 2026-08-11 20:10 UTC  (2+ messages)

[PATCH] Bluetooth: btusb: Add Realtek RTL8821CE device 13d3:3558
 2026-08-11 20:10 UTC  (2+ messages)

[PATCH v2] Bluetooth: mgmt: fix 'hdev->discovery.uuids' NULL dereference
 2026-08-11 20:10 UTC  (2+ messages)

[PATCH v2] Bluetooth: hci_serdev: Fix use-after-free in hci_uart_unregister_device()
 2026-08-11 20:10 UTC  (2+ messages)

[PATCH] Bluetooth: bnep: refactor deprecated strcpy
 2026-08-11 20:10 UTC  (2+ messages)

[PATCH] Bluetooth: btmrvl: Slightly simplify btmrvl_process_event()
 2026-08-11 20:10 UTC  (2+ messages)

[PATCH] Bluetooth: L2CAP: reject accept queue add unless BT_LISTEN
 2026-08-11 20:10 UTC  (2+ messages)

[PATCH v2] Bluetooth: btmtksdio: fix deadlock in close and reset paths
 2026-08-11 20:10 UTC  (2+ messages)

[PATCH] Bluetooth: hci_bcm: fix usage_count leak when autosuspend_delay is negative
 2026-08-11 20:10 UTC  (2+ messages)

[PATCH] Bluetooth: L2CAP: access chan->conn safely in get/setsockopt
 2026-08-11 20:10 UTC  (2+ messages)

[PATCH 1/2] Bluetooth: hci_sync: Clear HCI_CMD_PENDING when dropping the last request
 2026-08-11 20:10 UTC  (7+ messages)
` [1/2] "

[BlueZ, v3 0/9] 3 SDP XML security fixes
 2026-08-11 16:33 UTC  (11+ messages)
` [BlueZ, v3 1/9] unit: Add test for sdp_xml_parse_record()
  ` 3 SDP XML security fixes
` [BlueZ, v3 2/9] sdp-xml: Fix crash caused by type confusion when parsing crafted SDP XML
` [BlueZ, v3 3/9] unit: Add test for sdp-xml type-confusion bug
` [BlueZ, v3 4/9] sdp-xml: Fix memory leak when adding duplicate attributes
` [BlueZ, v3 5/9] unit: Add test for sdp-xml duplicate attribute bug
` [BlueZ, v3 6/9] sdp-xml: Optimise parsing large sequences
` [BlueZ, v3 7/9] unit: Add test for slow element_end() append
` [BlueZ, v3 8/9] sdp-xml: Fix stack overflow when converting large sequences to XML
` [BlueZ, v3 9/9] unit: Add convert_sdp_record_to_xml() to SDP XML testing

[PATCH v1 1/3] Bluetooth: btintel_pcie: parse FW memory region addresses via mailbox TLV
 2026-08-11 16:09 UTC  (4+ messages)
` [PATCH v1 2/3] Bluetooth: btintel_pcie: sync mbox tlv parsing with GP0 alive interrupt
` [PATCH v1 3/3] Bluetooth: btintel_pcie: Route debug traces to WiFi DBGC by default
` [v1,1/3] Bluetooth: btintel_pcie: parse FW memory region addresses via mailbox TLV

[bluez/bluez] 496623: unit: Add test for sdp_xml_parse_record()
 2026-08-11 15:43 UTC 

[RFC PATCH 0/4] device_schedule_reprobe(): core helper and conversions
 2026-08-11 15:01 UTC  (6+ messages)

[bluez/bluez]
 2026-08-11 13:56 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox