Received: by 2002:a05:6a10:a841:0:0:0:0 with SMTP id d1csp583106pxy; Wed, 21 Apr 2021 09:48:49 -0700 (PDT) X-Google-Smtp-Source: ABdhPJxeWheW5G+EKLdw/n+0bJx+uP/2uf50ceTLW1EOV96yDn4HTNzuXz6IoWjFPsB6UjaRQ06w X-Received: by 2002:a62:2cb:0:b029:259:feaa:75e7 with SMTP id 194-20020a6202cb0000b0290259feaa75e7mr25110545pfc.24.1619023729215; Wed, 21 Apr 2021 09:48:49 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1619023729; cv=none; d=google.com; s=arc-20160816; b=tK18blgmrkVWzmgIUEhKU8f0F5mVQpm3shvNYgtMZxDgD7EMHDoVC5m2Dlqbqylp/t 9cnok+bGCPa8zjYPU+J5SuuYLiGXPrZluY9+cut05RA18hVryy6nONWl9VKh+0Z19DrG DG2UPfuIzJt9geWcJnwp8okQhnBWrCuyQqL6/A5mVSuA3Fhr6U+WofIHVvJasXzEHlTG O/NfRreDht0YTL+A/RyVcShiBi5GSlFXASfkJAtN/7lluY6a1mRzq2PLkj9w1qU5uusY 7LXwyUb2Bsw4dusG84BXLOL3bfCwcYc1ee2u5s8vlJlk5SWo+3OcF4ZsiuPTWP4QGhE1 Nzwg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:mime-version:date :message-id:subject:references:in-reply-to:cc:to:from; bh=aDe6uUgtLr9qpyQU20+A1Rzx1DuY33hhoLLWRAQdIL0=; b=KkOh5ha3CXkjrJWZ8B3KgZvfd2CNHPlWu/zTXHE0R6PBhuqiKwPXc9r651FHt9Lfgv rVdngZjVJWC5menvxVvSp+Yr0f8jX/zwRR8DPlcwJpFBhluJ50kr+lNVJOpagnX8Tbb2 yAaeOAcC3O1tKMNNrQXZiyJeqYRttNGnld0/papkbStf40UFRvuxe/YMkqyK4YyqVRdg +R5h11HaXh8SxZYo+W/fFf/iOP50IzLs3GtuALLa5iR9eK+xBkugkOR1rCeHggjG20Eb oIkgP2jQRor5EVyXSzMD59gxU2VVHoeUXCuVMH9AmG6nTJKK0/fOE5wKeL1sPFB6uJCP 0TZQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id u7si116727pgo.44.2021.04.21.09.48.37; Wed, 21 Apr 2021 09:48:49 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S242466AbhDUNPB (ORCPT + 99 others); Wed, 21 Apr 2021 09:15:01 -0400 Received: from ozlabs.org ([203.11.71.1]:56825 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S242016AbhDUNJo (ORCPT ); Wed, 21 Apr 2021 09:09:44 -0400 Received: by ozlabs.org (Postfix, from userid 1034) id 4FQLVG0bD4z9vFD; Wed, 21 Apr 2021 23:09:09 +1000 (AEST) From: Michael Ellerman To: Shuah Khan , Christophe Leroy , Andrei Vagin , Dmitry Safonov Cc: linux-kselftest@vger.kernel.org, linuxppc-dev@lists.ozlabs.org, linux-kernel@vger.kernel.org In-Reply-To: <469f37ab91984309eb68c0fb47e8438cdf5b6463.1617198956.git.christophe.leroy@csgroup.eu> References: <469f37ab91984309eb68c0fb47e8438cdf5b6463.1617198956.git.christophe.leroy@csgroup.eu> Subject: Re: [PATCH] selftests: timens: Fix gettime_perf to work on powerpc Message-Id: <161901050320.1961279.8916640678733082942.b4-ty@ellerman.id.au> Date: Wed, 21 Apr 2021 23:08:23 +1000 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 31 Mar 2021 13:59:17 +0000 (UTC), Christophe Leroy wrote: > On powerpc: > - VDSO library is named linux-vdso32.so.1 or linux-vdso64.so.1 > - clock_gettime is named __kernel_clock_gettime() > > Ensure gettime_perf tries these names before giving up. Applied to powerpc/next. [1/1] selftests: timens: Fix gettime_perf to work on powerpc https://git.kernel.org/powerpc/c/f56607e85ee38f2a5bb7096e24e2d40f35d714f9 cheers