On Thu, 28 Mar 2019 at 08:55, Robert Richter <rrichter@xxxxxxxxxxx> wrote: > > On 27.03.19 19:53:47, Ard Biesheuvel wrote: > > On Wed, 20 Mar 2019 at 16:23, Robert Richter <rrichter@xxxxxxxxxxx> wrote: > > > > > > On 20.03.19 14:16:07, Robert Richter wrote: > > > > On 20.03.19 13:05:37, Robert Richter wrote: > > > > > @@ -167,6 +167,7 @@ static int __init arm_dmi_init(void) > > > > > * itself, depends on dmi_scan_machine() having been called already. > > > > > */ > > > > > dmi_scan_machine(); > > > > > + dmi_memdev_walk(); > > > > > if (dmi_available) > > > > > dmi_set_dump_stack_arch_desc(); > > > > > return 0; > > > > > > > > After > > > > > > > > [PATCH] efi/arm: Show SMBIOS bank/device location in cper and > > > > ghes error logs > > > > > > > > wents in for arm/arm64, we can unify the code. See patch below. > > > > > > V2 with the fix in arm_dmi_init() below. > > > > > > > Could you please resend this as a proper patch? I am having trouble applying it. > > I just resent the patch. But this worked for me: > > $ wget -nd -O - https://lore.kernel.org/patchwork/patch/1052718/mbox/ | git am -smc -3 - > > Not sure what was wrong. > Thanks. Not sure either, but I managed to apply it now, with s/io64/ia64/, and Jean's R-b added. -- Ard.