mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Dominique Martinet <asmadeus@codewreck.org>
To: David Howells <dhowells@redhat.com>, Barret Rhoden <brho@google.com>
Cc: Eric Van Hensbergen <ericvh@kernel.org>,
	Latchesar Ionkov <lucho@ionkov.net>,
	Christian Schoenebeck <linux_oss@crudebyte.com>,
	v9fs@lists.linux.dev, linux-kernel@vger.kernel.org,
	linux-fsdevel@vger.kernel.org
Subject: Re: [PATCH] 9p: treat read return values of 0 as EOF
Date: Mon, 14 Sep 2026 00:49:24 +0900	[thread overview]
Message-ID: <aqbGBMJ6bntYB1t2@codewreck.org> (raw)
In-Reply-To: <f7005841-80a9-4c21-a114-6cfd6ee63a58@google.com>

Sorry for dropping the ball here, I haven't had any time to do 9p stuff
at all recently and the wave of LLM generated patches hasn't helped...

Barret Rhoden wrote on Mon, Jul 27, 2026 at 01:38:16PM -0400:
> On 7/13/26 5:29 AM, David Howells wrote:
> > This is kind of a weird situation.  We're caching locally the content of files
> > aren't really regular files and probably shouldn't be cached.  I'm not sure
> > what the best way to deal with that is.  I wonder if there's some way to
> > detect that and mark then non-cacheable.  (Assuming the server can be told not
> > to even serve them).
> > 
> > Can we detect that the EOF length doesn't match i_size and set a flag to say
> > "don't cache" in netfs_inode::flags?
> Possibly, but could you have false positives from this?  e.g. if a file's
> size is changed concurrently with a read returning EOF?
> 
> As far as detecting EOF in the first place, my patch had the 9p client doing
> it.  Not sure, but Dominique's question might have been whether netfs should
> have done the detecting instead?
>
> From what I can see, the netfs clients were responsible for setting EOF
> (except in netfs_clear_unread()).  Some in response to an ENODATA error,
> others due to the "did we read past the end of the file size."  Not sure
> whose responsibility it is to detect these cases: netfs or the FSes
> themselves.

Right, that was my question; I honestly just don't understand the
requirement/promises of the netfs layer.

In this particular case we have two patterns to address:
- synthetic files with stat size > actual size,
e.g. /sys/devices/system/cpu/online
- synthetic files with stat size = 0 (rarer),
e.g. /sys/devices/virtual/net/br0/brforward

For two at least two modes:
- cache=none
- cache=loose (writeback I guess)

Right now, none of these work, with various degrees of not working;
I'm not sure we can do much about some of them (e.g. stat size=0 with
cache enabled I'm fine getting empty data), but imo
- cache=none should just try reading as userspace request anyway and
stop as soon as the server returns 0, that's not a 9p specific behavior
and I wouldn't have expected having to do any special handling for it.
(but if you tell me it's to be done in 9p case, then sure, we'll do it
here)
- cache=writeback + stat size > read size should also stop when the
server returns 0 and truncate its view of the size to that; the problem
in 9p is that we'll reset the size again to the remote size shortly
afterwards so that will need more thinking (and overlaps with the other
cache size bugs we have in flight), so let's focus on cache=none for now

Thanks,
-- 
Dominique Martinet | Asmadeus

      reply	other threads:[~2026-09-13 15:49 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-07-02  9:09 Barret Rhoden
2026-07-03 14:28 ` Dominique Martinet
2026-07-05 21:22   ` Barret Rhoden
2026-07-13  9:29 ` David Howells
2026-07-27 17:38   ` Barret Rhoden
2026-09-13 15:49     ` Dominique Martinet [this message]

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=aqbGBMJ6bntYB1t2@codewreck.org \
    --to=asmadeus@codewreck.org \
    --cc=brho@google.com \
    --cc=dhowells@redhat.com \
    --cc=ericvh@kernel.org \
    --cc=linux-fsdevel@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux_oss@crudebyte.com \
    --cc=lucho@ionkov.net \
    --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

all inboxes | Powered by JetHome®