* Kernel ops with 6.15.0-rc7
@ 2025-05-28 15:12 Mkrtchyan, Tigran
0 siblings, 0 replies; only message in thread
From: Mkrtchyan, Tigran @ 2025-05-28 15:12 UTC (permalink / raw)
To: linux-nfs
[-- Attachment #1.1: Type: text/plain, Size: 547 bytes --]
Hi all,
By chasing an unresponsive client issue that we observe occasionally, I got my VM to crash with 100% reproducibility.
The error pops up very shortly on the console of the VM before boot (attached).
The test script is quite simple (mount, start processes, kill after 100 micros, umount):
```
while true
do
echo 3 > /proc/sys/vm/drop_caches
mount lab:/ /mnt
cd /mnt/data/
for i in *
do
sha1sum $i &
PP=$!
sleep 1e-04
kill -TERM $PP
done
cd /
umount /mnt
done
```
Best regards,
Tigran.
[-- Attachment #1.2: Screenshot From 2025-05-28 17-04-15.png --]
[-- Type: image/png, Size: 165767 bytes --]
[-- Attachment #2: S/MIME Cryptographic Signature --]
[-- Type: application/pkcs7-signature, Size: 2826 bytes --]
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2025-05-28 15:22 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-05-28 15:12 Kernel ops with 6.15.0-rc7 Mkrtchyan, Tigran
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox