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.5 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,UNPARSEABLE_RELAY,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 A96CEC433E0 for ; Wed, 1 Jul 2020 10:23:43 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 946682067D for ; Wed, 1 Jul 2020 10:23:43 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729893AbgGAKXj (ORCPT ); Wed, 1 Jul 2020 06:23:39 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:40606 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729781AbgGAKXi (ORCPT ); Wed, 1 Jul 2020 06:23:38 -0400 Received: from bhuna.collabora.co.uk (bhuna.collabora.co.uk [IPv6:2a00:1098:0:82:1000:25:2eeb:e3e3]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 248D4C03E979; Wed, 1 Jul 2020 03:23:38 -0700 (PDT) Received: from [127.0.0.1] (localhost [127.0.0.1]) (Authenticated sender: andrzej.p) with ESMTPSA id 339872A530D Subject: Re: [PATCH v7 00/11] Stop monitoring disabled devices To: Daniel Lezcano , 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> From: Andrzej Pietrasiewicz Message-ID: <73942aea-ae79-753c-fe90-d4a99423d548@collabora.com> Date: Wed, 1 Jul 2020 12:23:29 +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; format=flowed 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 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 >>> What did you reproduce? Timeout logging in to the test system or a "real" failure of a test? >> >> I kindly ask for a bisect. > > I will give a try but it is a very long process as the board is running > on kernelci. > > I was not able to reproduce it on imx7 despite it is the same sensor :/ > > Could it be that the thermal sensors somehow contribute to entropy and after the series is applied on some machines it takes more time to gather enough entropy? Andrzej From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrzej Pietrasiewicz Subject: Re: [PATCH v7 00/11] Stop monitoring disabled devices Date: Wed, 1 Jul 2020 12:23:29 +0200 Message-ID: <73942aea-ae79-753c-fe90-d4a99423d548@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> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Return-path: In-Reply-To: Content-Language: en-US Sender: linux-acpi-owner@vger.kernel.org To: Daniel Lezcano , 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 List-Id: platform-driver-x86.vger.kernel.org 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 >>> What did you reproduce? Timeout logging in to the test system or a "real" failure of a test? >> >> I kindly ask for a bisect. > > I will give a try but it is a very long process as the board is running > on kernelci. > > I was not able to reproduce it on imx7 despite it is the same sensor :/ > > Could it be that the thermal sensors somehow contribute to entropy and after the series is applied on some machines it takes more time to gather enough entropy? Andrzej 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.5 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS,UNPARSEABLE_RELAY,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 F024EC433E0 for ; Wed, 1 Jul 2020 10:25:01 +0000 (UTC) Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id C03192067D for ; Wed, 1 Jul 2020 10:25:01 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="ngGW/tB3" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org C03192067D Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=collabora.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=merlin.20170209; h=Sender:Content-Type: Content-Transfer-Encoding:Cc:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:Date:Message-ID:From: References:To:Subject:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=RM0Bj6GXndOQMYRNCiaGu6Q6FvSm0aBue003C7qCLao=; b=ngGW/tB3YHedj37gwd5h5uCfd I7JK314T5Am5rE4whxHBU0EiVQ/NbCR6zziKy6mKVoqlElrUpddFnS7aoc6UlAGEFCr5ULwruUzX5 PgIsR7aEHBuQ7EFKXKsvX5EsqWDYlCFZhWGRjOZOSV/UAEzQPj3Tpx1RaehNywXxKvw6A0n8O5E7Y kNDd+OR38qh2euDAIcF231SheqvpEx+l2dfKUp/XfowM/1XB4WJuMCSILxacVKKaUS2wVt4MAnkHp 1o6T+v31jH6OjJEvRvy1scsw7XTPo/5aq2FP1HbmtBIgu3tWcUthutpLsxfNfAOtvd5JDUUrs6mpH FChMkm6CQ==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1jqZu2-0000iC-Ax; Wed, 01 Jul 2020 10:23:42 +0000 Received: from bhuna.collabora.co.uk ([2a00:1098:0:82:1000:25:2eeb:e3e3]) by merlin.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1jqZtz-0000fi-4p; Wed, 01 Jul 2020 10:23:40 +0000 Received: from [127.0.0.1] (localhost [127.0.0.1]) (Authenticated sender: andrzej.p) with ESMTPSA id 339872A530D Subject: Re: [PATCH v7 00/11] Stop monitoring disabled devices To: Daniel Lezcano , 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 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> From: Andrzej Pietrasiewicz Message-ID: <73942aea-ae79-753c-fe90-d4a99423d548@collabora.com> Date: Wed, 1 Jul 2020 12:23:29 +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-Language: en-US X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20200701_062339_332915_E5064D2F X-CRM114-Status: GOOD ( 19.57 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Emmanuel Grumbach , Heiko Stuebner , "Rafael J . Wysocki" , Vishal Kulkarni , Luca Coelho , Miquel Raynal , kernel@collabora.com, Fabio Estevam , Amit Kucheria , Chunyan Zhang , Bartlomiej Zolnierkiewicz , Allison Randal , NXP Linux Team , Darren Hart , Zhang Rui , Gayatri Kammela , Len Brown , Johannes Berg , Intel Linux Wireless , Sascha Hauer , Ido Schimmel , Baolin Wang , Jiri Pirko , Orson Zhai , Thomas Gleixner , Kalle Valo , Support Opensource , Enrico Weigelt , Peter Kaestle , Sebastian Reichel , Pengutronix Kernel Team , =?UTF-8?Q?Niklas_S=c3=b6derlund?= , Shawn Guo , "David S . Miller" , Andy Shevchenko Content-Transfer-Encoding: base64 Content-Type: text/plain; charset="utf-8"; Format="flowed" Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org SGksCgpXIGRuaXUgMzAuMDYuMjAyMCBvwqAyMDozMywgRGFuaWVsIExlemNhbm8gcGlzemU6Cj4g T24gMzAvMDYvMjAyMCAxODo1NiwgQW5kcnplaiBQaWV0cmFzaWV3aWN6IHdyb3RlOgo+PiBIaSwK Pj4KPj4gVyBkbml1IDMwLjA2LjIwMjAgb8KgMTc6NTMsIERhbmllbCBMZXpjYW5vIHBpc3plOgo+ Pj4gT24gMzAvMDYvMjAyMCAxNzoyOSwgQW5kcnplaiBQaWV0cmFzaWV3aWN6IHdyb3RlOgo+Pj4+ IEhpIERhbmllbCwKPj4+Pgo+Pj4+IFcgZG5pdSAzMC4wNi4yMDIwIG/CoDE2OjUzLCBEYW5pZWwg TGV6Y2FubyBwaXN6ZToKPj4+Pj4gT24gMzAvMDYvMjAyMCAxNTo0MywgQW5kcnplaiBQaWV0cmFz aWV3aWN6IHdyb3RlOgo+Pj4+Pj4gSGkgRGFuaWVsLAo+Pj4+Pj4KPj4+Pj4+IEkgYW0gcmVhZGlu ZyB0aGUgbG9ncyBhbmQgY2FuJ3QgZmluZCBhbnl0aGluZyBzcGVjaWZpYyB0byB0aGVybWFsLgo+ Pj4+Pj4KPj4+Pj4+IFdoYXQgSSBjYW4gc2VlIGlzCj4+Pj4+Pgo+Pj4+Pj4gInJhbmRvbTogY3Ju ZyBpbml0IGRvbmUiCj4+Pj4+Pgo+Pj4+Pj4gd2l0aCBsYXJnZSB0aW1lcyAofjIwMHMpIGFuZCB0 aGVuIGUuZy4KPj4+Pj4+Cj4+Pj4+PiAnYXV0by1sb2dpbi1hY3Rpb24gdGltZWQgb3V0IGFmdGVy IDI4MyBzZWNvbmRzJwo+Pj4+Pj4KPj4+Pj4+IEknbSBsb29raW5nIGF0IGUuZy4KPj4+Pj4+IGh0 dHBzOi8vc3RvcmFnZS5rZXJuZWxjaS5vcmcvdGhlcm1hbC90ZXN0aW5nL3Y1LjgtcmMzLTExLWdm NWU1MGJmNGQzZWYvYXJtL211bHRpX3Y3X2RlZmNvbmZpZy9nY2MtOC9sYWItYmF5bGlicmUvYmFz ZWxpbmUtaW14NnEtc2FicmVsaXRlLmh0bWwKPj4+Pj4+Cj4+Pj4+Pgo+Pj4+Pj4KPj4+Pgo+Pj4+ IGY1ZTUwYmY0ZDNlZiBpcyBQQVRDSCAxMS8xMS4gRG9lcyB0aGUgcHJvYmxlbSBoYXBwZW4gYXQg UEFUQ0ggMS0xMC8xMT8KPj4+PiBQQVRDSCAxMS8xMSByZW5hbWVzIGEgbWV0aG9kIGFuZCB0aGUg Y29kZSBjb21waWxlcywgc28gaXQgc2VlbXMKPj4+PiB1bmxpa2VseSB0aGF0IHRoaXMgaXMgY2F1 c2luZyBwcm9ibGVtcy4gT25lIHNob3VsZCBuZXZlciBzYXkgbmV2ZXIsCj4+Pj4gdGhvdWdoIDsp Cj4+Pgo+Pj4gVGhlIHNoYTEgaXMganVzdCB0aGUgSEVBRCBmb3IgdGhlIGtlcm5lbCByZWZlcmVu Y2UuIFRoZSByZWdyZXNzaW9uCj4+PiBoYXBwZW5zIHdpdGggeW91ciBzZXJpZXMsIHNvbWV3aGVy ZS4KPj4+Cj4+Pj4gVGhlIHJlcG9ydGVkIGZhaWx1cmUgaXMgbm90IGR1ZSB0byBzb21lIHRlc3Qg ZmFpbGluZyBidXQgcmF0aGVyIGR1ZQo+Pj4+IHRvIHRpbWVvdXQgbG9nZ2luZyBpbnRvIHRoZSB0 ZXN0IHN5c3RlbS4gQ291bGQgaXQgYmUgdGhhdCB0aGVyZSBpcwo+Pj4+IHNvbWUgb3RoZXIgcHJv YmxlbT8KPj4+Cj4+PiBJIGRpZCByZXByb2R1Y2U6Cj4+Pgo+Pj4gdjUuOC1yYzMgKyBzZXJpZXMg PT4gaW14NiBoYW5nIGF0IGJvb3QgdGltZQo+Pj4gdjUuOC1yYzMgPT4gaW14NiBib290cyBjb3Jy ZWN0bHkKPj4+CgpXaGF0IGRpZCB5b3UgcmVwcm9kdWNlPyBUaW1lb3V0IGxvZ2dpbmcgaW4gdG8g dGhlIHRlc3Qgc3lzdGVtIG9yIGEgInJlYWwiIApmYWlsdXJlIG9mIGEgdGVzdD8KCj4+Cj4+IEkg a2luZGx5IGFzayBmb3IgYSBiaXNlY3QuCj4gCj4gSSB3aWxsIGdpdmUgYSB0cnkgYnV0IGl0IGlz IGEgdmVyeSBsb25nIHByb2Nlc3MgYXMgdGhlIGJvYXJkIGlzIHJ1bm5pbmcKPiBvbiBrZXJuZWxj aS4KPiAKPiBJIHdhcyBub3QgYWJsZSB0byByZXByb2R1Y2UgaXQgb24gaW14NyBkZXNwaXRlIGl0 IGlzIHRoZSBzYW1lIHNlbnNvciA6Lwo+IAo+IAoKQ291bGQgaXQgYmUgdGhhdCB0aGUgdGhlcm1h bCBzZW5zb3JzIHNvbWVob3cgY29udHJpYnV0ZSB0byBlbnRyb3B5IGFuZCBhZnRlcgp0aGUgc2Vy aWVzIGlzIGFwcGxpZWQgb24gc29tZSBtYWNoaW5lcyBpdCB0YWtlcyBtb3JlIHRpbWUgdG8gZ2F0 aGVyIGVub3VnaAplbnRyb3B5PwoKQW5kcnplagoKX19fX19fX19fX19fX19fX19fX19fX19fX19f X19fX19fX19fX19fX19fX19fX18KbGludXgtYXJtLWtlcm5lbCBtYWlsaW5nIGxpc3QKbGludXgt YXJtLWtlcm5lbEBsaXN0cy5pbmZyYWRlYWQub3JnCmh0dHA6Ly9saXN0cy5pbmZyYWRlYWQub3Jn L21haWxtYW4vbGlzdGluZm8vbGludXgtYXJtLWtlcm5lbAo=