diff mbox series

[31/31] doc: UCLINUX has been removed

Message ID 20240411143025.352507-32-pvorel@suse.cz
State New
Headers show
Series Remove UCLINUX (nommu support) from LTP legacy C API | expand

Commit Message

Petr Vorel April 11, 2024, 2:30 p.m. UTC
Signed-off-by: Petr Vorel <pvorel@suse.cz>
---
 doc/maintainers/patch_review.rst                   | 4 ----
 doc/old/Maintainer-Patch-Review-Checklist.asciidoc | 3 ---
 2 files changed, 7 deletions(-)
diff mbox series

Patch

diff --git a/doc/maintainers/patch_review.rst b/doc/maintainers/patch_review.rst
index 3ff8122a8..0561ffd9d 100644
--- a/doc/maintainers/patch_review.rst
+++ b/doc/maintainers/patch_review.rst
@@ -152,10 +152,6 @@  C tests
 * Docparse documentation
 * If a test is a regression test it should include ``.tags`` in the
   ``struct tst_test`` definition
-* When rewriting old tests, `uClinux <https://en.wikipedia.org/wiki/%CE%9CClinux>`_
-  support should be removed (project has been discontinued).
-  E.g. remove ``#ifdef UCLINUX``, replace ``FORK_OR_VFORK()`` with simple
-  ``fork()`` or ``SAFE_FORK()``.
 
 Shell tests
 ~~~~~~~~~~~
diff --git a/doc/old/Maintainer-Patch-Review-Checklist.asciidoc b/doc/old/Maintainer-Patch-Review-Checklist.asciidoc
index 9cd8606f9..8977b7585 100644
--- a/doc/old/Maintainer-Patch-Review-Checklist.asciidoc
+++ b/doc/old/Maintainer-Patch-Review-Checklist.asciidoc
@@ -127,9 +127,6 @@  New test should
 * Docparse documentation
 * If a test is a regression test it should include tags
   (more in https://github.com/linux-test-project/ltp/wiki/Test-Writing-Guidelines#2238-test-tags[Test tags])
-* When rewriting old tests, https://en.wikipedia.org/wiki/%CE%9CClinux[uClinux]
-  support should be removed (project has been discontinued).
-  E.g. remove `#ifdef UCLINUX`, replace `tst_fork()` with simple `fork()` or `SAFE_FORK()`.
 
 ### Shell tests
 * Use new https://github.com/linux-test-project/ltp/wiki/Test-Writing-Guidelines#23-writing-a-testcase-in-shell[shell API]