Re: [PATCH] acpi: add missing efi_call wrapper to acpi command

2017-04-02 Thread Vladimir 'phcoder' Serbinenko
On Sat, Apr 1, 2017, 05:24 Andrei Borzenkov wrote: > Fixed loading of ACPI tables on EFI (side effect was apparent memory > corruption ranging from unpredictable behavior to system reset). > > Reported by Nando Eva > > --- > > @Nando: please test this

[PATCH] acpi: add missing efi_call wrapper to acpi command

2017-04-01 Thread Andrei Borzenkov
Fixed loading of ACPI tables on EFI (side effect was apparent memory corruption ranging from unpredictable behavior to system reset). Reported by Nando Eva --- @Nando: please test this patch. It fixed loading for me at least on QEMU/OVMF. It conflicts with lsacpi patch,