Re: [PATCH v3 0/2] Fix SSR unable to wake up bug
From: Shuai Zhang
Date: Fri Jan 16 2026 - 03:37:47 EST
Hi Bartosz
On 11/7/2025 11:37 PM, Bartosz Golaszewski wrote:
On Fri, 7 Nov 2025 04:39:22 +0100, Shuai Zhang <quic_shuaz@xxxxxxxxxxx> said:
This patch series fixes delayed hw_error handling during SSR.Acked-by: Bartosz Golaszewski <bartosz.golaszewski@xxxxxxxxxx>
Patch 1 adds a wakeup to ensure hw_error is processed promptly after coredump collection.
Patch 2 corrects the timeout unit from jiffies to ms.
Changes v3:
- patch2 add Fixes tag
- Link to v2
https://lore.kernel.org/all/20251106140103.1406081-1-quic_shuaz@xxxxxxxxxxx/
Changes v2:
- Split timeout conversion into a separate patch.
- Clarified commit messages and added test case description.
- Link to v1
https://lore.kernel.org/all/20251104112601.2670019-1-quic_shuaz@xxxxxxxxxxx/
Shuai Zhang (2):
Bluetooth: qca: Fix delayed hw_error handling due to missing wakeup
during SSR
Bluetooth: hci_qca: Convert timeout from jiffies to ms
drivers/bluetooth/hci_qca.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
--
Just a gentle ping. This patch series has been Acked but I haven’t seen it picked up by linux-next.
Do you need anything else from me?
Thanks,
Shuai