acassis merged PR #16508:
URL: https://github.com/apache/nuttx/pull/16508
--
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.apac
xiaoxiang781216 commented on PR #16508:
URL: https://github.com/apache/nuttx/pull/16508#issuecomment-2961596190
@atr294 please fix the order issue of defconfig by running:
```
./tools/refresh.sh --silent rv-virt/knetnsh64_smp
```
--
This is an automated message from the Apache Git
atr294 opened a new pull request, #16508:
URL: https://github.com/apache/nuttx/pull/16508
## Summary
* Enable CONFIG_MM_KMAP in the knsh defconfig for the QEMU RISC-V board.
This change addresses kernel mapping issues when running in S-mode with the MMU
enabled, as discussed in
[apa