From: pvorel <pvorel@suse.de>
To: Andrea Cervesato <andrea.cervesato@suse.de>
Cc: Linux Test Project <ltp@lists.linux.it>
Subject: Re: [LTP] [PATCH v6] cve: reproducer for cve-2026-64600
Date: Fri, 07 Aug 2026 09:35:05 +0200 [thread overview]
Message-ID: <a1d939127b54c51fd29f869b0fe1706f@suse.de> (raw)
In-Reply-To: <20260806-cve-2026-64600-v6-1-26c11513c75a@suse.com>
Hi Andrea,
...
> +static struct tst_test test = {
> + .test_all = run,
> + .setup = setup,
> + .cleanup = cleanup,
> + .runtime = 180,
> + .needs_root = 1,
> + .mount_device = 1,
> + .mntpoint = MNTPOINT,
> + .filesystems = (struct tst_fs []) {
> + {
> + .type = "xfs",
> + .min_kver = "4.16",
It got introduced in 4.11. Is there a reason for testing from 4.16?
Or is it just the copy paste error?
Other than that LGTM.
Reviewed-by: Petr Vorel <pvorel@suse.cz>
> + .mkfs_ver = "mkfs.xfs >= 1.5.0",
> + .mkfs_opts = (const char *const []) {
> + "-m", "reflink=1",
> + NULL
> + },
> + },
> + {}
> + },
> + .tags = (const struct tst_tag[]) {
> + {"linux-git", "2f4acd0fcd86"},
Can you please before merge use longer hash
"2f4acd0fcd862e22eab45690ec2c08c80b6ef2e7"?
> + {"CVE", "2026-64600"},
> + {}
> + },
> +};
--
Mailing list info: https://lists.linux.it/listinfo/ltp
next prev parent reply other threads:[~2026-08-07 7:35 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-08-06 9:45 [LTP] [PATCH v6] cve: reproducer for cve-2026-64600 Andrea Cervesato
2026-08-06 10:41 ` [LTP] " linuxtestproject.agent
2026-08-07 7:35 ` pvorel [this message]
2026-08-07 7:51 ` [LTP] [PATCH v6] " Andrea Cervesato via ltp
2026-08-10 11:15 ` Petr Vorel
2026-08-10 11:24 ` Andrea Cervesato via ltp
2026-08-11 5:41 ` Petr Vorel
2026-08-10 11:28 ` Andrea Cervesato via ltp
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=a1d939127b54c51fd29f869b0fe1706f@suse.de \
--to=pvorel@suse.de \
--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.