libnxz / power-gzip

POWER NX zlib compliant library
23 stars 18 forks source link

Stop using `ERR_NX_TRANSLATION` #38

Closed tuliom closed 4 years ago

tuliom commented 4 years ago

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