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 97219C433E0 for ; Tue, 30 Jun 2020 15:53:23 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 6F24C20675 for ; Tue, 30 Jun 2020 15:53:23 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=linaro.org header.i=@linaro.org header.b="pZMbiCji" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2389790AbgF3PxV (ORCPT ); Tue, 30 Jun 2020 11:53:21 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:38358 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2389784AbgF3PxU (ORCPT ); Tue, 30 Jun 2020 11:53:20 -0400 Received: from mail-wm1-x343.google.com (mail-wm1-x343.google.com [IPv6:2a00:1450:4864:20::343]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id A29E6C03E97B for ; Tue, 30 Jun 2020 08:53:18 -0700 (PDT) Received: by mail-wm1-x343.google.com with SMTP id f18so20108469wml.3 for ; Tue, 30 Jun 2020 08:53:18 -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=ZlhxamwqaiEMIpmJScsP8WaHtcSePSX2SSE4z4msAfU=; b=pZMbiCji8j2GB9THF+qXVSgiyMCUWOFHbpWrTaTQ5T5hngskdKThzcqyS/urr5eKVO equszs6sppekKylDyaCAdUDTCjVL0NqhJlKigviPxF3AkeCBXankW5oAu5fSYw3sJL0j pN95T60h1NnV60aqhcJ4+JOxAl5l7GXafksuzsMsCyJRmbrM5outQ43liZtosxzBoari 8aQ+OZ567cvqIdHFwLXayD0BST12Yq8qqnxN5sT9F87L+PZg3Gg+jzIY6Vgikazpm40Y MsD/kbGeVX1bCXKJWA61xX/b+MlinG5QKJ97kYzr2MaCyy/nlKOVVhxNA8tCCM+yOB4j Osyw== 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=ZlhxamwqaiEMIpmJScsP8WaHtcSePSX2SSE4z4msAfU=; b=r8Pv5LC/Ehyz/vqc/U5RMMEg6895M4uTjQDFaNA2z30hwmR/k0XKzbiHx3RS/cpIP5 QU6V8Q3DBOFBbpUEKJNZXp5iOLJwYzPf+Dt4fKHpA0SzPmXUZakv64Aejx9jxP6IKnN8 +L6r6hrOKlRBtUYtGg2RtxZIv6V1tF3iuw05n2e57x01CB9zfC3kskoQbbwoBbbZbTtK jZlGjzTN5yU5DTC23VRkmKcjwV9+G/AVra4Gp69vEgwI5Hm9rBWIHY54vI3n5RrmNiW5 dxCHSdDwYgh+KS+i2HNXR1/ek/bys6CSrTFkhhLSvOCKb+9HBzegcX/N7Yakcs0Cd/Hf H88w== X-Gm-Message-State: AOAM533BVPHgqlEiwSw0I068UDIDj/C86kxAFdsArwDZALg6HYktS4ws PcFkta4YVsnhZQ6IekafxAeEuA== X-Google-Smtp-Source: ABdhPJxl2gp79Z5Dv6ITz5QGs5s+4SmumsdhYFya47TQ/xK22cY2dC2eBhxp9kUukoWVgtVejXnuBg== X-Received: by 2002:a7b:c14a:: with SMTP id z10mr21389052wmi.19.1593532397120; Tue, 30 Jun 2020 08:53:17 -0700 (PDT) Received: from ?IPv6:2a01:e34:ed2f:f020:54f4:a99f:ab88:bc07? ([2a01:e34:ed2f:f020:54f4:a99f:ab88:bc07]) by smtp.googlemail.com with ESMTPSA id a2sm4010629wrn.68.2020.06.30.08.53.14 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Tue, 30 Jun 2020 08:53:16 -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> From: Daniel Lezcano Message-ID: <4353a939-3f5e-8369-5bc0-ad8162b5ffc7@linaro.org> Date: Tue, 30 Jun 2020 17:53:14 +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: Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 8bit Sender: linux-wireless-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-wireless@vger.kernel.org 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 -- Linaro.org │ Open source software for ARM SoCs Follow Linaro: Facebook | Twitter | Blog