A bug has been fixed in the kernel where the return error after an address translation failure.
With that said, it's required to stop using ERR_NX_TRANSLATION and use a new value instead (250).
We may also need to add some temporary code that is able to deal with both error codes until all kernels in use are fixed.
A bug has been fixed in the kernel where the return error after an address translation failure. With that said, it's required to stop using
ERR_NX_TRANSLATION
and use a new value instead (250).We may also need to add some temporary code that is able to deal with both error codes until all kernels in use are fixed.
Reference: https://lists.ozlabs.org/pipermail/linuxppc-dev/2020-July/214190.html