[Bug 256905] Missing clock_gettime VDSO on RISC-V

From: <bugzilla-noreply_at_freebsd.org>
Date: Tue, 07 Sep 2021 12:10:39 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=256905

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

URL:
https://cgit.FreeBSD.org/src/commit/?id=c69a739379bea9de88869f7abc3db58f1a16363c

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(-)

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