From: David Howells <dhowells@redhat.com>
To: Christian Schoenebeck <linux_oss@crudebyte.com>
Cc: dhowells@redhat.com, ericvh@kernel.org, lucho@ionkov.net,
asmadeus@codewreck.org, Pierre Barre <pierre@barre.sh>,
v9fs@lists.linux.dev, linux-kernel@vger.kernel.org
Subject: Re: [PATCH v2] 9p: fix i_size update race in getattr with writeback caching
Date: Tue, 17 Feb 2026 15:05:20 +0000 [thread overview]
Message-ID: <1406915.1771340720@warthog.procyon.org.uk> (raw)
In-Reply-To: <2025543.PYKUYFuaPT@weasel>
Christian Schoenebeck <linux_oss@crudebyte.com> wrote:
> For cache=loose I couldn't reproduce, but with cache=mmap I could reproduce
> data corruption, folio writeback hangup and the following error message:
>
> [ 60.847671] [append] R=134d: No submit
Can you get me some tracing? If you can turn on:
echo 65536 >/sys/kernel/tracing/buffer_size_kb
echo 1 > /sys/kernel/tracing/events/netfs/netfs_read/enable
echo 1 > /sys/kernel/tracing/events/netfs/netfs_write/enable
echo 1 > /sys/kernel/tracing/events/netfs/netfs_rreq/enable
echo 1 > /sys/kernel/tracing/events/netfs/netfs_sreq/enable
echo 1 > /sys/kernel/tracing/events/netfs/netfs_failure/enable
run the test to generate the issue, then get the trace:
cat /sys/kernel/tracing/trace | bzip2 -9 >trace.txt
and grab whatever it said in dmesg, particularly if it mentions R=<hex-number>.
Thanks,
David
next prev parent reply other threads:[~2026-02-17 15:05 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-12-27 18:01 [PATCH v2] 9p: fix i_size update race in getattr with writeback caching Pierre Barre
2026-01-05 11:35 ` Christian Schoenebeck
2026-01-07 0:27 ` Pierre Barre
2026-02-04 11:48 ` Christian Schoenebeck
2026-02-15 9:21 ` Dominique Martinet
2026-02-17 14:48 ` David Howells
2026-02-17 15:05 ` David Howells [this message]
2026-02-17 16:54 ` David Howells
2026-02-18 13:38 ` David Howells
2026-02-18 13:41 ` David Howells
2026-02-18 14:11 ` Dominique Martinet
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=1406915.1771340720@warthog.procyon.org.uk \
--to=dhowells@redhat.com \
--cc=asmadeus@codewreck.org \
--cc=ericvh@kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux_oss@crudebyte.com \
--cc=lucho@ionkov.net \
--cc=pierre@barre.sh \
--cc=v9fs@lists.linux.dev \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox