<div dir="ltr"><div dir="ltr"><div class="gmail_default" style="font-size:small"><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Thu, Feb 3, 2022 at 6:20 PM Richard Palethorpe <<a href="mailto:rpalethorpe@suse.com">rpalethorpe@suse.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">It's not clear if anything more than this is required for now.<br>
<br>
Signed-off-by: Richard Palethorpe <<a href="mailto:rpalethorpe@suse.com" target="_blank">rpalethorpe@suse.com</a>><br></blockquote><div><br></div><div class="gmail_default" style="font-size:small">Reviewed-by: Li Wang <<a href="mailto:liwang@redhat.com" target="_blank">liwang@redhat.com</a>></div><div class="gmail_default" style="font-size:small"></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
---<br>
<br>
 doc/test-writing-guidelines.txt | 10 ++++++++++<br>
 runtest/staging                 |  1 +<br>
 2 files changed, 11 insertions(+)<br>
 create mode 100644 runtest/staging<br>
<br>
diff --git a/doc/test-writing-guidelines.txt b/doc/test-writing-guidelines.txt<br>
index 1fa751ed5..8ca014d45 100644<br>
--- a/doc/test-writing-guidelines.txt<br>
+++ b/doc/test-writing-guidelines.txt<br>
@@ -334,3 +334,13 @@ It's easier to maintain a '.gitignore' file per directory with tests, rather<br>
 than having single file in the project root directory. This way, we don't have<br>
 to update all the gitignore files when moving directories, and they get deleted<br>
 automatically when a directory with tests is removed.<br>
+<br>
+7 Testing pre-release kernel features<br>
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~<br>
+<br>
+Tests for features not yet in a mainline kernel release are accepted. However<br>
+they must only be added to the +staging+ runtest file. Once a feature is part<br>
+of the stable kernel ABI the associated test must be moved out of staging.<br>
+<br>
+This is primarily to help test kernel RCs by avoiding the need to download<br>
+separate LTP patchsets.<br>
diff --git a/runtest/staging b/runtest/staging<br>
new file mode 100644<br>
index 000000000..ef1cdea15<br>
--- /dev/null<br>
+++ b/runtest/staging<br>
@@ -0,0 +1 @@<br>
+# Tests for features that are not yet in the stable kernel ABI<br>
-- <br>
2.34.1<br>
<br>
</blockquote></div><br clear="all"><div><br></div>-- <br><div dir="ltr" class="gmail_signature"><div dir="ltr"><div>Regards,<br></div><div>Li Wang<br></div></div></div></div>