FelipeMdeO opened a new pull request, #19481: URL: https://github.com/apache/nuttx/pull/19481
## Summary Dropbear's NSH PTY session reaps the child task with `waitpid()` and needs `CONFIG_SCHED_CHILD_STATUS` (which depends on `SCHED_HAVE_PARENT`). Without it the session fails with `ECHILD` right after authentication (`NSH session wait failed: Unknown error 10`). `netutils/dropbear` now `depends on SCHED_CHILD_STATUS` (per the depends-on-over-select policy, apache/nuttx-apps#3648), so enable it in the sim and esp32c3-devkit Dropbear defconfigs. `SCHED_HAVE_PARENT` is already enabled there (apache/nuttx#19474). ## Impact Two Dropbear defconfigs, one line each. Companion to apache/nuttx-apps#3648 — **merge this first** so that PR's CI passes. ## Testing `sim:dropbear` and `esp32c3-devkit:dropbear` configure with a valid `SCHED_HAVE_PARENT=y` + `SCHED_CHILD_STATUS=y` and pass `savedefconfig` normalization (no diff). -- 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]
