You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2023/01/18 12:01:22 UTC

[GitHub] [nuttx] pussuw opened a new pull request, #8180: riscv/addrenv: Do not free physical memory for SHM area

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

   ## Summary
   Fix crash when SHM memory is freed twice into the page pool.
   
   SHM area is just mapped memory, the physical backup is not owned by the process, so the process must not free it.
   
   In ARM this is already handled as the regions are destroyed one by one, while this implementation does a page directory walk instead.
   ## Impact
   riscv only
   ## Testing
   icicle:knsh
   


-- 
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: commits-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [nuttx] xiaoxiang781216 merged pull request #8180: riscv/addrenv: Do not free physical memory for SHM area

Posted by GitBox <gi...@apache.org>.
xiaoxiang781216 merged PR #8180:
URL: https://github.com/apache/nuttx/pull/8180


-- 
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: commits-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org