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 411AEC433DF for ; Thu, 2 Jul 2020 13:47:50 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 1C75A207D4 for ; Thu, 2 Jul 2020 13:47:50 +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 S1729314AbgGBNrr (ORCPT ); Thu, 2 Jul 2020 09:47:47 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:40976 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729335AbgGBNrq (ORCPT ); Thu, 2 Jul 2020 09:47:46 -0400 Received: from mail-wr1-x443.google.com (mail-wr1-x443.google.com [IPv6:2a00:1450:4864:20::443]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id B201BC08C5DE for ; Thu, 2 Jul 2020 06:47:45 -0700 (PDT) Received: by mail-wr1-x443.google.com with SMTP id b6so28461759wrs.11 for ; Thu, 02 Jul 2020 06:47:45 -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=T4GjFgsvEUmVR/tcdx1Hbzg4Kr++VSwNHyw+V1d4li9H0WnINcl+UGALS3YHuKeMt1 5Obi/uOqGrJj4ujw3xdkO7Y4p3+XIEzxPvGjJm6Hkd1kDDskALs+QqgsWmeF0HIXDqOS 5LWjS6IAaRZrk8EbHci+5ix+KZPF9EM+hggc383KPidBw61SU4g97Zng3PYS8RxeZVLb BG9Gt8cGPMTJL9JLgoRx7yHLjMYwrJINVf7A+HYVXqnBwx1C5ItUeW5mItBUfgH27jDg m59a8udFFDI+vjnwypmT4MkW8IHi8YGuk7AL0FptaqLPH4r2R5BwprkZpKIJxfphxkmP BGhA== X-Gm-Message-State: AOAM530q9j7dggpLS7LVRmOWtnGgR2w6mgn9gA9RmntDccBx/4rHwLJK 2iE6yWyJdWd2zYPiPWET70kV9A== 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-wireless-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-wireless@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 From mboxrd@z Thu Jan 1 00:00:00 1970 From: Daniel Lezcano Subject: Re: [PATCH v7 00/11] Stop monitoring disabled devices Date: Thu, 2 Jul 2020 15:47:38 +0200 Message-ID: <374dddd9-b600-3a30-d6c3-8cfcefc944d9@linaro.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> <73942aea-ae79-753c-fe90-d4a99423d548@collabora.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: In-Reply-To: <73942aea-ae79-753c-fe90-d4a99423d548@collabora.com> Content-Language: en-US Sender: linux-acpi-owner@vger.kernel.org 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 List-Id: platform-driver-x86.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 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,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 BFF68C433DF for ; Thu, 2 Jul 2020 13:49:10 +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 8ADBE207D4 for ; Thu, 2 Jul 2020 13:49:10 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="on3kCTbc"; dkim=fail reason="signature verification failed" (2048-bit key) header.d=linaro.org header.i=@linaro.org header.b="dmiLcwDh" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 8ADBE207D4 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=linaro.org 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-Transfer-Encoding: Content-Type: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=XvMeYfUTHsDNPxc6lKXqzq9XF+kRv7k0bLxjAPbe6yk=; b=on3kCTbchVqPSqqIRa+9VixgU nqLK2ZXwoZmu0RnQIQ5q29RP468PN+dYePW91kBeGU4ctUGOPEY0Txo8vqVBd9B+2gBSlwXb8O/u4 soGCZ9t4YBLkV3pC6qmKuu/RNeavqyAV2mMF3J2bkR7UubfFHKpkS8MasmqeCXkZnXRjWELYqUJMJ I01w7kkZ7ToFPAvRIWmykuhQnrUx+/tdk8YiiQI5/cxRy/zsUjXspPIyuGKmv8+tbiBZALjMe5ffV 2kCsTN8nXfZkhyqn1qanJLUPO55jTqwuX3WX2wW21PyASu3GujaI837E9t96Dwk4SnG3IF0xL1BRr FLjGqH8IQ==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1jqzZ6-0008OC-Oa; Thu, 02 Jul 2020 13:47:48 +0000 Received: from mail-wr1-x443.google.com ([2a00:1450:4864:20::443]) by merlin.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1jqzZ2-0008Lt-8Z for linux-arm-kernel@lists.infradead.org; Thu, 02 Jul 2020 13:47:46 +0000 Received: by mail-wr1-x443.google.com with SMTP id s10so28451011wrw.12 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=ldlS6teaucxS22WE20X7pouSgbVWhQ0aiIQMDJuqdhk0Sc+e2kobb5BE7Bp5XN2WhI h8I2MxG7p/FT7mfkUmnsze4p4QW/QmjP/gPPhqnh9/8ZRLSdsKqya79uSPw3pc5EHM7M qqFcLkT69/jrmDWG1KPuZ6EUbmlt0dqJkKf7cWPi3onG73FMKcdi0RYeG5IJUiImkQnz fzl67BizJDmvXwNoIMg5rAm7I4m7AybNkqafoxp9wfJAMCTV44Dt7QhscpO1MpoHl/8u i9VGqZ8Uw+1nm0wodmqPQPFg0N86vgWLjco2pbWS+pEA4jt1BeO4rzxHHM7Jlfyr1dVp fwNw== X-Gm-Message-State: AOAM532qClHSBhGz+Q9vmb4usUWGbkorI2wOzZYLAZvBODHlZUM7JWCx PcLV3+EAhh6NA35Xmolpy+U/FQ== 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 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-Language: en-US X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20200702_094744_651859_1D5129BF X-CRM114-Status: GOOD ( 16.58 ) 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-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: base64 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org T24gMDEvMDcvMjAyMCAxMjoyMywgQW5kcnplaiBQaWV0cmFzaWV3aWN6IHdyb3RlOgo+IEhpLAo+ IAo+IFcgZG5pdSAzMC4wNi4yMDIwIG/CoDIwOjMzLCBEYW5pZWwgTGV6Y2FubyBwaXN6ZToKPj4g T24gMzAvMDYvMjAyMCAxODo1NiwgQW5kcnplaiBQaWV0cmFzaWV3aWN6IHdyb3RlOgo+Pj4gSGks Cj4+Pgo+Pj4gVyBkbml1IDMwLjA2LjIwMjAgb8KgMTc6NTMsIERhbmllbCBMZXpjYW5vIHBpc3pl Ogo+Pj4+IE9uIDMwLzA2LzIwMjAgMTc6MjksIEFuZHJ6ZWogUGlldHJhc2lld2ljeiB3cm90ZToK Pj4+Pj4gSGkgRGFuaWVsLAo+Pj4+Pgo+Pj4+PiBXIGRuaXUgMzAuMDYuMjAyMCBvwqAxNjo1Mywg RGFuaWVsIExlemNhbm8gcGlzemU6Cj4+Pj4+PiBPbiAzMC8wNi8yMDIwIDE1OjQzLCBBbmRyemVq IFBpZXRyYXNpZXdpY3ogd3JvdGU6Cj4+Pj4+Pj4gSGkgRGFuaWVsLAo+Pj4+Pj4+Cj4+Pj4+Pj4g SSBhbSByZWFkaW5nIHRoZSBsb2dzIGFuZCBjYW4ndCBmaW5kIGFueXRoaW5nIHNwZWNpZmljIHRv IHRoZXJtYWwuCj4+Pj4+Pj4KPj4+Pj4+PiBXaGF0IEkgY2FuIHNlZSBpcwo+Pj4+Pj4+Cj4+Pj4+ Pj4gInJhbmRvbTogY3JuZyBpbml0IGRvbmUiCj4+Pj4+Pj4KPj4+Pj4+PiB3aXRoIGxhcmdlIHRp bWVzICh+MjAwcykgYW5kIHRoZW4gZS5nLgo+Pj4+Pj4+Cj4+Pj4+Pj4gJ2F1dG8tbG9naW4tYWN0 aW9uIHRpbWVkIG91dCBhZnRlciAyODMgc2Vjb25kcycKPj4+Pj4+Pgo+Pj4+Pj4+IEknbSBsb29r aW5nIGF0IGUuZy4KPj4+Pj4+PiBodHRwczovL3N0b3JhZ2Uua2VybmVsY2kub3JnL3RoZXJtYWwv dGVzdGluZy92NS44LXJjMy0xMS1nZjVlNTBiZjRkM2VmL2FybS9tdWx0aV92N19kZWZjb25maWcv Z2NjLTgvbGFiLWJheWxpYnJlL2Jhc2VsaW5lLWlteDZxLXNhYnJlbGl0ZS5odG1sCj4+Pj4+Pj4K Pj4+Pj4+Pgo+Pj4+Pj4+Cj4+Pj4+Pj4KPj4+Pj4KPj4+Pj4gZjVlNTBiZjRkM2VmIGlzIFBBVENI IDExLzExLiBEb2VzIHRoZSBwcm9ibGVtIGhhcHBlbiBhdCBQQVRDSCAxLTEwLzExPwo+Pj4+PiBQ QVRDSCAxMS8xMSByZW5hbWVzIGEgbWV0aG9kIGFuZCB0aGUgY29kZSBjb21waWxlcywgc28gaXQg c2VlbXMKPj4+Pj4gdW5saWtlbHkgdGhhdCB0aGlzIGlzIGNhdXNpbmcgcHJvYmxlbXMuIE9uZSBz aG91bGQgbmV2ZXIgc2F5IG5ldmVyLAo+Pj4+PiB0aG91Z2ggOykKPj4+Pgo+Pj4+IFRoZSBzaGEx IGlzIGp1c3QgdGhlIEhFQUQgZm9yIHRoZSBrZXJuZWwgcmVmZXJlbmNlLiBUaGUgcmVncmVzc2lv bgo+Pj4+IGhhcHBlbnMgd2l0aCB5b3VyIHNlcmllcywgc29tZXdoZXJlLgo+Pj4+Cj4+Pj4+IFRo ZSByZXBvcnRlZCBmYWlsdXJlIGlzIG5vdCBkdWUgdG8gc29tZSB0ZXN0IGZhaWxpbmcgYnV0IHJh dGhlciBkdWUKPj4+Pj4gdG8gdGltZW91dCBsb2dnaW5nIGludG8gdGhlIHRlc3Qgc3lzdGVtLiBD b3VsZCBpdCBiZSB0aGF0IHRoZXJlIGlzCj4+Pj4+IHNvbWUgb3RoZXIgcHJvYmxlbT8KPj4+Pgo+ Pj4+IEkgZGlkIHJlcHJvZHVjZToKPj4+Pgo+Pj4+IHY1LjgtcmMzICsgc2VyaWVzID0+IGlteDYg aGFuZyBhdCBib290IHRpbWUKPj4+PiB2NS44LXJjMyA9PiBpbXg2IGJvb3RzIGNvcnJlY3RseQoK U28gZmluYWxseSBJIHN1Y2NlZWRlZCB0byByZXByb2R1Y2UgaXQgb24gbXkgaW14NyBsb2NhbGx5 LiBUaGUgc2Vuc29yCndhcyBmYWlsaW5nIHRvIGluaXRpYWxpemUgZm9yIGFub3RoZXIgcmVhc29u IHJlbGF0ZWQgdG8gdGhlIGxlZ2FjeQpjb29saW5nIGRldmljZSwgdGhpcyBpcyB3aHkgaXQgaXMg bm90IGFwcGVhcmluZyBvbiB0aGUgaW14Ny4KCkkgY2FuIG5vdyBnaXQtYmlzZWN0IDopCgoKCi0t IAo8aHR0cDovL3d3dy5saW5hcm8ub3JnLz4gTGluYXJvLm9yZyDilIIgT3BlbiBzb3VyY2Ugc29m dHdhcmUgZm9yIEFSTSBTb0NzCgpGb2xsb3cgTGluYXJvOiAgPGh0dHA6Ly93d3cuZmFjZWJvb2su Y29tL3BhZ2VzL0xpbmFybz4gRmFjZWJvb2sgfAo8aHR0cDovL3R3aXR0ZXIuY29tLyMhL2xpbmFy b29yZz4gVHdpdHRlciB8CjxodHRwOi8vd3d3LmxpbmFyby5vcmcvbGluYXJvLWJsb2cvPiBCbG9n CgpfX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fXwpsaW51eC1h cm0ta2VybmVsIG1haWxpbmcgbGlzdApsaW51eC1hcm0ta2VybmVsQGxpc3RzLmluZnJhZGVhZC5v cmcKaHR0cDovL2xpc3RzLmluZnJhZGVhZC5vcmcvbWFpbG1hbi9saXN0aW5mby9saW51eC1hcm0t a2VybmVsCg==