On 17.12.2024 17:32, Oleksii Kurochko wrote: > Make all upper bounds (end addresses) for areas inclusive to align > with the corresponding definitions. > > For the Direct map region, the upper bound was calculated incorrectly > in efadb18dd58aba ("xen/riscv: add VM space layout"). It should be > 0x7f80000000 (considering that the value is exclusive, instead of > 0x7f40000000). Therefore, the inclusive upper bound for that region > is 0x7f80000000 - 1. > > Signed-off-by: Oleksii Kurochko <oleksii.kuroc...@gmail.com>
Acked-by: Jan Beulich <jbeul...@suse.com>