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=-2.6 required=3.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,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 B4E73C433DF for ; Thu, 2 Jul 2020 13:47:46 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 905AD208D5 for ; Thu, 2 Jul 2020 13:47:46 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=linaro.org header.i=@linaro.org header.b="dmiLcwDh" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729313AbgGBNrp (ORCPT ); Thu, 2 Jul 2020 09:47:45 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:40964 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729254AbgGBNro (ORCPT ); Thu, 2 Jul 2020 09:47:44 -0400 Received: from mail-wr1-x441.google.com (mail-wr1-x441.google.com [IPv6:2a00:1450:4864:20::441]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 91FCFC08C5DC for ; Thu, 2 Jul 2020 06:47:44 -0700 (PDT) Received: by mail-wr1-x441.google.com with SMTP id k6so28503595wrn.3 for ; Thu, 02 Jul 2020 06:47:44 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=subject:to:cc:references:from:message-id:date:user-agent :mime-version:in-reply-to:content-language:content-transfer-encoding; bh=ZwC2KofFJKO2Kz1ZnDpUC9vH2nMKW6u7oZXxLzQv40I=; b=dmiLcwDhJk1NQcYlu03OuKMtUIE/NeC2LLeLbrwxiWP/CQWVh678undWuJpSMFfWKt pqJQFbXDS3SmeqvEKXm69oZpdNbYtPr6K3bey6rLz4r9xng9TFETrFIQ4hIDCxrfauBv GRYt0qlTOeZ49+GYrf+gmLrcYXd/cnfabq6G/6qUAp59taYwc4gBHa3cG+n+S7WK2WBM bGRllAgbervVwDtmS+KJwhmnJnQLcCPvhcoveFej6391OZEALA4RpW2ZaSp+wxwu9qX6 lLqF4S+Po6BfziWbngftEcLQyKYRo1r1AtxgL+iQTjhEXqpcEujdUBJ/nnzFqdttjO26 +8Ug== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:to:cc:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-language :content-transfer-encoding; bh=ZwC2KofFJKO2Kz1ZnDpUC9vH2nMKW6u7oZXxLzQv40I=; b=ZNP+lAImRKkmKDSWZx8Xs30QJhAug2PMRmPkYZXBErZEFJCSRhBR+N08cU0lSoomez gS4qFsoQbFN+PteO/HQK0U0SXhVaDzck4nLO4b89qaVFbSU+ai7qJHtO9qai6C56rkuG pp/N7csZi/UYOyPYDUf+GslxMFnOF1vd6sZ5oSel1QVHJaovMNz+lh/PVAA28TSOAp4t aJhpZqhhncYbx0lyt9iAq4uB/zMDQG286dweRtpZInZHQ0ccUaiXe4zzbeMA6MVaW6GN uP5BsK8yyD8ZY8XHVoamZnCjemdjmZhUHe9VTZXpnqQRMCjzdbZZXOfjO/Nw+NmBqDCf jTxw== X-Gm-Message-State: AOAM531Vc+nT26GjxFlg1fc5gzIgEeHt0XGjVtC8H0ovB5jcmI1HLbMW AvKl+aG8e8RseI0QJTMz1wu+Ug== X-Google-Smtp-Source: ABdhPJxkjl0IEjS3JqN7KaPO6L0oyFA19XXhKeCpfVTk+YyOUUQhs0LWqu5F2t0O0dXW3DG2OnPg/w== X-Received: by 2002:adf:c44d:: with SMTP id a13mr32528906wrg.205.1593697663121; Thu, 02 Jul 2020 06:47:43 -0700 (PDT) Received: from ?IPv6:2a01:e34:ed2f:f020:c88a:7b2b:a4a1:46d0? ([2a01:e34:ed2f:f020:c88a:7b2b:a4a1:46d0]) by smtp.googlemail.com with ESMTPSA id g16sm11988699wrh.91.2020.07.02.06.47.39 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Thu, 02 Jul 2020 06:47:42 -0700 (PDT) Subject: Re: [PATCH v7 00/11] Stop monitoring disabled devices To: Andrzej Pietrasiewicz , linux-pm@vger.kernel.org, linux-acpi@vger.kernel.org, netdev@vger.kernel.org, linux-wireless@vger.kernel.org, platform-driver-x86@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-renesas-soc@vger.kernel.org, linux-rockchip@lists.infradead.org Cc: "Rafael J . Wysocki" , Len Brown , Vishal Kulkarni , "David S . Miller" , Jiri Pirko , Ido Schimmel , Johannes Berg , Emmanuel Grumbach , Luca Coelho , Intel Linux Wireless , Kalle Valo , Peter Kaestle , Darren Hart , Andy Shevchenko , Sebastian Reichel , Miquel Raynal , Amit Kucheria , Support Opensource , Shawn Guo , Sascha Hauer , Pengutronix Kernel Team , Fabio Estevam , NXP Linux Team , =?UTF-8?Q?Niklas_S=c3=b6derlund?= , Heiko Stuebner , Orson Zhai , Baolin Wang , Chunyan Zhang , Zhang Rui , Allison Randal , Enrico Weigelt , Gayatri Kammela , Thomas Gleixner , Bartlomiej Zolnierkiewicz , kernel@collabora.com References: <20200629122925.21729-1-andrzej.p@collabora.com> <3d03d1a2-ac06-b69b-93cb-e0203be62c10@collabora.com> <47111821-d691-e71d-d740-e4325e290fa4@linaro.org> <4353a939-3f5e-8369-5bc0-ad8162b5ffc7@linaro.org> <73942aea-ae79-753c-fe90-d4a99423d548@collabora.com> From: Daniel Lezcano Message-ID: <374dddd9-b600-3a30-d6c3-8cfcefc944d9@linaro.org> Date: Thu, 2 Jul 2020 15:47:38 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.8.0 MIME-Version: 1.0 In-Reply-To: <73942aea-ae79-753c-fe90-d4a99423d548@collabora.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 8bit Sender: linux-pm-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-pm@vger.kernel.org On 01/07/2020 12:23, Andrzej Pietrasiewicz wrote: > Hi, > > W dniu 30.06.2020 o 20:33, Daniel Lezcano pisze: >> On 30/06/2020 18:56, Andrzej Pietrasiewicz wrote: >>> Hi, >>> >>> W dniu 30.06.2020 o 17:53, Daniel Lezcano pisze: >>>> On 30/06/2020 17:29, Andrzej Pietrasiewicz wrote: >>>>> Hi Daniel, >>>>> >>>>> W dniu 30.06.2020 o 16:53, Daniel Lezcano pisze: >>>>>> On 30/06/2020 15:43, Andrzej Pietrasiewicz wrote: >>>>>>> Hi Daniel, >>>>>>> >>>>>>> I am reading the logs and can't find anything specific to thermal. >>>>>>> >>>>>>> What I can see is >>>>>>> >>>>>>> "random: crng init done" >>>>>>> >>>>>>> with large times (~200s) and then e.g. >>>>>>> >>>>>>> 'auto-login-action timed out after 283 seconds' >>>>>>> >>>>>>> I'm looking at e.g. >>>>>>> https://storage.kernelci.org/thermal/testing/v5.8-rc3-11-gf5e50bf4d3ef/arm/multi_v7_defconfig/gcc-8/lab-baylibre/baseline-imx6q-sabrelite.html >>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>> >>>>> f5e50bf4d3ef is PATCH 11/11. Does the problem happen at PATCH 1-10/11? >>>>> PATCH 11/11 renames a method and the code compiles, so it seems >>>>> unlikely that this is causing problems. One should never say never, >>>>> though ;) >>>> >>>> The sha1 is just the HEAD for the kernel reference. The regression >>>> happens with your series, somewhere. >>>> >>>>> The reported failure is not due to some test failing but rather due >>>>> to timeout logging into the test system. Could it be that there is >>>>> some other problem? >>>> >>>> I did reproduce: >>>> >>>> v5.8-rc3 + series => imx6 hang at boot time >>>> v5.8-rc3 => imx6 boots correctly So finally I succeeded to reproduce it on my imx7 locally. The sensor was failing to initialize for another reason related to the legacy cooling device, this is why it is not appearing on the imx7. I can now git-bisect :) -- Linaro.org │ Open source software for ARM SoCs Follow Linaro: Facebook | Twitter | Blog