On Wed, 27 Jan, at 10:34:56AM, Sai Praneeth Prakhya wrote: > From: Sai Praneeth <[email protected]> > > Since EFI page tables can be treated as kernel page tables they should > be global. All the other page mapping functions in pageattr.c set the > _PAGE_GLOBAL bit and we want to avoid inconsistencies when we map a page > in the EFI code paths, for example when that page is split in > __split_large_page(), etc. It also makes it easier to validate that the > EFI region mappings have the correct attributes because there are fewer > differences compared with regular kernel mappings. > > Cc: Ricardo Neri <[email protected]> > Cc: Ravi Shankar <[email protected]> > Cc: Borislav Petkov <[email protected]> > Cc: Matt Fleming <[email protected]> > Signed-off-by: Sai Praneeth Prakhya <[email protected]> > --- > arch/x86/mm/pageattr.c | 14 ++++++++++++++ > 1 file changed, 14 insertions(+)
Reducing any differences between the EFI mapping and regular kernel mapping code in pageattr.c is a plus. Thanks Sai, applied.

