From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from wp530.webpack.hosteurope.de (wp530.webpack.hosteurope.de [80.237.130.52]) (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 7B5A12C82; Fri, 12 Nov 2021 11:36:28 +0000 (UTC) Received: from ip4d173d4a.dynamic.kabel-deutschland.de ([77.23.61.74] helo=[192.168.66.200]); authenticated by wp530.webpack.hosteurope.de running ExIM with esmtpsa (TLS1.3:ECDHE_RSA_AES_128_GCM_SHA256:128) id 1mlUqw-0005bg-KI; Fri, 12 Nov 2021 12:36:18 +0100 Message-ID: Date: Fri, 12 Nov 2021 12:36:17 +0100 Precedence: bulk X-Mailing-List: regressions@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.2.0 Content-Language: en-BS To: Manivannan Sadhasivam , Kalle Valo Cc: Loic Poulain , ath11k@lists.infradead.org, linux-wireless@vger.kernel.org, linux-arm-msm , regressions@lists.linux.dev, mhi References: <871r5p0x2u.fsf@codeaurora.org> <877df6tlnq.fsf@codeaurora.org> <87a6jl9ndo.fsf@codeaurora.org> <87ee8hgqni.fsf@codeaurora.org> <20211021100305.GD7580@workstation> From: Thorsten Leemhuis Subject: Re: [regression] mhi: ath11k resume fails on some devices In-Reply-To: <20211021100305.GD7580@workstation> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-bounce-key: webpack.hosteurope.de;regressions@leemhuis.info;1636716988;995205b6; X-HE-SMSGID: 1mlUqw-0005bg-KI On 21.10.21 12:03, Manivannan Sadhasivam wrote: > On Tue, Oct 19, 2021 at 03:12:01PM +0300, Kalle Valo wrote: >> Kalle Valo writes: >>> (adding the new mhi list, yay) >>> Loic Poulain writes: >>>>> Loic Poulain writes: >>>>>> On Thu, 16 Sept 2021 at 10:00, Kalle Valo wrote: >>>>>>> At the moment I'm running my tests with commit 020d3b26c07a reverted and >>>>>>> everything works without problems. Is there a simple way to fix this? Or >>>>>>> maybe we should just revert the commit? Commit log and kernel logs from >>>>>>> a failing case below. >>>>>> >>>>>> Do you have log of success case? >>>>> >>>>> A log from a successful case in the end of email, using v5.15-rc1 plus >>>>> revert of commit 020d3b26c07abe27. >>>>> >>>>>> To me, the device loses power, that is why MHI resuming is failing. >>>>>> Normally the device should be properly recovered/reinitialized. Before >>>>>> that patch the power loss was simply not detected (or handled at >>>>>> higher stack level). >>>>> >>>>> Currently in ath11k we always keep the firmware running when in suspend, >>>>> this is a workaround due to problems between mac80211 and MHI stack. >>>>> IIRC the problem was something related MHI creating struct device during >>>>> resume or something like that. >>>> >>>> Could you give a try with the attached patch? It should solve your >>>> issue without breaking modem support. >>> >>> Sorry for taking so long, but I now tested your patch on top of >>> v5.15-rc3 and, as expected, everything works as before with QCA6390 on >>> NUC x86 testbox. >>> >>> Tested-by: Kalle Valo >> >> I doubt we will find enough time to fully debug this mhi issue anytime >> soon. Can we commit Loic's patch so that this regression is resolved? > > Sorry no :( Eventhough Loic's patch is working, I want to understand the > issue properly so that we could add a proper fix or patch the firmware > if possible. Lo, this is your Linux kernel regression tracker speaking! > Let's try to get the debug logs as I requested. That was 3 weeks ago. Afaics nothing happened since then (except the other mail about this on the same day in this thread). Or did I miss anything? And if not: How can we get the ball rolling somehow again to get this regression finally fixed? Ciao, Thorsten (carrying his Linux kernel regression tracker hat) P.S.: I have no personal interest in this issue and watch it using regzbot. Hence feel free to exclude me on further messages in this thread, as I'm only posting this mail to hopefully get a status update and things rolling again. #regzbot poke >> At the moment I'm doing all my regression testing with commit >> 020d3b26c07abe27 reverted. That's a risk, I would prefer to do my >> testing without any hacks. >> >> -- >> https://patchwork.kernel.org/project/linux-wireless/list/ >> >> https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches > >