All of lore.kernel.org
 help / color / mirror / Atom feed
* fs/9p: regression in 6.8-rc1
@ 2024-01-26 20:21 Eric Van Hensbergen
  2024-01-27  1:53 ` Dominique Martinet
  2024-01-30 15:41 ` Linux regression tracking #adding (Thorsten Leemhuis)
  0 siblings, 2 replies; 6+ messages in thread
From: Eric Van Hensbergen @ 2024-01-26 20:21 UTC (permalink / raw)
  To: dhowells; +Cc: v9fs, linux_oss

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


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2024-02-18 10:11 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-01-26 20:21 fs/9p: regression in 6.8-rc1 Eric Van Hensbergen
2024-01-27  1:53 ` 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)

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.