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 X-Spam-Level: X-Spam-Status: No, score=-6.1 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,NICE_REPLY_A,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED, USER_AGENT_SANE_1 autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 36B88C4363A for ; Mon, 5 Oct 2020 18:23:49 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id EFA2320B80 for ; Mon, 5 Oct 2020 18:23:48 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=nvidia.com header.i=@nvidia.com header.b="PRHpOuQw" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727639AbgJESXs (ORCPT ); Mon, 5 Oct 2020 14:23:48 -0400 Received: from hqnvemgate26.nvidia.com ([216.228.121.65]:16297 "EHLO hqnvemgate26.nvidia.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725960AbgJESXs (ORCPT ); Mon, 5 Oct 2020 14:23:48 -0400 Received: from hqmail.nvidia.com (Not Verified[216.228.121.13]) by hqnvemgate26.nvidia.com (using TLS: TLSv1.2, AES256-SHA) id ; Mon, 05 Oct 2020 11:23:34 -0700 Received: from [10.26.45.122] (10.124.1.5) by HQMAIL107.nvidia.com (172.20.187.13) with Microsoft SMTP Server (TLS) id 15.0.1473.3; Mon, 5 Oct 2020 18:23:43 +0000 Subject: Re: [PATCH 0/3] soc/tegra: Prevent the PMC driver from corrupting interrupt routing To: Thierry Reding , Marc Zyngier CC: , , , Dmitry Osipenko , Sowjanya Komatineni , Venkat Reddy Talla , Thomas Gleixner , References: <20201005111443.1390096-1-maz@kernel.org> <20201005112217.GR425362@ulmo> <20201005154529.GB628746@ulmo> From: Jon Hunter Message-ID: Date: Mon, 5 Oct 2020 19:23:40 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.10.0 MIME-Version: 1.0 In-Reply-To: <20201005154529.GB628746@ulmo> Content-Type: text/plain; charset="windows-1252" Content-Language: en-US Content-Transfer-Encoding: 7bit X-Originating-IP: [10.124.1.5] X-ClientProxiedBy: HQMAIL105.nvidia.com (172.20.187.12) To HQMAIL107.nvidia.com (172.20.187.13) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nvidia.com; s=n1; t=1601922215; bh=43qLkfMkgiR0apRtpQZNUfVg1Tg+QRHwig6v00fr+Zw=; h=Subject:To:CC:References:From:Message-ID:Date:User-Agent: MIME-Version:In-Reply-To:Content-Type:Content-Language: Content-Transfer-Encoding:X-Originating-IP:X-ClientProxiedBy; b=PRHpOuQw16ofs6Vhug06TKk2WA6/b0+5NfJ3aRwxtidCCURFCS7e0rmDgs0lOhu02 2jYUfg/3ehTT7GOgjWjadCrsKn2xyCaZ5CLES6UGo34fivCwLjGYELfa1onBL1Ik2E V8Or3xumIMNkTHTMhKTIDoc63l3XQumSfxnMpNUXRnsZR2ts5sHbQlLQIDnbk79Pcx rV6n0js5IccOhY6Ke+ixhJJM1C1ALOAYsFnFk1NWDeJRYxsmlVBb3qNbYFD/8UxFBG FterQJ1Sshmdp0R5Vesu+Ju66qqVVcJFnuZCKjpF0G+is3RL0el+i2eBeX+EXBFPZT KJhAT7/s9v0VQ== Precedence: bulk List-ID: X-Mailing-List: linux-tegra@vger.kernel.org On 05/10/2020 16:45, Thierry Reding wrote: ... >>> Let Jon and myself do a bit of testing with this to verify that the wake >>> up paths are still working. >> >> Sure. Let me know what you find. > > The results are in and it's a bit of a mixed bag. I was able to confirm > that Tegra194 also boots again after this series and I'm also able to > resume from sleep using either rtcwake or the power-key as wakeup > source, so the wake-events mechanism is still functional after the > series. I do see a bit of breakage on resume, but none of that seems > related to your patches and is likely something that crept in while we > were looking into the current issue. > > Jon had started a job in our test farm in parallel and that came back > with a failing suspend/resume test on Tegra186 (Jetson TX2), but that > seems to have been a pre-existing issue. This was already in linux-next > around next-20200910 and Jon had been investigating it when the boot > failures due to the IPI changes started happening. So I then hooked up > my Jetson TX2 and verified locally that I can properly suspend/resume > using either rtcwake or the power-key as wakeup source, just like I > previously did on Tegra194 (Jetson AGX Xavier). Tegra186 seems to be a > little more unstable because it didn't boot every time for me, but that > is probably not related to this. Yes my feeling is that those are other issues too that we need to look at next. > So, I'm tempted to say: > > Tested-by: Thierry Reding Yes and you can have my ... Tested-by: Jon Hunter Thanks again Marc for tracking this down! Cheers Jon -- nvpublic