Comment 12 for bug 1931063

Revision history for this message
Paride Legovini (paride) wrote :

I tried reproducing the issue by recompiling the source package from my PPA and from the current tip of pmdk git on an up-to-date Hirsute container running on:

$ arch
ppc64le

$ uname -a
Linux paride-h 4.15.0-147-generic #151-Ubuntu SMP Fri Jun 18 19:17:52 UTC 2021 ppc64le ppc64le ppc64le GNU/Linux

A simple "manual" build+test run done with:

 - make
 - make test

seems to fully succeed. Possible caveats of my approach:

 - It's a container
 - Tests not running as root (but doesn't seem to be needed)
 - No real persistent memory device present

Do you have any suggestion on how I can reproduce the "rpmem_fip/TEST0" issue you are hitting? Thanks!