Re: [PATCH v2] efi: Unify dmi setup code over architectures arm/arm64, io64 and x86

From: Robert Richter
Date: Thu Mar 28 2019 - 03:55:43 EST


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,

-Robert