Re: [PATCH v3 1/5] efi: Export boot-services code and data as debugfs-blobs

2018-04-24 Thread Hans de Goede
Hi, On 16-04-18 10:23, Ard Biesheuvel wrote: Hallo Hans, On 8 April 2018 at 19:40, Hans de Goede wrote: Sometimes it is useful to be able to dump the efi boot-services code and data. This commit adds these as debugfs-blobs to /sys/kernel/debug/efi, but only if efi=debug

[PATCH v3 1/5] efi: Export boot-services code and data as debugfs-blobs

2018-04-08 Thread Hans de Goede
Sometimes it is useful to be able to dump the efi boot-services code and data. This commit adds these as debugfs-blobs to /sys/kernel/debug/efi, but only if efi=debug is passed on the kernel-commandline as this requires not freeing those memory-regions, which costs 20+ MB of RAM. Signed-off-by: