Received: by 2002:a25:23cc:0:0:0:0:0 with SMTP id j195csp984947ybj; Tue, 5 May 2020 10:53:39 -0700 (PDT) X-Google-Smtp-Source: APiQypIE/99u9GVk2PwPfvv1urE77KqLtNBUmpzqmTJZmz6yHyOZeFTEltyIRng6HeWQHObUKvg2 X-Received: by 2002:aa7:dd14:: with SMTP id i20mr3611839edv.225.1588701219192; Tue, 05 May 2020 10:53:39 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1588701219; cv=none; d=google.com; s=arc-20160816; b=C9ianWFsavSb9QyP/4vROvkFgVkZpdzeKQ181pSjGJ2soP2ueCYdk7VPnSpfTPneEY wKJf5vNffnpTllMSM4LzDZ56uRWo2MGg4KE/Azw87xPeFqnmzwDi4dp2YZns1ZyYOruK xmEUsJea+lKmxN2/3fLTM67F+HjF7Pf2Xy2zcNgbNa4e6+A4YeqPR5oUK9vTymm5h7Zy 9pR4Y/Sqn+/VP2Zzj3tKdRr4VN+r/EgC8DZIJiL+plRyrN9wGc83y4TLv8xIlKAlBksk hAtfNhCiPBClwQz/tXgv4gwLQNzMvR62Ya/iGiplG+75J0s3MIm2f4kb6mdHpVIF1l5p UX4g== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :references:in-reply-to:message-id:date:subject:cc:to:from :dkim-signature; bh=QllVIHkUbgQQjUuqCCdzf4R8GJeQbjkV9f9np+EkWR4=; b=RL/Rw5SXfIvgFfsFRjszirN8frcPB0+9tOYPQVT9sqXHiezYIES6/xfUNzNpOfuxk1 lkcE8FyZNaL86hlpAwkw43Se25Ec73znWI320RJkNYr5lBbGTfP9GmxAbSanYqOFXFym I63eT8udosO9fO3dSGwX1Z+i87OCREKIxxMJwB/93OrwT+4pqPynlvgtuGIaremqkDvG /IiWIe0D6yNNN1CE646LWMcPiCc0Kjat5rQd0Oj6JAZ9PdbRtRk1asGRiGl23twR5Vnl b4Pnc55V7N5ol2mrRzbL1LwD6hQBUATghg1DfBShYkpSLMEH7dULDrB7+3csa3CNBXZI TQ6Q== ARC-Authentication-Results: i=1; mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b=GhB95m0B; 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; dmarc=pass (p=NONE sp=NONE dis=NONE) header.from=kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id z92si1741142ede.45.2020.05.05.10.53.15; Tue, 05 May 2020 10:53:39 -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; dkim=pass header.i=@kernel.org header.s=default header.b=GhB95m0B; 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; dmarc=pass (p=NONE sp=NONE dis=NONE) header.from=kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730679AbgEERv0 (ORCPT + 99 others); Tue, 5 May 2020 13:51:26 -0400 Received: from mail.kernel.org ([198.145.29.99]:48798 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1730660AbgEERvZ (ORCPT ); Tue, 5 May 2020 13:51:25 -0400 Received: from localhost (fw-tnat.cambridge.arm.com [217.140.96.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 9E79A20721; Tue, 5 May 2020 17:51:23 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1588701084; bh=Kocl9qKzbhhSYvxWD7eR0QIaqitMTcRIhZX3UCsFB8c=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=GhB95m0BocC+JvMKPbPqiC2Y1cX1XHtrGPx1jxEMCs2OOFQh4uUDer4Hr+/r4sRBK c+aPX9C+cBJlpYscYeG2c1b5E/alTa2WvQ15kaq5FXted+v8GpIwR6n+R2i1fCQviw 3p8+BsAxgRCQqBk95DoHUb71GQH39HeHuWWL9emY= From: Mark Brown To: Shuah Khan Cc: linux-kernel@vger.kernel.org, linux-kselftest@vger.kernel.org, Mark Brown Subject: [PATCH 2/3] selftests: vdso: Use a header file to prototype parse_vdso API Date: Tue, 5 May 2020 18:47:27 +0100 Message-Id: <20200505174728.46594-3-broonie@kernel.org> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20200505174728.46594-1-broonie@kernel.org> References: <20200505174728.46594-1-broonie@kernel.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Both vdso_test_gettimeofday and vdso_standalone_test_x86 use the library in parse_vdso.c but each separately declares the API it offers which is not ideal. Create a header file with prototypes of the functions and use it in both the library and the tests to ensure that the same prototypes are used throughout. Signed-off-by: Mark Brown --- tools/testing/selftests/vDSO/parse_vdso.c | 24 +------------- tools/testing/selftests/vDSO/parse_vdso.h | 31 +++++++++++++++++++ .../selftests/vDSO/vdso_standalone_test_x86.c | 4 +-- .../selftests/vDSO/vdso_test_gettimeofday.c | 5 +-- 4 files changed, 34 insertions(+), 30 deletions(-) create mode 100644 tools/testing/selftests/vDSO/parse_vdso.h diff --git a/tools/testing/selftests/vDSO/parse_vdso.c b/tools/testing/selftests/vDSO/parse_vdso.c index 1dbb4b87268f..413f75620a35 100644 --- a/tools/testing/selftests/vDSO/parse_vdso.c +++ b/tools/testing/selftests/vDSO/parse_vdso.c @@ -21,29 +21,7 @@ #include #include -/* - * To use this vDSO parser, first call one of the vdso_init_* functions. - * If you've already parsed auxv, then pass the value of AT_SYSINFO_EHDR - * to vdso_init_from_sysinfo_ehdr. Otherwise pass auxv to vdso_init_from_auxv. - * Then call vdso_sym for each symbol you want. For example, to look up - * gettimeofday on x86_64, use: - * - * = vdso_sym("LINUX_2.6", "gettimeofday"); - * or - * = vdso_sym("LINUX_2.6", "__vdso_gettimeofday"); - * - * vdso_sym will return 0 if the symbol doesn't exist or if the init function - * failed or was not called. vdso_sym is a little slow, so its return value - * should be cached. - * - * vdso_sym is threadsafe; the init functions are not. - * - * These are the prototypes: - */ -extern void vdso_init_from_auxv(void *auxv); -extern void vdso_init_from_sysinfo_ehdr(uintptr_t base); -extern void *vdso_sym(const char *version, const char *name); - +#include "parse_vdso.h" /* And here's the code. */ #ifndef ELF_BITS diff --git a/tools/testing/selftests/vDSO/parse_vdso.h b/tools/testing/selftests/vDSO/parse_vdso.h new file mode 100644 index 000000000000..ea4b8635bb0b --- /dev/null +++ b/tools/testing/selftests/vDSO/parse_vdso.h @@ -0,0 +1,31 @@ +/* SPDX-License-Identifier: GPL-2.0-only */ + +#ifndef PARSE_VDSO_H +#define PARSE_VDSO_H + +#include + +/* + * To use this vDSO parser, first call one of the vdso_init_* functions. + * If you've already parsed auxv, then pass the value of AT_SYSINFO_EHDR + * to vdso_init_from_sysinfo_ehdr. Otherwise pass auxv to vdso_init_from_auxv. + * Then call vdso_sym for each symbol you want. For example, to look up + * gettimeofday on x86_64, use: + * + * = vdso_sym("LINUX_2.6", "gettimeofday"); + * or + * = vdso_sym("LINUX_2.6", "__vdso_gettimeofday"); + * + * vdso_sym will return 0 if the symbol doesn't exist or if the init function + * failed or was not called. vdso_sym is a little slow, so its return value + * should be cached. + * + * vdso_sym is threadsafe; the init functions are not. + * + * These are the prototypes: + */ +extern void *vdso_sym(const char *version, const char *name); +extern void vdso_init_from_sysinfo_ehdr(uintptr_t base); +extern void vdso_init_from_auxv(void *auxv); + +#endif diff --git a/tools/testing/selftests/vDSO/vdso_standalone_test_x86.c b/tools/testing/selftests/vDSO/vdso_standalone_test_x86.c index 5ac4b00acfbc..8a44ff973ee1 100644 --- a/tools/testing/selftests/vDSO/vdso_standalone_test_x86.c +++ b/tools/testing/selftests/vDSO/vdso_standalone_test_x86.c @@ -16,9 +16,7 @@ #include #include -extern void *vdso_sym(const char *version, const char *name); -extern void vdso_init_from_sysinfo_ehdr(uintptr_t base); -extern void vdso_init_from_auxv(void *auxv); +#include "parse_vdso.h" /* We need a libc functions... */ int strcmp(const char *a, const char *b) diff --git a/tools/testing/selftests/vDSO/vdso_test_gettimeofday.c b/tools/testing/selftests/vDSO/vdso_test_gettimeofday.c index 511c0dc5e47e..8ccc73ed8240 100644 --- a/tools/testing/selftests/vDSO/vdso_test_gettimeofday.c +++ b/tools/testing/selftests/vDSO/vdso_test_gettimeofday.c @@ -17,10 +17,7 @@ #include #include "../kselftest.h" - -extern void *vdso_sym(const char *version, const char *name); -extern void vdso_init_from_sysinfo_ehdr(uintptr_t base); -extern void vdso_init_from_auxv(void *auxv); +#include "parse_vdso.h" /* * ARM64's vDSO exports its gettimeofday() implementation with a different -- 2.20.1