From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754117AbdCHUAm (ORCPT ); Wed, 8 Mar 2017 15:00:42 -0500 Received: from guitar.tcltek.co.il ([192.115.133.116]:50198 "EHLO mx.tkos.co.il" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753254AbdCHUAl (ORCPT ); Wed, 8 Mar 2017 15:00:41 -0500 From: Baruch Siach To: Andy Lutomirski Cc: linux-kernel@vger.kernel.org, Baruch Siach , Jonathan Corbet Subject: [PATCH] doc: ABI: vdso: update parse_vdso.c reference Date: Wed, 8 Mar 2017 21:50:31 +0200 Message-Id: <10506b26bb4f3317756a16eb105472206863de63.1489002631.git.baruch@tkos.co.il> X-Mailer: git-send-email 2.11.0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Since commit f9b6b0ef603 ("selftests: move vDSO tests from Documentation/vDSO") parse_vdso.c moved under selftests. Update the reference to match. Cc: Jonathan Corbet Signed-off-by: Baruch Siach --- Documentation/ABI/stable/vdso | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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, -- 2.11.0