Recent changes (master)
Jens Axboe <[email protected]> Sun, 5 Oct 2025 06:00:01 -0600 (MDT)
| Newsgroups | org.kernel.vger.fio |
|---|---|
| Message-ID | <[email protected]> |
The following changes since commit 97a91b6a69a633d55d8bfa31715fb0434709f223:
Merge branch 'fix/io_uring-pi-validate' of https://github.com/stanleyzhang9/fio (2025-10-01 15:02:38 -0400)
are available in the Git repository at:
git://git.kernel.dk/fio.git master
for you to fetch changes up to 9806424ae0ce388c8dad1687864b02dee3d8e0d2:
REPORTING-BUGS: add note about reports on malicious job files (2025-10-04 16:57:44 -0600)
----------------------------------------------------------------
Jens Axboe (1):
REPORTING-BUGS: add note about reports on malicious job files
REPORTING-BUGS | 7 +++++++
1 file changed, 7 insertions(+)
---
Diff of recent changes:
diff --git a/REPORTING-BUGS b/REPORTING-BUGS
index c0204d7e..17c4fcaa 100644
--- a/REPORTING-BUGS
+++ b/REPORTING-BUGS
@@ -1,6 +1,13 @@
Reporting a bug
---------------
+If you're contemplating reporting issues with deliberately constructed job
+files that cause the parser to crash, then only do so if you also intend
+to fix the issue. Legitimate job files that cause parsing issues should of
+course be reported, however please don't waste our time with maliciously
+constructed job files that cause double frees, fio crashes, or other effects
+of that nature.
+
...via the mailing list
=======================