Comment 9 for bug 1847340

Revision history for this message
Mauricio Faria de Oliveira (mfo) wrote : Re: ext4 journal recovery fails w/ data=journal + journal_checksum + mmap

Test results with stress-ng.

The original kernels hit the issue (very often on Bionic, less often on Focal.)
The modified kernels don't (in 2x the number of runs on both Bionic and Focal.)

Number of tests (stress-ng + crash + mount) that mount PASSED or FAILED (ie, problem was hit.)
---

Bionic / Original:

ubuntu@mfo-sf250123-b:~$ grep -e ^FAILED -e ^PASSED /test.log | cut -d' ' -f1 | sort | uniq -c
    189 FAILED
    573 PASSED

Bionic / Modified:

ubuntu@mfo-sf250123-b2:~$ grep -e ^FAILED -e ^PASSED /test.log | cut -d' ' -f1 | sort | uniq -c
   1362 PASSED

Focal / Original:

ubuntu@mfo-sf250123-f:~$ grep -e ^FAILED -e ^PASSED /test.log | cut -d' ' -f1 | sort | uniq -c
      1 FAILED
    693 PASSED

Focal / Modified:

ubuntu@mfo-sf250123-f2:~$ grep -e ^FAILED -e ^PASSED /test.log | cut -d' ' -f1 | sort | uniq -c
   1354 PASSED