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

2020-11-19 Thread Andreas Krebbel via Elfutils-devel
The cached reads lack the big endian adjustments done in the fallback path. Signed-off-by: Andreas Krebbel --- libdwfl/ChangeLog | 5 + libdwfl/linux-pid-attach.c | 10 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/libdwfl/ChangeLog b/libdwfl/ChangeLog i

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 f