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 From mboxrd@z Thu Jan 1 00:00:00 1970 From: Daniel Lezcano Subject: Re: [PATCH v7 00/11] Stop monitoring disabled devices Date: Tue, 30 Jun 2020 17:53:14 +0200 Message-ID: <4353a939-3f5e-8369-5bc0-ad8162b5ffc7@linaro.org> References: <20200629122925.21729-1-andrzej.p@collabora.com> <3d03d1a2-ac06-b69b-93cb-e0203be62c10@collabora.com> <47111821-d691-e71d-d740-e4325e290fa4@linaro.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: In-Reply-To: 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 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 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 0712BC433E0 for ; Tue, 30 Jun 2020 15:55:05 +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 C5EE620663 for ; Tue, 30 Jun 2020 15:55:04 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="ppnSKkTc"; dkim=fail reason="signature verification failed" (2048-bit key) header.d=linaro.org header.i=@linaro.org header.b="pZMbiCji" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org C5EE620663 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=tYJST3wBOC/sgmc9fhNFa6lj59RXmx1HH9YcIvc1tYo=; b=ppnSKkTcdDzwBnEzaME/P6kws DLeCOiJ6uoPMoVj15AwDzY6fdpL4CsR6Gab1xPtRK8zFTSRgk9GD3TOLy/IPR9fssb0b/ar8Xb4oB hxb5pPlXxNzVqKO6f8FCmtAlgYD7wq2VTAD+MBTucgm5vzpOZiWBcDsg1Yss3jx95U3Szf+fw5+dJ e4Rm2CXTTH5t/AMsgKrpzgX3wItnVtWNC4KTYYZaWWcXOnUh+p+0d/f7UDral+IKwEkIZVUJW4jWC 4UuZv0zIK4vpXhcjgCftMdQoEL+V7DS4/mIa6f1MIr4s+ZRE7hIHdTk/suJsqjIK9Jai/Jp4X+5q7 +wTGP120w==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1jqIZc-000523-If; Tue, 30 Jun 2020 15:53:28 +0000 Received: from mail-wm1-x343.google.com ([2a00:1450:4864:20::343]) by merlin.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1jqIZS-00050C-Jj for linux-arm-kernel@lists.infradead.org; Tue, 30 Jun 2020 15:53:25 +0000 Received: by mail-wm1-x343.google.com with SMTP id l17so19315583wmj.0 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=acJhQ4tUAJHFn/JYti+tbXP6oDdJ2vjAc/zUF2WukrcLveiLto9kWcNDIxBs4Ip0Gi HxV4fokoQageUP6+760Tk6tiXFe8A1aevXp4pyeKRk+WCfZUw5lsRgJVkc5MH+bzVoCt oScSEDH/l56zAPADGDXDughb7NgomxLWhXithHsckUwFJ5w6qt2q5KC/BTPVzckGxMNK YEY4H6Iq2ng7OnACf2dftj55IUkmlQMtutm3/gGacFuWu8DZMpSBMvMIZkgLa5BurGK0 hK2feW5bEz5crGD0AfYZ7r8HtSAvMqOShKiSS2BcdDJqxaOYg8mXcNEUMdkEEbnwedV1 7ntQ== X-Gm-Message-State: AOAM530I+rJgEUJ+dIQ7nAx23s1tT+A2F6GX1XL/fAtgKDgH8WNNOGGc hMhoEV6w7RyhOxLR7N4CXBHGVw== 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 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-Language: en-US X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20200630_115318_750140_BC9EE196 X-CRM114-Status: GOOD ( 17.97 ) 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 T24gMzAvMDYvMjAyMCAxNzoyOSwgQW5kcnplaiBQaWV0cmFzaWV3aWN6IHdyb3RlOgo+IEhpIERh bmllbCwKPiAKPiBXIGRuaXUgMzAuMDYuMjAyMCBvwqAxNjo1MywgRGFuaWVsIExlemNhbm8gcGlz emU6Cj4+IE9uIDMwLzA2LzIwMjAgMTU6NDMsIEFuZHJ6ZWogUGlldHJhc2lld2ljeiB3cm90ZToK Pj4+IEhpIERhbmllbCwKPj4+Cj4+PiBJIGFtIHJlYWRpbmcgdGhlIGxvZ3MgYW5kIGNhbid0IGZp bmQgYW55dGhpbmcgc3BlY2lmaWMgdG8gdGhlcm1hbC4KPj4+Cj4+PiBXaGF0IEkgY2FuIHNlZSBp cwo+Pj4KPj4+ICJyYW5kb206IGNybmcgaW5pdCBkb25lIgo+Pj4KPj4+IHdpdGggbGFyZ2UgdGlt ZXMgKH4yMDBzKSBhbmQgdGhlbiBlLmcuCj4+Pgo+Pj4gJ2F1dG8tbG9naW4tYWN0aW9uIHRpbWVk IG91dCBhZnRlciAyODMgc2Vjb25kcycKPj4+Cj4+PiBJJ20gbG9va2luZyBhdCBlLmcuCj4+PiBo dHRwczovL3N0b3JhZ2Uua2VybmVsY2kub3JnL3RoZXJtYWwvdGVzdGluZy92NS44LXJjMy0xMS1n ZjVlNTBiZjRkM2VmL2FybS9tdWx0aV92N19kZWZjb25maWcvZ2NjLTgvbGFiLWJheWxpYnJlL2Jh c2VsaW5lLWlteDZxLXNhYnJlbGl0ZS5odG1sCj4+Pgo+Pj4KPiAKPiBmNWU1MGJmNGQzZWYgaXMg UEFUQ0ggMTEvMTEuIERvZXMgdGhlIHByb2JsZW0gaGFwcGVuIGF0IFBBVENIIDEtMTAvMTE/Cj4g UEFUQ0ggMTEvMTEgcmVuYW1lcyBhIG1ldGhvZCBhbmQgdGhlIGNvZGUgY29tcGlsZXMsIHNvIGl0 IHNlZW1zCj4gdW5saWtlbHkgdGhhdCB0aGlzIGlzIGNhdXNpbmcgcHJvYmxlbXMuIE9uZSBzaG91 bGQgbmV2ZXIgc2F5IG5ldmVyLAo+IHRob3VnaCA7KQoKVGhlIHNoYTEgaXMganVzdCB0aGUgSEVB RCBmb3IgdGhlIGtlcm5lbCByZWZlcmVuY2UuIFRoZSByZWdyZXNzaW9uCmhhcHBlbnMgd2l0aCB5 b3VyIHNlcmllcywgc29tZXdoZXJlLgoKPiBUaGUgcmVwb3J0ZWQgZmFpbHVyZSBpcyBub3QgZHVl IHRvIHNvbWUgdGVzdCBmYWlsaW5nIGJ1dCByYXRoZXIgZHVlCj4gdG8gdGltZW91dCBsb2dnaW5n IGludG8gdGhlIHRlc3Qgc3lzdGVtLiBDb3VsZCBpdCBiZSB0aGF0IHRoZXJlIGlzCj4gc29tZSBv dGhlciBwcm9ibGVtPwoKSSBkaWQgcmVwcm9kdWNlOgoKdjUuOC1yYzMgKyBzZXJpZXMgPT4gaW14 NiBoYW5nIGF0IGJvb3QgdGltZQp2NS44LXJjMyA9PiBpbXg2IGJvb3RzIGNvcnJlY3RseQoKCi0t IAo8aHR0cDovL3d3dy5saW5hcm8ub3JnLz4gTGluYXJvLm9yZyDilIIgT3BlbiBzb3VyY2Ugc29m dHdhcmUgZm9yIEFSTSBTb0NzCgpGb2xsb3cgTGluYXJvOiAgPGh0dHA6Ly93d3cuZmFjZWJvb2su Y29tL3BhZ2VzL0xpbmFybz4gRmFjZWJvb2sgfAo8aHR0cDovL3R3aXR0ZXIuY29tLyMhL2xpbmFy b29yZz4gVHdpdHRlciB8CjxodHRwOi8vd3d3LmxpbmFyby5vcmcvbGluYXJvLWJsb2cvPiBCbG9n CgpfX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fXwpsaW51eC1h cm0ta2VybmVsIG1haWxpbmcgbGlzdApsaW51eC1hcm0ta2VybmVsQGxpc3RzLmluZnJhZGVhZC5v cmcKaHR0cDovL2xpc3RzLmluZnJhZGVhZC5vcmcvbWFpbG1hbi9saXN0aW5mby9saW51eC1hcm0t a2VybmVsCg==