From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 9B71FCD8C9D for ; Thu, 11 Jun 2026 17:58:21 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:List-Subscribe:List-Help :List-Post:List-Archive:List-Unsubscribe:List-Id:Cc:To:In-Reply-To:References :Date:Message-Id:From:Subject:Content-Transfer-Encoding:MIME-Version: Content-Type:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=OdLaVCwOyuDeurYpZqPZMIvDONKwz5Fq6cM3k7eHo0g=; b=Dw8wiCmuSHKCoQO9mSnKzSmyrM wvH9DpAExRosVF0cVws4bJcxWTG45qJvrR+y6jfnDpfmZTDFwuqTQRaH0dEv0NMUQ+jz16xm3psNG GABxOYDwJUUXC8aWo3ZuYX3Z+mPbBqy0dQKF9N0EjxmoAGv61HAnTFyD5KdeZpTcx+YqXhGGP5l2P sfkPsmdFApx/JZyIK8NZd0ecD1nmzRyMsNduiMrAMuiRA0dl0qn6uaff5OkRfFGqI/TL/45mQpCIv e89rGFYR/GCPo4YDbTHyU5qS5yxE8jyOxYF+pmridk+0PmBdmvD0XUuFl5SXa5mRD2IazEkf5Q0xr qQAHGSag==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.99.1 #2 (Red Hat Linux)) id 1wXjfX-00000009rak-0d9R; Thu, 11 Jun 2026 17:58:19 +0000 Received: from tor.source.kernel.org ([2600:3c04:e001:324:0:1991:8:25]) by bombadil.infradead.org with esmtps (Exim 4.99.1 #2 (Red Hat Linux)) id 1wXjfV-00000009raB-26xk; Thu, 11 Jun 2026 17:58:17 +0000 Received: from smtp.kernel.org (quasi.space.kernel.org [100.103.45.18]) by tor.source.kernel.org (Postfix) with ESMTP id 608E56014B; Thu, 11 Jun 2026 17:58:16 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 152371F00893; Thu, 11 Jun 2026 17:58:16 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1781200696; bh=OdLaVCwOyuDeurYpZqPZMIvDONKwz5Fq6cM3k7eHo0g=; h=Subject:From:Date:References:In-Reply-To:To:Cc; b=CcCJR+XJbXwmLbSgCj/9hq5qcM3YNulSkEAB7KTAmHZh4eob+8FKSSQjslgYaVidZ +v3oWOQgqY8wQBW4MHTNYNHihiyQ5JOT5guRVXc1tToOjwDQKL2MOIvD7wuUxHcbGH 43tZ65rTsZurQWz2Qtq+Wuvmn46SwEQt3VgLC3gZ6Q/7LJOjmVeY1z4hxQFskuWOBC r1PoR6o70WrRVjQokFrts9MfVU3FR8mXHPywqam5CUs10fAa9NLOE9LzSGnHDyRsiW GewR9mt1ETVDeGPDPGd/a8ri0GsBQOdszE1DBKN7ByaqCBAw4wCywf0vt9Im91e+PA wulZ+2o6HJjrA== Received: from [10.30.226.235] (localhost [IPv6:::1]) by aws-us-west-2-korg-oddjob-rhel9-1.codeaurora.org (Postfix) with ESMTP id 939413930F87; Thu, 11 Jun 2026 17:58:14 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH] Bluetooth: btmtksdio: fix infinite loop in btmtksdio_txrx_work() From: patchwork-bot+bluetooth@kernel.org Message-Id: <178120069313.286318.5639664453006485239.git-patchwork-notify@kernel.org> Date: Thu, 11 Jun 2026 17:58:13 +0000 References: <20260609121329.1262170-1-senozhatsky@chromium.org> In-Reply-To: <20260609121329.1262170-1-senozhatsky@chromium.org> To: Sergey Senozhatsky Cc: marcel@holtmann.org, luiz.dentz@gmail.com, mark-yw.chen@mediatek.com, sean.wang@mediatek.com, tfiga@chromium.org, linux-bluetooth@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-mediatek@lists.infradead.org, stable@vger.kernel.org X-BeenThere: linux-mediatek@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "Linux-mediatek" Errors-To: linux-mediatek-bounces+linux-mediatek=archiver.kernel.org@lists.infradead.org Hello: This patch was applied to bluetooth/bluetooth-next.git (master) by Luiz Augusto von Dentz : On Tue, 9 Jun 2026 21:10:06 +0900 you wrote: > Every once in a while we see a hung btmtksdio_flush() task: > > INFO: task kworker/u17:0:189 blocked for more than 122 seconds. > __cancel_work_timer+0x3f4/0x460 > cancel_work_sync+0x1c/0x2c > btmtksdio_flush+0x2c/0x40 > hci_dev_open_sync+0x10c4/0x2190 > [..] > > [...] Here is the summary with links: - Bluetooth: btmtksdio: fix infinite loop in btmtksdio_txrx_work() https://git.kernel.org/bluetooth/bluetooth-next/c/a4263306d01d You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html