From: linuxtestproject.agent@gmail.com
To: Andrea Cervesato <andrea.cervesato@suse.de>
Cc: ltp@lists.linux.it
Subject: Re: [LTP] cve: reproducer for cve-2026-64600
Date: Fri, 31 Jul 2026 10:41:47 +0000 [thread overview]
Message-ID: <20260731104147.9091-1-linuxtestproject.agent@gmail.com> (raw)
In-Reply-To: <20260731-cve-2026-64600-v3-1-192da4ddf707@suse.com>
Hi Andrea,
On Fri, 31 Jul 2026, Andrea Cervesato wrote:
> cve: reproducer for cve-2026-64600
> while (!stop_pressure) {
> SAFE_PWRITE(1, fd, wbuf, blksize, 0);
> SAFE_FTRUNCATE(fd, 0);
> SAFE_FSYNC(fd);
> }
Could the write be synced before the truncate? The truncate can discard the
dirty page and delayed allocation before writeback, so fsync() only persists
the empty file. This also differs from the documented
write/fdatasync/truncate sequence and may leave the XFS log without the
allocation pressure needed to widen the vulnerable window, causing false
passes on affected kernels.
Verdict - Needs revision
---
Note:
The agent can sometimes produce false positives although often its
findings are genuine. If you find issues with the review, please
comment this email or ignore the suggestions.
Regards,
LTP AI Reviewer
--
Mailing list info: https://lists.linux.it/listinfo/ltp
next parent reply other threads:[~2026-07-31 10:42 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <20260731-cve-2026-64600-v3-1-192da4ddf707@suse.com>
2026-07-31 10:41 ` linuxtestproject.agent [this message]
2026-07-31 11:12 ` [LTP] [PATCH v3] cve: reproducer for cve-2026-64600 Petr Vorel
2026-07-31 11:18 ` Andrea Cervesato via ltp
2026-07-31 13:59 ` Martin Doucha
2026-07-31 14:23 ` Andrea Cervesato via ltp
2026-07-31 14:25 [LTP] [PATCH v4] " Andrea Cervesato
2026-07-31 16:49 ` [LTP] " linuxtestproject.agent
-- strict thread matches above, loose matches on Subject: below --
2026-07-24 12:54 [LTP] [PATCH v2] " Andrea Cervesato
2026-07-24 17:56 ` [LTP] " linuxtestproject.agent
2026-07-24 8:28 [LTP] [PATCH] " Andrea Cervesato
2026-07-24 9:25 ` [LTP] " linuxtestproject.agent
2026-07-24 9:28 ` Cyril Hrubis
2026-07-24 9:31 ` Andrea Cervesato via ltp
2026-07-24 10:24 ` Cyril Hrubis
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20260731104147.9091-1-linuxtestproject.agent@gmail.com \
--to=linuxtestproject.agent@gmail.com \
--cc=andrea.cervesato@suse.de \
--cc=ltp@lists.linux.it \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.