Skip to content

Commit

Permalink
vdso.7: Add y2038 compliant gettime for ppc/32
Browse files Browse the repository at this point in the history
Christophe Leroy via Bugzilla:
https://bugzilla.kernel.org/show_bug.cgi?id=213421

[
In ppc32 functions section, the Y2038 compliant function
__kernel_clock_gettime64() is missing.

It was added by commit d0e3fc69d00d
("powerpc/vdso: Provide __kernel_clock_gettime64() on vdso32")
]

.../linux$ git describe d0e3fc69d00d
v5.10-rc2-76-gd0e3fc69d00d

Reported-by: Christophe Leroy <christophe.leroy@csgroup.eu>
Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
  • Loading branch information
alejandro-colomar authored and mkerrisk committed Aug 8, 2021
1 parent afaa08a commit 7a39816
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions man7/vdso.7
Original file line number Diff line number Diff line change
Expand Up @@ -370,6 +370,7 @@ symbol version
_
__kernel_clock_getres LINUX_2.6.15
__kernel_clock_gettime LINUX_2.6.15
__kernel_clock_gettime64 LINUX_5.10
__kernel_datapage_offset LINUX_2.6.15
__kernel_get_syscall_map LINUX_2.6.15
__kernel_get_tbfreq LINUX_2.6.15
Expand Down

0 comments on commit 7a39816

Please sign in to comment.