summary refs log tree commit diff stats
path: root/results/scraper/launchpad-without-comments/1709170
diff options
context:
space:
mode:
Diffstat (limited to 'results/scraper/launchpad-without-comments/1709170')
-rw-r--r--results/scraper/launchpad-without-comments/170917011
1 files changed, 11 insertions, 0 deletions
diff --git a/results/scraper/launchpad-without-comments/1709170 b/results/scraper/launchpad-without-comments/1709170
new file mode 100644
index 00000000..f063cb90
--- /dev/null
+++ b/results/scraper/launchpad-without-comments/1709170
@@ -0,0 +1,11 @@
+QEMU fails to honor O_TMPFILE
+
+When making a call like
+
+  open("/tmp", O_TMPFILE | O_RDWR);
+
+under QEMU, we ged -EISDIR.
+
+Under any kernel 3.11 or later, we are supposed to get an unnamed file in /tmp. In case the filesystem for /tmp does not support unnamed files, we are supposed to get EOPNOTSUPP.
+
+[I don't know the QEMU version, since this happened in a system I don't have access to]
\ No newline at end of file