[LTP] [PATCH 3/3] doc/API: Link to minimal supported kernel version
Petr Vorel
pvorel@suse.cz
Tue Jan 3 18:50:59 CET 2023
Signed-off-by: Petr Vorel <pvorel@suse.cz>
---
doc/c-test-api.txt | 3 +++
doc/shell-test-api.txt | 3 +++
2 files changed, 6 insertions(+)
diff --git a/doc/c-test-api.txt b/doc/c-test-api.txt
index a3ee9cab47..a7dd59dac5 100644
--- a/doc/c-test-api.txt
+++ b/doc/c-test-api.txt
@@ -603,6 +603,9 @@ if (tst_kvercmp2(4, 4, 27, kvers) < 0)
WARNING: The shell 'tst_kvercmp' maps the result into unsigned integer - the
process exit value.
+NOTE: See also LTP
+ https://github.com/linux-test-project/ltp/wiki/Supported-kernel,-libc,-toolchain-versions#13-minimal-supported-kernel-version[minimal supported kernel version].
+
1.7 Fork()-ing
~~~~~~~~~~~~~~
diff --git a/doc/shell-test-api.txt b/doc/shell-test-api.txt
index b1e6c1b1dd..e5c9186605 100644
--- a/doc/shell-test-api.txt
+++ b/doc/shell-test-api.txt
@@ -693,6 +693,9 @@ prefixed by distribution which when matched take precedence, e.g. '6.1 RHEL9:5.1
For more info see 'tst_kvercmp()' and 'tst_kvercmp2()' in
https://github.com/linux-test-project/ltp/wiki/C-Test-API#16-runtime-kernel-version-detection[C Test API].
+NOTE: See also LTP
+ https://github.com/linux-test-project/ltp/wiki/Supported-kernel,-libc,-toolchain-versions#13-minimal-supported-kernel-version[minimal supported kernel version].
+
tst_fs_has_free
+++++++++++++++
--
2.39.0
More information about the ltp
mailing list