From patchwork Tue Dec 17 21:47:24 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adhemerval Zanella Netto X-Patchwork-Id: 1211757 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=sourceware.org (client-ip=209.132.180.131; helo=sourceware.org; envelope-from=libc-alpha-return-108173-incoming=patchwork.ozlabs.org@sourceware.org; receiver=) Authentication-Results: ozlabs.org; dmarc=pass (p=none dis=none) header.from=linaro.org Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; secure) header.d=sourceware.org header.i=@sourceware.org header.b="aKF0qXCt"; dkim=pass (2048-bit key; unprotected) header.d=linaro.org header.i=@linaro.org header.b="hYGhF70y"; dkim-atps=neutral Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 47csHC58cLz9sRC for ; Wed, 18 Dec 2019 08:49:27 +1100 (AEDT) DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:from:to:subject:date:message-id:in-reply-to :references; q=dns; s=default; b=bmje5qc5QRRfxh5aaqJAhXFwou1RknQ wVdbW4V/1XfW9XEUsYNB3NjWgQww6VXAq7gsfh0qZ9tLX3kwrj/YS4TWzWwmTPBn 4bb91YOcYIZI7ZyHfxCzMw0Ec9O1G1pIei+zFygS7yMAWZEQGAxooStfrVXEcGkp 3QpQN+Mhf1TM= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:from:to:subject:date:message-id:in-reply-to :references; s=default; bh=mg6EbpTPsFdevsHch6ODYernLYU=; b=aKF0q XCtGZeaAL/JQVYeZAoexy1hvPVNIMCjcUgiHCbI7eJnThOowVhfuuh6eSqUfWhfv 5r9Ms67rGSH9HghSFZ1jKIkXgSbHQyubW76ivkDVk4Tb+c5XbsGQiPaSMaX8O/YH 8ZRi1NAgVlreAw8K+WrTWQ8ZA7ssYK5fi5r1ok= Received: (qmail 111423 invoked by alias); 17 Dec 2019 21:47:54 -0000 Mailing-List: contact libc-alpha-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-alpha-owner@sourceware.org Delivered-To: mailing list libc-alpha@sourceware.org Received: (qmail 111373 invoked by uid 89); 17 Dec 2019 21:47:54 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-21.7 required=5.0 tests=AWL, BAYES_00, GIT_PATCH_0, GIT_PATCH_1, GIT_PATCH_2, GIT_PATCH_3, KAM_NUMSUBJECT, RCVD_IN_DNSWL_NONE, SPF_PASS autolearn=ham version=3.3.1 spammy=5.3.0 X-HELO: mail-pl1-f196.google.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:subject:date:message-id:in-reply-to:references; bh=ksM5WLZsOihCy56Sm0ULLXBsJZzuRJv6DVViIctJXn0=; b=hYGhF70yLANXcfk7A+YMJKDQ0H0QRrw7vylpiTDwUS9jjlL/phy2ScExdqhU2Oz/Dh TmedkA1c+qu3XRXzqSIb2SH4ft6LkO1rydDBeEdEfDRf+/LlPFZbzv3Cg0Dv3BMWrfNi i5mAykxizJKRYxpW3X/7m8krREBD91LGl9intTtLIxkfYGmuUcQgyY5QD7mQ5brgDiMR yku41BMgGkkZ8BvGoe3UrKRBf5pl4MmvFjre0pHbf2rx0jPnDftEgaKs/suNKL+biSgg epRhqi6e54zB9qu53f/erpG1v/9KHG2y4istzdKlJihY7letLJqo/1zQi4EfW/bl4+D7 /8fw== From: Adhemerval Zanella To: libc-alpha@sourceware.org Subject: [PATCH 12/16] linux: Enable vDSO clock_gettime64 for i386 Date: Tue, 17 Dec 2019 18:47:24 -0300 Message-Id: <20191217214728.2886-12-adhemerval.zanella@linaro.org> In-Reply-To: <20191217214728.2886-1-adhemerval.zanella@linaro.org> References: <20191217214728.2886-1-adhemerval.zanella@linaro.org> It was added on Linux 5.3 (commit 22ca962288c0a). Checked on i686-linux-gnu with 5.3.0 kernel. Reviewed-by: Siddhesh Poyarekar Reviewed-by: Siddhesh Poyarekar --- sysdeps/unix/sysv/linux/i386/sysdep.h | 1 + 1 file changed, 1 insertion(+) diff --git a/sysdeps/unix/sysv/linux/i386/sysdep.h b/sysdeps/unix/sysv/linux/i386/sysdep.h index b2e750d490..5156587d95 100644 --- a/sysdeps/unix/sysv/linux/i386/sysdep.h +++ b/sysdeps/unix/sysv/linux/i386/sysdep.h @@ -314,6 +314,7 @@ struct libc_do_syscall_args /* List of system calls which are supported as vsyscalls. */ # define HAVE_CLOCK_GETTIME_VSYSCALL "__vdso_clock_gettime" +# define HAVE_CLOCK_GETTIME64_VSYSCALL "__vdso_clock_gettime64" # define HAVE_GETTIMEOFDAY_VSYSCALL "__vdso_gettimeofday" # define HAVE_TIME_VSYSCALL "__vdso_time" # define HAVE_CLOCK_GETRES_VSYSCALL "__vdso_clock_getres"