Home
last modified time | relevance | path

Searched hist:"2 af7aa6685e22d0dc546b0d27e5f16d3afe211fa" (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/net/bluetooth/
H A Dhci_sync.cdiff 2af7aa6685e22d0dc546b0d27e5f16d3afe211fa Fri Feb 16 15:20:11 CST 2024 Luiz Augusto von Dentz <luiz.von.dentz@intel.com> Bluetooth: hci_sync: Fix overwriting request callback

[ Upstream commit 2615fd9a7c2507eb3be3fbe49dcec88a2f56454a ]

In a few cases the stack may generate commands as responses to events
which would happen to overwrite the sent_cmd, so this attempts to store
the request in req_skb so even if sent_cmd is replaced with a new
command the pending request will remain in stored in req_skb.

Fixes: 6a98e3836fa2 ("Bluetooth: Add helper for serialized HCI command execution")
Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
H A Dhci_conn.cdiff 2af7aa6685e22d0dc546b0d27e5f16d3afe211fa Fri Feb 16 15:20:11 CST 2024 Luiz Augusto von Dentz <luiz.von.dentz@intel.com> Bluetooth: hci_sync: Fix overwriting request callback

[ Upstream commit 2615fd9a7c2507eb3be3fbe49dcec88a2f56454a ]

In a few cases the stack may generate commands as responses to events
which would happen to overwrite the sent_cmd, so this attempts to store
the request in req_skb so even if sent_cmd is replaced with a new
command the pending request will remain in stored in req_skb.

Fixes: 6a98e3836fa2 ("Bluetooth: Add helper for serialized HCI command execution")
Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
H A Dhci_event.cdiff 2af7aa6685e22d0dc546b0d27e5f16d3afe211fa Fri Feb 16 15:20:11 CST 2024 Luiz Augusto von Dentz <luiz.von.dentz@intel.com> Bluetooth: hci_sync: Fix overwriting request callback

[ Upstream commit 2615fd9a7c2507eb3be3fbe49dcec88a2f56454a ]

In a few cases the stack may generate commands as responses to events
which would happen to overwrite the sent_cmd, so this attempts to store
the request in req_skb so even if sent_cmd is replaced with a new
command the pending request will remain in stored in req_skb.

Fixes: 6a98e3836fa2 ("Bluetooth: Add helper for serialized HCI command execution")
Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
H A Dhci_core.cdiff 2af7aa6685e22d0dc546b0d27e5f16d3afe211fa Fri Feb 16 15:20:11 CST 2024 Luiz Augusto von Dentz <luiz.von.dentz@intel.com> Bluetooth: hci_sync: Fix overwriting request callback

[ Upstream commit 2615fd9a7c2507eb3be3fbe49dcec88a2f56454a ]

In a few cases the stack may generate commands as responses to events
which would happen to overwrite the sent_cmd, so this attempts to store
the request in req_skb so even if sent_cmd is replaced with a new
command the pending request will remain in stored in req_skb.

Fixes: 6a98e3836fa2 ("Bluetooth: Add helper for serialized HCI command execution")
Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
/openbmc/linux/include/net/bluetooth/
H A Dhci_core.hdiff 2af7aa6685e22d0dc546b0d27e5f16d3afe211fa Fri Feb 16 15:20:11 CST 2024 Luiz Augusto von Dentz <luiz.von.dentz@intel.com> Bluetooth: hci_sync: Fix overwriting request callback

[ Upstream commit 2615fd9a7c2507eb3be3fbe49dcec88a2f56454a ]

In a few cases the stack may generate commands as responses to events
which would happen to overwrite the sent_cmd, so this attempts to store
the request in req_skb so even if sent_cmd is replaced with a new
command the pending request will remain in stored in req_skb.

Fixes: 6a98e3836fa2 ("Bluetooth: Add helper for serialized HCI command execution")
Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>