Re: [PATCH v3][4.17] EFI: don't convert memory marked for runtime use to ordinary RAM

2022-10-20 Thread Julien Grall
Hi Jan, Sorry I missed this patch. On 11/10/2022 10:41, Jan Beulich wrote: efi_init_memory() in both relevant places is treating EFI_MEMORY_RUNTIME higher priority than the type of the range. To avoid accessing memory at runtime which was re-used for other purposes, make efi_arch_process_memory

[PATCH v3][4.17] EFI: don't convert memory marked for runtime use to ordinary RAM

2022-10-11 Thread Jan Beulich
efi_init_memory() in both relevant places is treating EFI_MEMORY_RUNTIME higher priority than the type of the range. To avoid accessing memory at runtime which was re-used for other purposes, make efi_arch_process_memory_map() follow suit. While in theory the same would apply to EfiACPIReclaimMemor