Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
signal: sys_pause() should check signal_pending()
ERESTART* is always wrong without TIF_SIGPENDING. Teach sys_pause() to handle the spurious wakeup correctly. Signed-off-by: Oleg Nesterov <oleg@redhat.com>
- Loading branch information