Comment 6 for bug 1845863

Revision history for this message
Po-Hsu Lin (cypressyew) wrote : Re: vma05 in mm from ubuntu_ltp failed on 5.3 kernel

In 5.3 kernel, the pattern in /proc/self/maps will be like:
ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall]

So it does not match the test case expectation:
ffffffffff600000-ffffffffff601000[[:space:]]r-xp

To be more precise, the r-xp became --xp

And to comment #5, this is expected as this test was designed for x86_64 ($(uname -m) = "x86_64" )