masayuki2009 opened a new pull request #5522: URL: https://github.com/apache/incubator-nuttx/pull/5522
## Summary - This PR contains 2 commits - commit1: binfmt: Call umm_initialize() for BUILD_KERNEL & ADDRENV - I noticed that the user heap is not initialized correctly if BUILD_KERNEL=y and ADDRENV=y - This commit fixes this issue - commit2: binfmt, include: Change the g_mmheap location - I noticed that the user heap is not correctly recognized from kernel if BUILD_KERNEL=y and ADDRENV=y - This commit fixes this issue by explicitly locating g_mmheap to at the start of .data section ## Impact - None ## Testing - Tested with sabre-6quad:netknsh (not merged yet) -- 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-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org