mirror of https://github.com/torvalds/linux.git
Hyp checks whether an address range only covers RAM by checking the
start/endpoints against a list of memblock_region structs. However,
the endpoint here is exclusive but internally is treated as inclusive.
Fix the off-by-one error that caused valid address ranges to be
rejected.
Cc: Quentin Perret <qperret@google.com>
Fixes:
|
||
|---|---|---|
| .. | ||
| include | ||
| nvhe | ||
| vhe | ||
| Makefile | ||
| aarch32.c | ||
| entry.S | ||
| exception.c | ||
| fpsimd.S | ||
| hyp-entry.S | ||
| pgtable.c | ||
| reserved_mem.c | ||
| vgic-v2-cpuif-proxy.c | ||
| vgic-v3-sr.c | ||