On Mon, 14 Sept 2026 at 20:28, Gilles Grimaud <[email protected]> wrote: > > The PMSAv7 walk accepted any non-zero region size field, but Armv6-M > requires a minimum of 7 (256 B), Armv7-M requires 4 (32 B) and v7-R > retains its current minimum of 1 (4 B). Introduce rsize_min based on > ARM_FEATURE_M and ARM_FEATURE_V7 and reject smaller values. The PMSAv8 > path is handled earlier and remains unchanged. > > Suggested-by: Peter Maydell <[email protected]> > Signed-off-by: Gilles Grimaud <[email protected]> > ---
Reviewed-by: Peter Maydell <[email protected]> thanks -- PMM
