aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorShuah Khan <skhan@linuxfoundation.org>2020-05-12 16:29:42 -0600
committerShuah Khan <skhan@linuxfoundation.org>2020-05-12 16:34:32 -0600
commite39dd38466d956a7a9b6c061163cba783cf09b2e (patch)
tree34ba1db8baa4df378b0f9f6c0e397a80cedc88fa
parent5c4196c1a447a6a2f2ae7e3e2760c758e62cf382 (diff)
downloadlinux-arts-master.tar.gz
linux-arts: Update README with process informationHEADlinux-arts-v2.0master
Add information on how changes are pulled in from the https://github.com/dvyukov/syzkaller-repros.git into linux-arts git.
-rw-r--r--README18
1 files changed, 18 insertions, 0 deletions
diff --git a/README b/README
index 9760231..8453f40 100644
--- a/README
+++ b/README
@@ -14,6 +14,24 @@ this git repository is created to preserve the reproducers.
Please find the details on the discussion that lead to this decision
at https://lwn.net/Articles/799162/
+Commits from https://github.com/dvyukov/syzkaller-repros.git are applied
+to linux-arts git periodically.
+
+Procedure for updating linux-arts from syzkaller-repros.git:
+
+Step 1:
+- Checkout //github.com/dvyukov/syzkaller-repros.git
+ git clone https://github.com/dvyukov/syzkaller-repros.git
+
+Step 2:
+ - Generate patches for new commits.
+ - Check author lines and add if any missing
+ - Apply with root pre-fix syzkaller-repros to linux-arts git
+ cat ../syzkaller-repros/<name>.patch | \
+ git am --directory=syzkaller-repros
+- Add tag with information that includes the top commit from
+ https://github.com/dvyukov/syzkaller-repros.git
+
Please send any patches and regressions tests to:
Shuah Khan <skhan@linuxfoundation.org>