messages from 2022-11-01 22:45:05 to 2022-11-15 21:09:42 UTC [more...]
[patch 00/15] timers: Provide timer_shutdown[_sync]()
2022-11-15 21:09 UTC (17+ messages)
` [patch 01/15] ARM: spear: Do not use timer namespace for timer_shutdown() function
` timers: Provide timer_shutdown[_sync]()
` [patch 02/15] clocksource/drivers/arm_arch_timer: Do not use timer namespace for timer_shutdown() function
` [patch 03/15] clocksource/drivers/sp804: "
` [patch 04/15] timers: Get rid of del_singleshot_timer_sync()
` [patch 05/15] timers: Replace BUG_ON()s
` [patch 06/15] timers: Update kernel-doc for various functions
` [patch 07/15] timers: Use del_timer_sync() even on UP
` [patch 08/15] timers: Rename del_timer_sync() to timer_delete_sync()
` [patch 09/15] timers: Rename del_timer() to timer_delete()
` [patch 10/15] timers: Silently ignore timers with a NULL function
` [patch 11/15] timers: Split [try_to_]del_timer[_sync]() to prepare for shutdown mode
` [patch 12/15] timers: Add shutdown mechanism to the internal functions
` [patch 13/15] timers: Provide timer_shutdown[_sync]()
` [patch 14/15] timers: Update the documentation to reflect on the new timer_shutdown() API
` [patch 15/15] Bluetooth: hci_qca: Fix the teardown problem for real
[PATCH BlueZ 1/4] shared/util: Add iovec helpers
2022-11-15 19:40 UTC (6+ messages)
` [PATCH BlueZ 2/4] shared/tester: Add tester_io_set_complete_func
` [PATCH BlueZ 3/4] shared/bap: Fix crash when canceling requests
` [PATCH BlueZ 4/4] unit: Introduce test-bap
` [BlueZ,1/4] shared/util: Add iovec helpers
[PATCH BlueZ 1/6] monitor/att: Fix not dequeing att_read on error response
2022-11-15 19:40 UTC (7+ messages)
` [PATCH BlueZ 2/6] shared/util: Add iovec helpers
` [PATCH BlueZ 3/6] shared/bap: Make use of util_iov helpers
` [PATCH BlueZ 4/6] shared/tester: Add tester_io_set_complete_func
` [PATCH BlueZ 5/6] shared/bap: Fix crash when canceling requests
` [PATCH BlueZ 6/6] unit: Introduce test-bap
[bluetooth-next:master] BUILD SUCCESS e32c8d8c6f2918b45fa146e6ab63af9b7b56aba6
2022-11-15 13:52 UTC
[Regression] Cambridge Silicon Radio, Ltd Bluetooth Dongle unusable again with kernel 6.0
2022-11-15 6:41 UTC (7+ messages)
` [Regression] Cambridge Silicon Radio, Ltd Bluetooth Dongle
L2CAP: Spec violation
2022-11-15 5:02 UTC (3+ messages)
[PATCH BlueZ v7 1/6] adapter: Keep track of whether the adapter is rfkill'ed
2022-11-14 23:35 UTC (4+ messages)
` [PATCH BlueZ v7 6/6] adapter: Remove experimental flag for PowerState
general protection fault in klist_next
2022-11-14 22:20 UTC (2+ messages)
[PATCH] Bluetooth: btusb: Add Realtek 8761BUV support ID 0x2B89:0x8761
2022-11-14 22:10 UTC (3+ messages)
` "
[PATCH] Bluetooth: 6LoWPAN: add missing hci_dev_put() in get_l2cap_conn()
2022-11-14 22:10 UTC (3+ messages)
` "
[PATCH v2] Bluetooth: hci_conn: add missing hci_dev_put() in iso_listen_bis()
2022-11-14 22:10 UTC (3+ messages)
` [v2] "
[PATCH -next] Bluetooth: hci_bcm4377: Fix missing pci_disable_device() on error in bcm4377_probe()
2022-11-14 22:10 UTC (4+ messages)
` [-next] "
[PATCH RESEND v2] Bluetooth: btqcomsmd: Fix command timeout after setting BD address
2022-11-14 8:36 UTC (2+ messages)
[Bug 216686] New: BUG: kernel NULL pointer dereference, address: 0000000000000680
2022-11-14 6:32 UTC (15+ messages)
` [Bug 216686] "
[Bug 60824] [PATCH][regression] Cambridge Silicon Radio, Ltd Bluetooth Dongle unusable
2022-11-13 17:22 UTC
[Bug 216683] New: notifier callback hci_suspend_notifier [bluetooth] already registered
2022-11-13 17:15 UTC (2+ messages)
` [Bug 216683] "
[PATCH] Bluetooth: hci_conn: Use kzalloc for kmalloc+memset
2022-11-11 17:25 UTC (2+ messages)
` "
[Bug 216681] New: Disconnect with [TV] Samsung 6 Series (55)
2022-11-11 15:52 UTC
[PATCH AUTOSEL 4.9 2/2] Bluetooth: L2CAP: Fix l2cap_global_chan_by_psm
2022-11-11 2:36 UTC
[PATCH AUTOSEL 4.14 2/2] Bluetooth: L2CAP: Fix l2cap_global_chan_by_psm
2022-11-11 2:36 UTC
[PATCH AUTOSEL 4.19 4/4] Bluetooth: L2CAP: Fix l2cap_global_chan_by_psm
2022-11-11 2:35 UTC
[PATCH AUTOSEL 5.4 5/5] Bluetooth: L2CAP: Fix l2cap_global_chan_by_psm
2022-11-11 2:35 UTC
[PATCH AUTOSEL 5.10 6/6] Bluetooth: L2CAP: Fix l2cap_global_chan_by_psm
2022-11-11 2:35 UTC
[PATCH AUTOSEL 5.15 10/11] Bluetooth: L2CAP: Fix l2cap_global_chan_by_psm
2022-11-11 2:35 UTC
[PATCH AUTOSEL 6.0 26/30] Bluetooth: L2CAP: Fix l2cap_global_chan_by_psm
2022-11-11 2:33 UTC
[RFC PATCH 0/2] Add serdev support for hci h4
2022-11-10 16:27 UTC (14+ messages)
` [RFC PATCH 1/2] dt-bindings: net: h4-bluetooth: add new bindings for hci_h4
` Add serdev support for hci h4
` [RFC PATCH 2/2] bluetooth/hci_h4: add serdev support
[PATCH 1/3] Bluetooth: btusb: Fix Chinese CSR dongles again by re-adding ERR_DATA_REPORTING quirk
2022-11-10 11:16 UTC (7+ messages)
` [PATCH 3/3] Bluetooth: btusb: Add a parameter to let users disable the fake CSR force-suspend hack
[PATCH BlueZ 1/4] shared/util: Add iovec helpers
2022-11-09 23:31 UTC (2+ messages)
` [BlueZ,1/4] "
[BlueZ 1/2] hostname: Add '' around printed strings
2022-11-09 16:11 UTC (3+ messages)
` [BlueZ 2/2] hostname: Fallback to transient hostname
` [BlueZ,1/2] hostname: Add '' around printed strings
[BlueZ] main.conf: Add comment about LA Audio BAP UUIDs
2022-11-09 15:55 UTC (4+ messages)
[PATCH] dt-bindings: leds: Document Bluetooth and WLAN triggers
2022-11-09 14:51 UTC (2+ messages)
` "
[PATCH] Bluetooth: selftest: Fix memleak in test_ecdh()
2022-11-09 10:04 UTC (2+ messages)
` "
[PATCH] Bluetooth: hci_conn: Fix potential memleak in iso_listen_bis()
2022-11-09 2:13 UTC (4+ messages)
` "
[bluetooth-next:master] BUILD SUCCESS ab80b2cec05fec4b9f3f93d33cc78463b33e8a6c
2022-11-08 20:24 UTC
[RFC BlueZ] unit: Introduce test-bap
2022-11-08 3:06 UTC (2+ messages)
` [RFC,BlueZ] "
[PATCH v5 0/7] Broadcom/Apple Bluetooth driver for Apple Silicon
2022-11-08 1:00 UTC (12+ messages)
` [PATCH v5 1/7] dt-bindings: net: Add generic Bluetooth controller
` Broadcom/Apple Bluetooth driver for Apple Silicon
` [PATCH v5 2/7] dt-bindings: net: Add Broadcom BCM4377 family PCIe Bluetooth
` [PATCH v5 3/7] arm64: dts: apple: t8103: Add Bluetooth controller
` [PATCH v5 4/7] Bluetooth: hci_event: Ignore reserved bits in LE Extended Adv Report
` [PATCH v5 5/7] Bluetooth: Add quirk to disable extended scanning
` [PATCH v5 6/7] Bluetooth: Add quirk to disable MWS Transport Configuration
` [PATCH v5 7/7] Bluetooth: hci_bcm4377: Add new driver for BCM4377 PCIe boards
[syzbot] BUG: corrupted list in hci_conn_add_sysfs
2022-11-07 21:37 UTC (4+ messages)
[PATCH BlueZ 1/2] monitor/att: Add handler support for Read by Type
2022-11-07 19:10 UTC (4+ messages)
` [PATCH BlueZ 2/2] monitor/att: Add support for decoding Characteristic Declaration
` [BlueZ,1/2] monitor/att: Add handler support for Read by Type
[PATCH] Bluetooth: Fix use-after-free read in hci_cmd_timeout()
2022-11-07 18:49 UTC (3+ messages)
` "
[GIT PULL] treewide: timers: Use timer_shutdown*() before freeing timers
2022-11-07 10:47 UTC (2+ messages)
[PATCH v6a 0/5] timers: Use timer_shutdown*() before freeing timers
2022-11-06 21:24 UTC
[PATCH v4a 00/38] timers: Use timer_shutdown*() before freeing timers
2022-11-05 21:47 UTC (17+ messages)
` [PATCH v4a 10/38] timers: Bluetooth: Use timer_shutdown_sync() before freeing timer
` timers: Use timer_shutdown*() before freeing timers
[PATCH v2 0/3] arm64: allwinner: a64: add bluetooth support for Pinebook
2022-11-05 7:13 UTC (4+ messages)
` [PATCH v2 1/3] Bluetooth: Add new quirk for broken local ext features max_page
[syzbot] WARNING in __cancel_work
2022-11-05 5:27 UTC (2+ messages)
[RFC][PATCH v3 00/33] timers: Use timer_shutdown*() before freeing timers
2022-11-04 23:34 UTC (11+ messages)
` [RFC][PATCH v3 08/33] timers: Bluetooth: Use timer_shutdown_sync() before freeing timer
` timers: Use timer_shutdown*() before freeing timers
[PATCH v1 1/2] bluetooth: Remove codec id field in vendor codec definition
2022-11-04 8:03 UTC (3+ messages)
` [PATCH v1 2/2] bluetooth: Fix support for Read Local Supported Codecs V2
` [v1,1/2] bluetooth: Remove codec id field in vendor codec definition
[bluetooth-next:master] BUILD SUCCESS ce52c2f041776966f6f053c5c591cd0fc2a93869
2022-11-03 9:23 UTC
pull-request: bluetooth 2022-10-02
2022-11-03 2:50 UTC (2+ messages)
[PATCH v2 1/2] dt-bindings: net: broadcom-bluetooth: Add CYW4373A0 DT binding
2022-11-02 21:00 UTC (4+ messages)
` [PATCH v2 2/2] Bluetooth: hci_bcm: Add CYW4373A0 support
` [v2,1/2] dt-bindings: net: broadcom-bluetooth: Add CYW4373A0 DT binding
[PATCH 0/1] Fix MSFT filter enable
2022-11-02 18:21 UTC (3+ messages)
` [PATCH 1/1] Bluetooth: Convert MSFT filter HCI cmd to hci_sync
` Fix MSFT filter enable
[PATCH 1/2] dt-bindings: net: broadcom-bluetooth: Add CYW4373A0 DT binding
2022-11-02 16:36 UTC (10+ messages)
` [1/2] "
[bluetooth-next:master] BUILD SUCCESS 34f07dd531a4cf92afb3dbd7057c35702d0870e3
2022-11-02 9:44 UTC
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox