diff options
| author | Peter Holm <pho@FreeBSD.org> | 2026-03-06 09:03:53 +0000 |
|---|---|---|
| committer | Peter Holm <pho@FreeBSD.org> | 2026-03-06 09:03:53 +0000 |
| commit | b15dc3ff28dbb2c3f8eec51803dbca7569439773 (patch) | |
| tree | a277fcd1b43e7fd5d4fd800b859a86dad66a396e | |
| parent | 05cbd5fc2b481d6503c69be95fe9a6d9a287bc6d (diff) | |
stress2: Updated comments
| -rwxr-xr-x | tools/test/stress2/misc/mmap41.sh | 3 | ||||
| -rwxr-xr-x | tools/test/stress2/misc/mmap45.sh | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/tools/test/stress2/misc/mmap41.sh b/tools/test/stress2/misc/mmap41.sh index 5051681aaf31..a279604cd5b6 100755 --- a/tools/test/stress2/misc/mmap41.sh +++ b/tools/test/stress2/misc/mmap41.sh @@ -7,7 +7,8 @@ # # Based on code from https://syzkaller.appspot.com/text?tag=ReproC&x=15d9baada80000 -# No problems seen +# "panic: Bad tailq NEXT" seen: +# https://people.freebsd.org/~pho/stress/log/log0569.txt . ../default.cfg diff --git a/tools/test/stress2/misc/mmap45.sh b/tools/test/stress2/misc/mmap45.sh index 59450b41bb5e..549d1ea6f190 100755 --- a/tools/test/stress2/misc/mmap45.sh +++ b/tools/test/stress2/misc/mmap45.sh @@ -8,9 +8,10 @@ # Demonstrate issue described in: # [Bug 276002] nfscl: data corruption using both copy_file_range and mmap'd I/O +# Unfixed as of 20260306 # Issue seen: -# +# # 8994c8994 # < 0431020 10 11 12 13 14 15 16 17 18 19 1a 1b 1c 1d 1e 1f # --- |
