public inbox for linux-man@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] vdso.7: fix risc-v symbol names.
@ 2023-01-30 23:02 enh
  2023-01-31 12:51 ` Alejandro Colomar
  0 siblings, 1 reply; 5+ messages in thread
From: enh @ 2023-01-30 23:02 UTC (permalink / raw)
  To: linux-man, Alejandro Colomar (man-pages),
	Michael Kerrisk (man-pages)

The kernel git history says the names have always been "__vdso_" rather
than "__kernel_", so I assume this was a copy & paste mistake from a
different architecture.

Luckily, the path to the kernel source that lets you confirm/deny this
_is_ correct :-)
---
 man7/vdso.7 | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/man7/vdso.7 b/man7/vdso.7
index fabb34d0d..9f47efc7d 100644
--- a/man7/vdso.7
+++ b/man7/vdso.7
@@ -459,12 +459,12 @@ The table below lists the symbols exported by the vDSO.
 l l.
 symbol version
 _
-__kernel_rt_sigreturn LINUX_4.15
-__kernel_gettimeofday LINUX_4.15
-__kernel_clock_gettime LINUX_4.15
-__kernel_clock_getres LINUX_4.15
-__kernel_getcpu LINUX_4.15
-__kernel_flush_icache LINUX_4.15
+__vdso_rt_sigreturn LINUX_4.15
+__vdso_gettimeofday LINUX_4.15
+__vdso_clock_gettime LINUX_4.15
+__vdso_clock_getres LINUX_4.15
+__vdso_getcpu LINUX_4.15
+__vdso_flush_icache LINUX_4.15
 .TE
 .if t \{\
 .in
-- 
2.39.1.456.gfc5497dd1b-goog

^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2023-02-01 19:39 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-01-30 23:02 [PATCH] vdso.7: fix risc-v symbol names enh
2023-01-31 12:51 ` Alejandro Colomar
2023-01-31 17:39   ` enh
2023-01-31 23:59     ` Alejandro Colomar
2023-02-01 19:39       ` enh

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox