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.4 required=3.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS,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 8B16BC33CB3 for ; Fri, 17 Jan 2020 09:50:54 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 60FD220730 for ; Fri, 17 Jan 2020 09:50:54 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=c-s.fr header.i=@c-s.fr header.b="i9BMvz3E" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727007AbgAQJux (ORCPT ); Fri, 17 Jan 2020 04:50:53 -0500 Received: from pegase1.c-s.fr ([93.17.236.30]:6126 "EHLO pegase1.c-s.fr" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726053AbgAQJuu (ORCPT ); Fri, 17 Jan 2020 04:50:50 -0500 Received: from localhost (mailhub1-int [192.168.12.234]) by localhost (Postfix) with ESMTP id 47zbL80nqyzB09b7; Fri, 17 Jan 2020 10:26:56 +0100 (CET) Authentication-Results: localhost; dkim=pass reason="1024-bit key; insecure key" header.d=c-s.fr header.i=@c-s.fr header.b=i9BMvz3E; dkim-adsp=pass; dkim-atps=neutral X-Virus-Scanned: Debian amavisd-new at c-s.fr Received: from pegase1.c-s.fr ([192.168.12.234]) by localhost (pegase1.c-s.fr [192.168.12.234]) (amavisd-new, port 10024) with ESMTP id SBcmuNiYkyF6; Fri, 17 Jan 2020 10:26:56 +0100 (CET) Received: from messagerie.si.c-s.fr (messagerie.si.c-s.fr [192.168.25.192]) by pegase1.c-s.fr (Postfix) with ESMTP id 47zbL76pYtzB09b5; Fri, 17 Jan 2020 10:26:55 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=c-s.fr; s=mail; t=1579253216; bh=9zDNZlzTkeycpSWCb0TYhvoG++VQ0gIX3RE4mUEvdOg=; h=Subject:To:Cc:References:From:Date:In-Reply-To:From; b=i9BMvz3Et5VUQDFvPy+FmGSkBzSFXqfiloNAGK6ETWirQC9BSIX++qp5CDw2aZert 7ZvsFo1ljH6SQeneQhVz/i5r8XjA4pPDw6RSVCjw8z88fAGEB5eOFuEaHhNOp6Saa6 njr+TNa2sSfV/s65M9dLdazSTLW/6PBL5xvi/9Nc= Received: from localhost (localhost [127.0.0.1]) by messagerie.si.c-s.fr (Postfix) with ESMTP id F18298B83E; Fri, 17 Jan 2020 10:26:56 +0100 (CET) X-Virus-Scanned: amavisd-new at c-s.fr Received: from messagerie.si.c-s.fr ([127.0.0.1]) by localhost (messagerie.si.c-s.fr [127.0.0.1]) (amavisd-new, port 10023) with ESMTP id QrD_JOibNVgE; Fri, 17 Jan 2020 10:26:56 +0100 (CET) Received: from [172.25.230.103] (po15451.idsi0.si.c-s.fr [172.25.230.103]) by messagerie.si.c-s.fr (Postfix) with ESMTP id C07418B83B; Fri, 17 Jan 2020 10:26:56 +0100 (CET) Subject: Re: [RFC PATCH v4 00/11] powerpc: switch VDSO to C implementation. To: Segher Boessenkool Cc: Benjamin Herrenschmidt , Paul Mackerras , Michael Ellerman , nathanl@linux.ibm.com, arnd@arndb.de, tglx@linutronix.de, vincenzo.frascino@arm.com, luto@kernel.org, x86@kernel.org, linuxppc-dev@lists.ozlabs.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-mips@vger.kernel.org References: <20200117085851.GS3191@gate.crashing.org> From: Christophe Leroy Message-ID: <345e2772-cde9-7d86-874e-347db1453c80@c-s.fr> Date: Fri, 17 Jan 2020 10:26:56 +0100 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:60.0) Gecko/20100101 Thunderbird/60.9.1 MIME-Version: 1.0 In-Reply-To: <20200117085851.GS3191@gate.crashing.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: fr Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Le 17/01/2020 à 09:58, Segher Boessenkool a écrit : > Hi! > > On Thu, Jan 16, 2020 at 05:58:24PM +0000, Christophe Leroy wrote: >> On a powerpc8xx, with current powerpc/32 ASM VDSO: >> >> gettimeofday: vdso: 907 nsec/call >> clock-getres-realtime: vdso: 484 nsec/call >> clock-gettime-realtime: vdso: 899 nsec/call >> >> The first patch adds VDSO generic C support without any changes to common code. >> Performance is as follows: >> >> gettimeofday: vdso: 1211 nsec/call >> clock-getres-realtime: vdso: 722 nsec/call >> clock-gettime-realtime: vdso: 1216 nsec/call >> >> Then a few changes in the common code have allowed performance improvement. At >> the end of the series we have: >> >> gettimeofday: vdso: 974 nsec/call >> clock-getres-realtime: vdso: 545 nsec/call >> clock-gettime-realtime: vdso: 941 nsec/call >> >> The final result is rather close to pure ASM VDSO: >> * 7% more on gettimeofday (9 cycles) >> * 5% more on clock-gettime-realtime (6 cycles) >> * 12% more on clock-getres-realtime (8 cycles) > > Nice! Much better. > > It should be tested on more representative hardware, too, but this looks > promising alright :-) > Yes. Now the challenge is to get VDSO32 buildable on PPC64. The big issue is that in most powerpc/include/asm/*.h , CONFIG_PPC64 is used to know if the build is a 64 bits build or a 32 bits build, so VDSO32 build fails. I don't know how this could be easily fixed. Christophe 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.1 required=3.0 tests=DKIM_INVALID,DKIM_SIGNED, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, 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 84090C33CB1 for ; Fri, 17 Jan 2020 09:28:45 +0000 (UTC) Received: from lists.ozlabs.org (lists.ozlabs.org [203.11.71.2]) (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 F34DC20748 for ; Fri, 17 Jan 2020 09:28:44 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (1024-bit key) header.d=c-s.fr header.i=@c-s.fr header.b="i9BMvz3E" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org F34DC20748 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=c-s.fr Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=linuxppc-dev-bounces+linuxppc-dev=archiver.kernel.org@lists.ozlabs.org Received: from lists.ozlabs.org (lists.ozlabs.org [IPv6:2401:3900:2:1::3]) by lists.ozlabs.org (Postfix) with ESMTP id 47zbNB1DzfzDqsM for ; Fri, 17 Jan 2020 20:28:42 +1100 (AEDT) Authentication-Results: lists.ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=c-s.fr (client-ip=93.17.236.30; helo=pegase1.c-s.fr; envelope-from=christophe.leroy@c-s.fr; receiver=) Authentication-Results: lists.ozlabs.org; dmarc=none (p=none dis=none) header.from=c-s.fr Authentication-Results: lists.ozlabs.org; dkim=pass (1024-bit key; unprotected) header.d=c-s.fr header.i=@c-s.fr header.a=rsa-sha256 header.s=mail header.b=i9BMvz3E; dkim-atps=neutral Received: from pegase1.c-s.fr (pegase1.c-s.fr [93.17.236.30]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 47zbLN4h7dzDqlm for ; Fri, 17 Jan 2020 20:27:06 +1100 (AEDT) Received: from localhost (mailhub1-int [192.168.12.234]) by localhost (Postfix) with ESMTP id 47zbL80nqyzB09b7; Fri, 17 Jan 2020 10:26:56 +0100 (CET) Authentication-Results: localhost; dkim=pass reason="1024-bit key; insecure key" header.d=c-s.fr header.i=@c-s.fr header.b=i9BMvz3E; dkim-adsp=pass; dkim-atps=neutral X-Virus-Scanned: Debian amavisd-new at c-s.fr Received: from pegase1.c-s.fr ([192.168.12.234]) by localhost (pegase1.c-s.fr [192.168.12.234]) (amavisd-new, port 10024) with ESMTP id SBcmuNiYkyF6; Fri, 17 Jan 2020 10:26:56 +0100 (CET) Received: from messagerie.si.c-s.fr (messagerie.si.c-s.fr [192.168.25.192]) by pegase1.c-s.fr (Postfix) with ESMTP id 47zbL76pYtzB09b5; Fri, 17 Jan 2020 10:26:55 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=c-s.fr; s=mail; t=1579253216; bh=9zDNZlzTkeycpSWCb0TYhvoG++VQ0gIX3RE4mUEvdOg=; h=Subject:To:Cc:References:From:Date:In-Reply-To:From; b=i9BMvz3Et5VUQDFvPy+FmGSkBzSFXqfiloNAGK6ETWirQC9BSIX++qp5CDw2aZert 7ZvsFo1ljH6SQeneQhVz/i5r8XjA4pPDw6RSVCjw8z88fAGEB5eOFuEaHhNOp6Saa6 njr+TNa2sSfV/s65M9dLdazSTLW/6PBL5xvi/9Nc= Received: from localhost (localhost [127.0.0.1]) by messagerie.si.c-s.fr (Postfix) with ESMTP id F18298B83E; Fri, 17 Jan 2020 10:26:56 +0100 (CET) X-Virus-Scanned: amavisd-new at c-s.fr Received: from messagerie.si.c-s.fr ([127.0.0.1]) by localhost (messagerie.si.c-s.fr [127.0.0.1]) (amavisd-new, port 10023) with ESMTP id QrD_JOibNVgE; Fri, 17 Jan 2020 10:26:56 +0100 (CET) Received: from [172.25.230.103] (po15451.idsi0.si.c-s.fr [172.25.230.103]) by messagerie.si.c-s.fr (Postfix) with ESMTP id C07418B83B; Fri, 17 Jan 2020 10:26:56 +0100 (CET) Subject: Re: [RFC PATCH v4 00/11] powerpc: switch VDSO to C implementation. To: Segher Boessenkool References: <20200117085851.GS3191@gate.crashing.org> From: Christophe Leroy Message-ID: <345e2772-cde9-7d86-874e-347db1453c80@c-s.fr> Date: Fri, 17 Jan 2020 10:26:56 +0100 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:60.0) Gecko/20100101 Thunderbird/60.9.1 MIME-Version: 1.0 In-Reply-To: <20200117085851.GS3191@gate.crashing.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: fr Content-Transfer-Encoding: 8bit X-BeenThere: linuxppc-dev@lists.ozlabs.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: nathanl@linux.ibm.com, arnd@arndb.de, x86@kernel.org, linux-kernel@vger.kernel.org, linux-mips@vger.kernel.org, Paul Mackerras , luto@kernel.org, tglx@linutronix.de, vincenzo.frascino@arm.com, linuxppc-dev@lists.ozlabs.org, linux-arm-kernel@lists.infradead.org Errors-To: linuxppc-dev-bounces+linuxppc-dev=archiver.kernel.org@lists.ozlabs.org Sender: "Linuxppc-dev" Le 17/01/2020 à 09:58, Segher Boessenkool a écrit : > Hi! > > On Thu, Jan 16, 2020 at 05:58:24PM +0000, Christophe Leroy wrote: >> On a powerpc8xx, with current powerpc/32 ASM VDSO: >> >> gettimeofday: vdso: 907 nsec/call >> clock-getres-realtime: vdso: 484 nsec/call >> clock-gettime-realtime: vdso: 899 nsec/call >> >> The first patch adds VDSO generic C support without any changes to common code. >> Performance is as follows: >> >> gettimeofday: vdso: 1211 nsec/call >> clock-getres-realtime: vdso: 722 nsec/call >> clock-gettime-realtime: vdso: 1216 nsec/call >> >> Then a few changes in the common code have allowed performance improvement. At >> the end of the series we have: >> >> gettimeofday: vdso: 974 nsec/call >> clock-getres-realtime: vdso: 545 nsec/call >> clock-gettime-realtime: vdso: 941 nsec/call >> >> The final result is rather close to pure ASM VDSO: >> * 7% more on gettimeofday (9 cycles) >> * 5% more on clock-gettime-realtime (6 cycles) >> * 12% more on clock-getres-realtime (8 cycles) > > Nice! Much better. > > It should be tested on more representative hardware, too, but this looks > promising alright :-) > Yes. Now the challenge is to get VDSO32 buildable on PPC64. The big issue is that in most powerpc/include/asm/*.h , CONFIG_PPC64 is used to know if the build is a 64 bits build or a 32 bits build, so VDSO32 build fails. I don't know how this could be easily fixed. Christophe 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.3 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS,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 282D3C33CB1 for ; Fri, 17 Jan 2020 09:27:28 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (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 F177E20748 for ; Fri, 17 Jan 2020 09:27:27 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="DuVyITWK"; dkim=fail reason="signature verification failed" (1024-bit key) header.d=c-s.fr header.i=@c-s.fr header.b="i9BMvz3E" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org F177E20748 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=c-s.fr Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+infradead-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=bombadil.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=8c2vYkJvZFDRX4JU2qCul2NbFcTgvJteuYAhAU+p3Ek=; b=DuVyITWKOecFcghiQA5y+Li0D ucqzKkhy8EkTxqSfLeg+XUlMBrLIxthqrQ2YYDhYPvE5UmOYXLMeN+zSzPvmHVLRB1T1wSyIpV1q+ dF4frqxBTDc3DRUS73dr7ITvOTCrJUShHCL6RrGGySd33uqqo+I36VWt9/m691W3VPipTivKigkAa QEdDy//Gr2wB10WWlGVeZYsPbAfzjQUexHwYCwuahdd9dmlPbXZOeKR+fyZxCBj4vXlA9OzE0UM6P lMg+9J02/WyVTlbelZNPEU+HFLpNfwRBzqEyuDyn4pnI0PaKrIfM2hNe58Laof+L6hr1TYRD9Z1Dy otygI+6HQ==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1isNuY-0002Yg-O5; Fri, 17 Jan 2020 09:27:26 +0000 Received: from pegase1.c-s.fr ([93.17.236.30]) by bombadil.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1isNuR-0002W7-5A for linux-arm-kernel@lists.infradead.org; Fri, 17 Jan 2020 09:27:24 +0000 Received: from localhost (mailhub1-int [192.168.12.234]) by localhost (Postfix) with ESMTP id 47zbL80nqyzB09b7; Fri, 17 Jan 2020 10:26:56 +0100 (CET) Authentication-Results: localhost; dkim=pass reason="1024-bit key; insecure key" header.d=c-s.fr header.i=@c-s.fr header.b=i9BMvz3E; dkim-adsp=pass; dkim-atps=neutral X-Virus-Scanned: Debian amavisd-new at c-s.fr Received: from pegase1.c-s.fr ([192.168.12.234]) by localhost (pegase1.c-s.fr [192.168.12.234]) (amavisd-new, port 10024) with ESMTP id SBcmuNiYkyF6; Fri, 17 Jan 2020 10:26:56 +0100 (CET) Received: from messagerie.si.c-s.fr (messagerie.si.c-s.fr [192.168.25.192]) by pegase1.c-s.fr (Postfix) with ESMTP id 47zbL76pYtzB09b5; Fri, 17 Jan 2020 10:26:55 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=c-s.fr; s=mail; t=1579253216; bh=9zDNZlzTkeycpSWCb0TYhvoG++VQ0gIX3RE4mUEvdOg=; h=Subject:To:Cc:References:From:Date:In-Reply-To:From; b=i9BMvz3Et5VUQDFvPy+FmGSkBzSFXqfiloNAGK6ETWirQC9BSIX++qp5CDw2aZert 7ZvsFo1ljH6SQeneQhVz/i5r8XjA4pPDw6RSVCjw8z88fAGEB5eOFuEaHhNOp6Saa6 njr+TNa2sSfV/s65M9dLdazSTLW/6PBL5xvi/9Nc= Received: from localhost (localhost [127.0.0.1]) by messagerie.si.c-s.fr (Postfix) with ESMTP id F18298B83E; Fri, 17 Jan 2020 10:26:56 +0100 (CET) X-Virus-Scanned: amavisd-new at c-s.fr Received: from messagerie.si.c-s.fr ([127.0.0.1]) by localhost (messagerie.si.c-s.fr [127.0.0.1]) (amavisd-new, port 10023) with ESMTP id QrD_JOibNVgE; Fri, 17 Jan 2020 10:26:56 +0100 (CET) Received: from [172.25.230.103] (po15451.idsi0.si.c-s.fr [172.25.230.103]) by messagerie.si.c-s.fr (Postfix) with ESMTP id C07418B83B; Fri, 17 Jan 2020 10:26:56 +0100 (CET) Subject: Re: [RFC PATCH v4 00/11] powerpc: switch VDSO to C implementation. To: Segher Boessenkool References: <20200117085851.GS3191@gate.crashing.org> From: Christophe Leroy Message-ID: <345e2772-cde9-7d86-874e-347db1453c80@c-s.fr> Date: Fri, 17 Jan 2020 10:26:56 +0100 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:60.0) Gecko/20100101 Thunderbird/60.9.1 MIME-Version: 1.0 In-Reply-To: <20200117085851.GS3191@gate.crashing.org> Content-Language: fr X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20200117_012719_489505_2F7DE5FF X-CRM114-Status: GOOD ( 13.29 ) 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: nathanl@linux.ibm.com, arnd@arndb.de, Benjamin Herrenschmidt , x86@kernel.org, linux-kernel@vger.kernel.org, linux-mips@vger.kernel.org, Paul Mackerras , luto@kernel.org, Michael Ellerman , tglx@linutronix.de, vincenzo.frascino@arm.com, linuxppc-dev@lists.ozlabs.org, linux-arm-kernel@lists.infradead.org Content-Transfer-Encoding: base64 Content-Type: text/plain; charset="utf-8"; Format="flowed" Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org CgpMZSAxNy8wMS8yMDIwIMOgIDA5OjU4LCBTZWdoZXIgQm9lc3Nlbmtvb2wgYSDDqWNyaXTCoDoK PiBIaSEKPiAKPiBPbiBUaHUsIEphbiAxNiwgMjAyMCBhdCAwNTo1ODoyNFBNICswMDAwLCBDaHJp c3RvcGhlIExlcm95IHdyb3RlOgo+PiBPbiBhIHBvd2VycGM4eHgsIHdpdGggY3VycmVudCBwb3dl cnBjLzMyIEFTTSBWRFNPOgo+Pgo+PiBnZXR0aW1lb2ZkYXk6ICAgIHZkc286IDkwNyBuc2VjL2Nh bGwKPj4gY2xvY2stZ2V0cmVzLXJlYWx0aW1lOiAgICB2ZHNvOiA0ODQgbnNlYy9jYWxsCj4+IGNs b2NrLWdldHRpbWUtcmVhbHRpbWU6ICAgIHZkc286IDg5OSBuc2VjL2NhbGwKPj4KPj4gVGhlIGZp cnN0IHBhdGNoIGFkZHMgVkRTTyBnZW5lcmljIEMgc3VwcG9ydCB3aXRob3V0IGFueSBjaGFuZ2Vz IHRvIGNvbW1vbiBjb2RlLgo+PiBQZXJmb3JtYW5jZSBpcyBhcyBmb2xsb3dzOgo+Pgo+PiBnZXR0 aW1lb2ZkYXk6ICAgIHZkc286IDEyMTEgbnNlYy9jYWxsCj4+IGNsb2NrLWdldHJlcy1yZWFsdGlt ZTogICAgdmRzbzogNzIyIG5zZWMvY2FsbAo+PiBjbG9jay1nZXR0aW1lLXJlYWx0aW1lOiAgICB2 ZHNvOiAxMjE2IG5zZWMvY2FsbAo+Pgo+PiBUaGVuIGEgZmV3IGNoYW5nZXMgaW4gdGhlIGNvbW1v biBjb2RlIGhhdmUgYWxsb3dlZCBwZXJmb3JtYW5jZSBpbXByb3ZlbWVudC4gQXQKPj4gdGhlIGVu ZCBvZiB0aGUgc2VyaWVzIHdlIGhhdmU6Cj4+Cj4+IGdldHRpbWVvZmRheTogICAgdmRzbzogOTc0 IG5zZWMvY2FsbAo+PiBjbG9jay1nZXRyZXMtcmVhbHRpbWU6ICAgIHZkc286IDU0NSBuc2VjL2Nh bGwKPj4gY2xvY2stZ2V0dGltZS1yZWFsdGltZTogICAgdmRzbzogOTQxIG5zZWMvY2FsbAo+Pgo+ PiBUaGUgZmluYWwgcmVzdWx0IGlzIHJhdGhlciBjbG9zZSB0byBwdXJlIEFTTSBWRFNPOgo+PiAq IDclIG1vcmUgb24gZ2V0dGltZW9mZGF5ICg5IGN5Y2xlcykKPj4gKiA1JSBtb3JlIG9uIGNsb2Nr LWdldHRpbWUtcmVhbHRpbWUgKDYgY3ljbGVzKQo+PiAqIDEyJSBtb3JlIG9uIGNsb2NrLWdldHJl cy1yZWFsdGltZSAoOCBjeWNsZXMpCj4gCj4gTmljZSEgIE11Y2ggYmV0dGVyLgo+IAo+IEl0IHNo b3VsZCBiZSB0ZXN0ZWQgb24gbW9yZSByZXByZXNlbnRhdGl2ZSBoYXJkd2FyZSwgdG9vLCBidXQg dGhpcyBsb29rcwo+IHByb21pc2luZyBhbHJpZ2h0IDotKQo+IAoKWWVzLgoKTm93IHRoZSBjaGFs bGVuZ2UgaXMgdG8gZ2V0IFZEU08zMiBidWlsZGFibGUgb24gUFBDNjQuIFRoZSBiaWcgaXNzdWUg aXMgCnRoYXQgaW4gbW9zdCBwb3dlcnBjL2luY2x1ZGUvYXNtLyouaCAsIENPTkZJR19QUEM2NCBp cyB1c2VkIHRvIGtub3cgaWYgCnRoZSBidWlsZCBpcyBhIDY0IGJpdHMgYnVpbGQgb3IgYSAzMiBi aXRzIGJ1aWxkLCBzbyBWRFNPMzIgYnVpbGQgZmFpbHMuCgpJIGRvbid0IGtub3cgaG93IHRoaXMg Y291bGQgYmUgZWFzaWx5IGZpeGVkLgoKQ2hyaXN0b3BoZQoKX19fX19fX19fX19fX19fX19fX19f X19fX19fX19fX19fX19fX19fX19fX19fX18KbGludXgtYXJtLWtlcm5lbCBtYWlsaW5nIGxpc3QK bGludXgtYXJtLWtlcm5lbEBsaXN0cy5pbmZyYWRlYWQub3JnCmh0dHA6Ly9saXN0cy5pbmZyYWRl YWQub3JnL21haWxtYW4vbGlzdGluZm8vbGludXgtYXJtLWtlcm5lbAo=