linux-arts: Update README with process information

Add information on how changes are pulled in from the
https://github.com/dvyukov/syzkaller-repros.git into linux-arts git.
diff --git a/README b/README
index 9760231..8453f40 100644
--- a/README
+++ b/README
@@ -14,6 +14,24 @@
 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>