Re: [tip: efi/core] efi: Support for MOK variable config table

2020-09-21 Thread Borislav Petkov
On Fri, Sep 18, 2020 at 08:30:54AM -, tip-bot2 for Lenny Szubowicz wrote: > +void __init efi_mokvar_table_init(void) > +{ > + efi_memory_desc_t md; > + u64 end_pa; > + void *va = NULL; > + size_t cur_offset = 0; > + size_t offset_limit; > + size_t map_size = 0; > + s

[tip: efi/core] efi: Support for MOK variable config table

2020-09-18 Thread tip-bot2 for Lenny Szubowicz
The following commit has been merged into the efi/core branch of tip: Commit-ID: 58c909022a5a56cd1d9e89c8c5461fd1f6a27bb5 Gitweb: https://git.kernel.org/tip/58c909022a5a56cd1d9e89c8c5461fd1f6a27bb5 Author:Lenny Szubowicz AuthorDate:Fri, 04 Sep 2020 21:31:05 -04:00 Committe