All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/1] Fix MSFT filter enable
@ 2022-11-02 17:59 Brian Gix
  2022-11-02 17:59 ` [PATCH 1/1] Bluetooth: Convert MSFT filter HCI cmd to hci_sync Brian Gix
  0 siblings, 1 reply; 16+ messages in thread
From: Brian Gix @ 2022-11-02 17:59 UTC (permalink / raw)
  To: linux-bluetooth; +Cc: luiz.dentz, brian.gix, marex

This patch recodes the execution of msft_set_filter_enable() to use the
syncronous HCI cmd opcode method (__hci_smd_sync_status()). This
function is called from within a safe, blockable context that also calls
the syncronous read_supported_features() call.

I have tested this to my satisfaction, but would like a testing pass be
made by @Mateusz (mat.jonczyk@o2.pl) if possible.

Brian Gix (1):
  Bluetooth: Convert MSFT filter HCI cmd to hci_sync

 net/bluetooth/msft.c | 36 +++++++++++-------------------------
 1 file changed, 11 insertions(+), 25 deletions(-)

-- 
2.38.1


^ permalink raw reply	[flat|nested] 16+ messages in thread

end of thread, other threads:[~2023-02-24  1:07 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-11-02 17:59 [PATCH 0/1] Fix MSFT filter enable Brian Gix
2022-11-02 17:59 ` [PATCH 1/1] Bluetooth: Convert MSFT filter HCI cmd to hci_sync Brian Gix
2022-11-02 18:21   ` Fix MSFT filter enable bluez.test.bot
2022-11-18  3:48   ` bluez.test.bot
2022-11-18  4:34   ` bluez.test.bot
2022-11-18  5:30   ` bluez.test.bot
2022-11-18  6:36   ` bluez.test.bot
2022-11-18  7:33   ` bluez.test.bot
2022-11-18  8:34   ` bluez.test.bot
2022-11-18  9:33   ` bluez.test.bot
2022-11-19  5:02   ` bluez.test.bot
2022-11-19 18:26   ` [PATCH 1/1] Bluetooth: Convert MSFT filter HCI cmd to hci_sync Mateusz Jończyk
2022-11-21 18:48     ` Gix, Brian
2023-02-17 19:31       ` Mateusz Jończyk
2023-02-23 22:14         ` Gix, Brian
2023-02-24  1:07           ` Luiz Augusto von Dentz

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.