aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/ABI
diff options
context:
space:
mode:
authorBaruch Siach <baruch@tkos.co.il>2017-03-08 21:50:31 +0200
committerJonathan Corbet <corbet@lwn.net>2017-03-13 17:13:22 -0600
commit904d94f063cc7763a130625c0e32b64b6f9ffc0d (patch)
tree89f46fd44172821ad0919a85c3a87ba55613b917 /Documentation/ABI
parentcpufreq: User/admin documentation update and consolidation (diff)
downloadlinux-dev-904d94f063cc7763a130625c0e32b64b6f9ffc0d.tar.xz
linux-dev-904d94f063cc7763a130625c0e32b64b6f9ffc0d.zip
doc: ABI: vdso: update parse_vdso.c reference
Since commit f9b6b0ef603 ("selftests: move vDSO tests from Documentation/vDSO") parse_vdso.c moved under selftests. Update the reference to match. Cc: Jonathan Corbet <corbet@lwn.net> Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/ABI')
-rw-r--r--Documentation/ABI/stable/vdso3
1 files changed, 2 insertions, 1 deletions
diff --git a/Documentation/ABI/stable/vdso b/Documentation/ABI/stable/vdso
index 7cdfc28cc2c6..55406ec8a35a 100644
--- a/Documentation/ABI/stable/vdso
+++ b/Documentation/ABI/stable/vdso
@@ -16,7 +16,8 @@ The vDSO uses symbol versioning; whenever you request a symbol from the
vDSO, specify the version you are expecting.
Programs that dynamically link to glibc will use the vDSO automatically.
-Otherwise, you can use the reference parser in Documentation/vDSO/parse_vdso.c.
+Otherwise, you can use the reference parser in
+tools/testing/selftests/vDSO/parse_vdso.c.
Unless otherwise noted, the set of symbols with any given version and the
ABI of those symbols is considered stable. It may vary across architectures,