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 CD1CFC433E2 for ; Tue, 30 Jun 2020 18:33:52 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id AB42F2074D for ; Tue, 30 Jun 2020 18:33:52 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=linaro.org header.i=@linaro.org header.b="QtRvGqVx" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2389516AbgF3Sdw (ORCPT ); Tue, 30 Jun 2020 14:33:52 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:34822 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2390832AbgF3Sdu (ORCPT ); Tue, 30 Jun 2020 14:33:50 -0400 Received: from mail-wr1-x442.google.com (mail-wr1-x442.google.com [IPv6:2a00:1450:4864:20::442]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id D06FBC03E97E for ; Tue, 30 Jun 2020 11:33:49 -0700 (PDT) Received: by mail-wr1-x442.google.com with SMTP id s10so21102957wrw.12 for ; Tue, 30 Jun 2020 11:33:49 -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=fJpxH5/djWt9U3VYoQjuqMYzJN+p95+ihodoPPW+SNQ=; b=QtRvGqVxjzxpiFVybIea7lqehIQLky2ZFc2aG1M6771qlNANmaszRuCoEuuKojC4wO e3gUMOhd6TiyI5C3zuqPkGO0Q61l1AUfwUIyFir+LMpB+pXEgIoiTyIse+E+W0JIoF1S Ulyhd/nP9MSIRL7CQFpcHG+cwScKqaWXcQ/tUEnD/6C37OGTdUaiJf+DPwkPtWe/8/+H pW6dOiQPIe+l5evZRZ/JGlvO4MKwSS91ACC5sj6UoHMgGtVpVLEnFRxyvyjuZIe8ACvV zt1UeqXVyKh3Xxm3WcxDd6DXGrfYHQSZ3gPsXzrDcM2C9jWuSc6Z39R9xenraJNNEyLy YGMQ== 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=fJpxH5/djWt9U3VYoQjuqMYzJN+p95+ihodoPPW+SNQ=; b=pXX19eL/LXdmEWJX1K3XYxI/LRt5lKwxnCArKWATupnX5lWONz+AU166fQpCXOQpvD YVdg4a8pClRENKUmKgaV2DSLL8+rRxrj8FrJNGjlC7ymMeIZOu8qn3k3/qvByIlSAHpv SXid07aBIw3CexpiiP92PBcmQucDdaPbzdFyQ5x4aXeoZze30M1n5cZD8FnzjYdxHcY0 jfoaYoeMBcltc0kOG/Wh3Y3F/87vK3XKrAignnNGXFOUNIaf0ZaxkQRrlPETt7wyrk2o B77pAgJ3x4Dv/IJY17SatKZcAp+v05yBfDxs8h9Hv4bLc4LxU9n6jIawCwoGdNDCeQMM sZ+A== X-Gm-Message-State: AOAM531DRsbeQGE0+2FJiSB9tqBeYwtpkJ9Vg3Jeg8QA4znlx1vjF4X2 X/41XbU35SotHSqcbDuYZ12FpA== X-Google-Smtp-Source: ABdhPJxLhcXrkHLv2/YCvgyaaG9WujOJsdKLAP5iiMsukPW0YrKfbKY169ibr3i+yNbysUtJLv4bdw== X-Received: by 2002:a5d:6ac1:: with SMTP id u1mr22357628wrw.123.1593542028223; Tue, 30 Jun 2020 11:33:48 -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 b10sm4104203wmj.30.2020.06.30.11.33.45 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Tue, 30 Jun 2020 11:33:47 -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> From: Daniel Lezcano Message-ID: Date: Tue, 30 Jun 2020 20:33:45 +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 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 >> > > 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 :/ -- Linaro.org │ Open source software for ARM SoCs Follow Linaro: Facebook | Twitter | Blog