From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 2B7113CFF79; Fri, 10 Apr 2026 14:20:30 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1775830831; cv=none; b=at1D9zPTpzjjQUlGuV997Nj2WNsXv84G41hSPxrY6Dz/n5gr2yAzdHbyASSwmk/Z9pzNyMTJFhhwwJqQV95UFcdBOBwT7Q9uJYfj4mB9wlAbvrlXK8DeYBslbszjIAY4V7YFL0BMc7OMM4+B2joWa+U0IeRdMfCIPfRG/qifG2A= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1775830831; c=relaxed/simple; bh=6HFLUnc1WX+fDrN8FLsqmecs0op5nXvV33fmB091CqA=; h=Content-Type:MIME-Version:Subject:From:Message-Id:Date:References: In-Reply-To:To:Cc; b=TX8WD668vY7dl/Y/GqApCkfWZX7Ne4EPlg1VWqYNXIIayuZeXpYKV30aT0RLlUVMlQF2WvuxzXzmgE8y01SNND8pm/w5LGoqehGpoE4Zf5Rai/zxyExSmYhLtpEOMIWkkDhI/gDcIUTRKULB5PUdmVVQ1wgh80JbCCl21gU7HMM= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=oH1gW+5s; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="oH1gW+5s" Received: by smtp.kernel.org (Postfix) with ESMTPSA id D0599C19421; Fri, 10 Apr 2026 14:20:30 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1775830830; bh=6HFLUnc1WX+fDrN8FLsqmecs0op5nXvV33fmB091CqA=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=oH1gW+5soF2EHtLss20Pqg57hElYNhMvrzwUzJZPlanS5FYdObXK2v3BMgW9SnRz1 ti8/HvjtTEucy5pEL/M5oeiI5lpYlHdXXpH0WuWObxPkQUOqafBKR4rZC1FDnBXP9o +qpZH7IK9ZBHwzaRWQUxZlpyROQ8+TEP9UGCrBYDG4G1w9W2EoJaVNjRc5AY9duGY1 k6F8al40pIvBe2jseTnwt7kuy5BhlkFpXlbTY/xQNZUrcGTKqB8M/WV2IiiR6XCAvx Drh8zccYCDNBQCHFa0QxHhL47wQGCiGxgux3B74dMJ9xRjROM8VQcmn8qrillBvRn8 x3Nj6pzw1fykQ== Received: from [10.30.226.235] (localhost [IPv6:::1]) by aws-us-west-2-korg-oddjob-rhel9-1.codeaurora.org (Postfix) with ESMTP id BA10D3809A22; Fri, 10 Apr 2026 14:20:06 +0000 (UTC) Content-Type: text/plain; charset="utf-8" Precedence: bulk X-Mailing-List: linux-arm-msm@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH v6] Bluetooth: qca: Fix delayed hw_error handling due to missing wakeup during SSR From: patchwork-bot+bluetooth@kernel.org Message-Id: <177583080530.2077665.9557977139979519182.git-patchwork-notify@kernel.org> Date: Fri, 10 Apr 2026 14:20:05 +0000 References: <20260410085202.4128000-1-shuai.zhang@oss.qualcomm.com> In-Reply-To: <20260410085202.4128000-1-shuai.zhang@oss.qualcomm.com> To: Shuai Zhang Cc: brgl@kernel.org, marcel@holtmann.org, luiz.dentz@gmail.com, linux-arm-msm@vger.kernel.org, linux-bluetooth@vger.kernel.org, linux-kernel@vger.kernel.org, cheng.jiang@oss.qualcomm.com, quic_chezhou@quicinc.com, wei.deng@oss.qualcomm.com, jinwang.li@oss.qualcomm.com, mengshi.wu@oss.qualcomm.com, bartosz.golaszewski@oss.qualcomm.com Hello: This patch was applied to bluetooth/bluetooth-next.git (master) by Luiz Augusto von Dentz : On Fri, 10 Apr 2026 16:52:02 +0800 you wrote: > When Bluetooth controller encounters a coredump, it triggers > the Subsystem Restart (SSR) mechanism. The controller first > reports the coredump data, and once the data upload is complete, > it sends a hw_error event. The host relies on this event to > proceed with subsequent recovery actions. > > If the host has not finished processing the coredump data > when the hw_error event is received, > it sets a timer to wait until either the data processing is complete > or the timeout expires before handling the event. > > [...] Here is the summary with links: - [v6] Bluetooth: qca: Fix delayed hw_error handling due to missing wakeup during SSR https://git.kernel.org/bluetooth/bluetooth-next/c/9f07d5d04826 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html