Re: [PATCH v2 0/3] xen/arm: Frametable hardening and config.h cleanup

2023-01-20 Thread Julien Grall
Hi, On 17/01/2023 11:43, Michal Orzel wrote: The first patch fixes a bug due to incorrect DIRECTMAP_SIZE calculation. The second patch removes unused macro FRAMETABLE_VIRT_END. The third patch hardens the setup_frametable_mappings by adding a sanity check for the size of struct page_info and c

[PATCH v2 0/3] xen/arm: Frametable hardening and config.h cleanup

2023-01-17 Thread Michal Orzel
The first patch fixes a bug due to incorrect DIRECTMAP_SIZE calculation. The second patch removes unused macro FRAMETABLE_VIRT_END. The third patch hardens the setup_frametable_mappings by adding a sanity check for the size of struct page_info and calling panic if the calculate size of the framet