[PATCH RT 02/10] rtmutex: Make lock_killable work

2017-11-22 Thread Steven Rostedt
4.4.97-rt111-rc2 stable review patch. If anyone has any objections, please let me know. -- From: Thomas Gleixner Locking an rt mutex killable does not work because signal handling is restricted to TASK_INTERRUPTIBLE. Use signal_pending_state()

[PATCH RT 02/10] rtmutex: Make lock_killable work

2017-11-22 Thread Steven Rostedt
4.4.97-rt111-rc2 stable review patch. If anyone has any objections, please let me know. -- From: Thomas Gleixner Locking an rt mutex killable does not work because signal handling is restricted to TASK_INTERRUPTIBLE. Use signal_pending_state() unconditionaly. Cc: