Re: [PATCH] opal/fadump: fix fadump to work with a different endian capture kernel

2022-05-15 Thread Michael Ellerman
On Wed, 21 Apr 2021 23:20:52 +0530, Hari Bathini wrote: > Dump capture would fail if capture kernel is not of the endianess as > the production kernel, because the in-memory data structure (struct > opal_fadump_mem_struct) shared across production kernel and capture > kernel assumes the same endian

[PATCH] opal/fadump: fix fadump to work with a different endian capture kernel

2021-04-21 Thread Hari Bathini
Dump capture would fail if capture kernel is not of the endianess as the production kernel, because the in-memory data structure (struct opal_fadump_mem_struct) shared across production kernel and capture kernel assumes the same endianess for both the kernels, which doesn't have to be true always.