From d6111aaa263c794c7caae7eebf36f49b3f531788 Mon Sep 17 00:00:00 2001
From: Florian Fischer <florian.fl.fischer@fau.de>
Date: Wed, 19 Jan 2022 14:21:04 +0100
Subject: [PATCH] add README

---
 README.md | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)
 create mode 100644 README.md

diff --git a/README.md b/README.md
new file mode 100644
index 0000000..0c20af5
--- /dev/null
+++ b/README.md
@@ -0,0 +1,20 @@
+# io_uring faulty cancel reproducer
+
+Reproducer for the rpoblem reported here:
+https://lore.kernel.org/io-uring/21588bc9-592c-7793-c72a-498ba0db4937@kernel.dk/T/#t
+
+## Building
+
+The io_uring-cancel reproducer can be build using make  
+
+`$ make`
+
+or using meson  
+
+`$ meson build --buildtype=release && ninja -C build`
+
+When using make liburing >= 2.0 must be installed.
+
+## Running
+
+`io_uring-cancel [write_increment=0]`
-- 
GitLab