Re: [PATCH 1/1] IBM Z: Fix endianess problem in pid_memory_read

2020-11-19 Thread Andreas Krebbel via Elfutils-devel
On 20.11.20 01:33, Mark Wielaard wrote: > Hi Andreas, > > On Thu, Nov 19, 2020 at 08:32:24PM +0100, Andreas Krebbel via Elfutils-devel > wrote: >> The cached reads lack the big endian adjustments done in the fallback >> path. > > Thanks for finding this. Did you find this by code inspection or b

Re: [PATCH 1/1] IBM Z: Fix endianess problem in pid_memory_read

2020-11-19 Thread Mark Wielaard
Hi Andreas, On Thu, Nov 19, 2020 at 08:32:24PM +0100, Andreas Krebbel via Elfutils-devel wrote: > The cached reads lack the big endian adjustments done in the fallback > path. Thanks for finding this. Did you find this by code inspection or by having a 31bit binary backtrace on a 64bit system fa