On Thu, Jun 22, 2017 at 9:34 AM, Qiuxu Zhuo <qiuxu.zhuo@xxxxxxxxx> wrote: > Change Log v3->v4: > - Add comment 'the number of config tables' for 'nr_config_table' in efi structure > - Initialize 'efi.nr_config_table' to 0 in default > - Set 'efi.nr_config_table' to 'efi.systab->nr_tables' in drivers/firmware/efi/arm-init.c -> uefi_init() > - Mark 'efi_capsule_pstore_disable' as __ro_after_init > - Use timestamp value passed from pstore API rather than using get_seconds() > - Pass page physcial addresses rather than struct page pointers to efi_capsule_update() Thanks for the updates! Reviewed-by: Kees Cook <keescook@xxxxxxxxxxxx> > > Qiuxu Zhuo (2): > efi: Add 'nr_config_table' variable in efi structure > eif/capsule-pstore: Add capsule pstore backend > > arch/x86/platform/efi/efi.c | 1 + > drivers/firmware/efi/Kconfig | 21 ++ > drivers/firmware/efi/Makefile | 1 + > drivers/firmware/efi/arm-init.c | 4 +- > drivers/firmware/efi/capsule-pstore.c | 679 ++++++++++++++++++++++++++++++++++ > drivers/firmware/efi/efi.c | 1 + > include/linux/efi.h | 1 + > 7 files changed, 707 insertions(+), 1 deletion(-) > create mode 100644 drivers/firmware/efi/capsule-pstore.c > > -- > 2.9.0.GIT > -- Kees Cook Pixel Security -- To unsubscribe from this list: send the line "unsubscribe linux-efi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html