Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 07 Sep 2021 12:10:39 +0000
From:      bugzilla-noreply@freebsd.org
To:        riscv@FreeBSD.org
Subject:   [Bug 256905] Missing clock_gettime VDSO on RISC-V
Message-ID:  <bug-256905-40250-RNBCn5HycT@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-256905-40250@https.bugs.freebsd.org/bugzilla/>
References:  <bug-256905-40250@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D256905

--- Comment #3 from commit-hook@FreeBSD.org ---
A commit in branch stable/13 references this bug:

URL:
https://cgit.FreeBSD.org/src/commit/?id=3Dc69a739379bea9de88869f7abc3db58f1=
a16363c

commit c69a739379bea9de88869f7abc3db58f1a16363c
Author:     Jessica Clarke <jrtc27@FreeBSD.org>
AuthorDate: 2021-07-05 15:16:53 +0000
Commit:     Jessica Clarke <jrtc27@FreeBSD.org>
CommitDate: 2021-09-07 12:06:44 +0000

    riscv: Implement non-stub __vdso_gettc and __vdso_gettimekeep

    PR:     256905
    Reviewed by:    arichardson, mhorne
    MFC after:      1 week
    Differential Revision:  https://reviews.freebsd.org/D30963

    (cherry picked from commit 348c41d1815dc2e872a1deba1f4bf760caaa1094)

 lib/libc/riscv/sys/Makefile.inc         |  2 +-
 lib/libc/riscv/sys/__vdso_gettc.c (new) | 56 +++++++++++++++++++++++++++++=
++++
 sys/riscv/include/vdso.h                |  2 ++
 sys/riscv/riscv/elf_machdep.c           |  4 +--
 sys/riscv/riscv/timer.c                 | 14 +++++++++
 5 files changed, 75 insertions(+), 3 deletions(-)

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-256905-40250-RNBCn5HycT>