v9fs.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
From: Eric Van Hensbergen <ericvh@kernel.org>
To: dhowells@redhat.com
Cc: v9fs@lists.linux.dev, linux_oss@crudebyte.com
Subject: fs/9p: regression in 6.8-rc1
Date: Fri, 26 Jan 2024 14:21:39 -0600	[thread overview]
Message-ID: <ZbQUU6QKmIftKsmo@FV7GG9FTHL> (raw)

I caught a problem in the new netfs code when running in 9p when running
with nocache mode.  A regression sweep is turning up a:
 [ 1084.438387] netfs: Zero-sized write [R=1b6da]
when running my ldconfig test (included at the end of this)
it reports:
/sbin/ldconfig.real: Writing of cache extension data failed: Input/output error

I will try to dig into this later today if I have time, but not sure I'll get
to it so I wanted to make other folks aware.  I'm not sure how much other
elements of my test harness are contributing to reproducing the problem.

	-eric

--snip--
# setup chroot

mount -o bind /dev /mnt/9/dev
mount -o bind /sys /mnt/9/sys

# test mmap via ldconfig doesn't produce lots of errors

chroot /mnt/9 ldconfig -C /tmp/testldconfig.cache > $LOG.log 2>&1

if [ -s $LOG.log ]; then
    echo "FAIL"
else
    echo "SUCCESS"
fi


             reply	other threads:[~2024-01-26 20:21 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-01-26 20:21 Eric Van Hensbergen [this message]
2024-01-27  1:53 ` fs/9p: regression in 6.8-rc1 Dominique Martinet
2024-01-28 13:06   ` Dominique Martinet
2024-01-29  9:20   ` David Howells
2024-01-30 15:41 ` Linux regression tracking #adding (Thorsten Leemhuis)
2024-02-18 10:10   ` Linux regression tracking #update (Thorsten Leemhuis)

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=ZbQUU6QKmIftKsmo@FV7GG9FTHL \
    --to=ericvh@kernel.org \
    --cc=dhowells@redhat.com \
    --cc=linux_oss@crudebyte.com \
    --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;
as well as URLs for NNTP newsgroup(s).