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

   ## Summary
   This reverts changes that cause a regression in signal handling, more info 
in #8740
   
   The problem still remains where signal actions are not performed / the user 
signal handler is not called if:
   - The signal recipient is in syscall
   - The signal recipient is waiting for a signal, i.e. stcb->task_state == 
TSTATE_WAIT_SIG
   
   Only the process wake up part works, but the signal action is never 
performed. I need more time to fix this.
   ## Impact
   Fix regression
   ## Testing
   CI, code goes back to something that passes 
https://github.com/linux-test-project/ltp/blob/master/testcases/open_posix_testsuite/conformance/interfaces/timer_settime/9-2.c
   


-- 
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]

Reply via email to