jerpelea opened a new pull request, #16595:
URL: https://github.com/apache/nuttx/pull/16595

   ## Summary
   …r is unaligned
   
   When the vaddr parameter passed to map_region() is not aligned to the page 
directory, it causes incorrect address mapping for later regions.
   
   For example, in the sv32 case, `PGPOOL` started at `0x80a00000` with a size 
of `1024*4096B`, leading to page table errors for the range 
`0x80c00000~0x80e00000`.
   
   This patch fixes the issue by ensuring map_region() correctly handles 
unaligned vaddr cases.
   
   ## Impact
   
   RELEASE
   
   ## Testing
   
   CI


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to