On Wed, 24 Jun, at 12:42:24PM, Ard Biesheuvel wrote: > The UEFI spec v2.5 introduces a new memory attribute EFI_MEMORY_RO, > which is now the preferred attribute to convey that the nature of > the contents of such a region allows it to be mapped read-only > (i.e., it contains .text and .rodata only). The specification of > the existing EFI_MEMORY_WP attribute has been updated to align > more closely with its common use as a cacheability attribute rather > than a permission attribute. > > Add the #define and add the attribute to the memory map dumping > routine. > > Signed-off-by: Ard Biesheuvel <ard.biesheuvel@xxxxxxxxxx> > --- > drivers/firmware/efi/efi.c | 8 +++++--- > include/linux/efi.h | 1 + > 2 files changed, 6 insertions(+), 3 deletions(-) Thanks Ard, applied. -- Matt Fleming, Intel Open Source Technology Center -- 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