summaryrefslogtreecommitdiff
path: root/FIXES.md
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-02-22 23:54:26 +0200
committerPaul Buetow <paul@buetow.org>2026-02-22 23:54:26 +0200
commit55f33883838336c70d483779b0435c6e781b615e (patch)
treef26a8b2a72a28483675fe87ee3ea03d35bd39862 /FIXES.md
parent1666ba49ef9e5b61e14d1a32d2f6e2380064105e (diff)
some stuff
Diffstat (limited to 'FIXES.md')
-rw-r--r--FIXES.md5
1 files changed, 0 insertions, 5 deletions
diff --git a/FIXES.md b/FIXES.md
deleted file mode 100644
index 0bd8700..0000000
--- a/FIXES.md
+++ /dev/null
@@ -1,5 +0,0 @@
-## Plan
-1. Prevent `openat2` file tracking from panicking on unknown flags by allowing `-1` (unknown) flags in userland and covering it with a focused test.
-2. Decide whether to enable `name_to_handle_at`/`open_by_handle_at` tracing or remove the correlation logic if the tracepoints stay excluded.
-3. Add `close_range` handling that removes all fds in the range from the fd table.
-4. Improve `io_uring_*` attribution by correlating setup/enter operations with returned fds or otherwise marking them as non-file-backed operations.