CVSROOT: /cvs Module name: src Changes by: [email protected] 2022/02/01 12:57:28
Modified files:
sys/arch/arm/arm: pmap7.c
Log message:
Make sure we always pass a page-aligned address to pmap_grow_map().
Fixes an issue uncovered by the recent change to enlarge kva space where
an unaligned address was passed resulting in memset() writing past the
end of the newly allocated page.
ok miod@
