xiaoxiang781216 commented on PR #5070: URL: https://github.com/apache/incubator-nuttx/pull/5070#issuecomment-1284871474
> Before, mutual exclusion semaphores had priority inheritance enabled by default; now it is opt-in. > > So I wonder if the opposite of commit [48d8383](https://github.com/apache/incubator-nuttx/commit/48d83839b3b63693448ab22c695451ddde5db107) ("sem:remove sem default protocl") should be done also: Locate all mutual exclusion semaphores and call (nx)sem_set_protocol(..., SEM_PRIO_INHERIT)? it's done by converting all mutual exclusion semaphores to mutex lock in this PR https://github.com/apache/incubator-nuttx/pull/6320 -- 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