Re: [PATCH 3/3] signal: use current->state helpers

2015-01-15 Thread Oleg Nesterov
On 01/14, Davidlohr Bueso wrote: > > Call __set_current_state() instead of assigning the new state directly. > These interfaces also aid CONFIG_DEBUG_ATOMIC_SLEEP environments, keeping > track of who changed the state. Acked-by: Oleg Nesterov > Signed-off-by: Davidlohr Bueso > Cc: Oleg Nesterov

[PATCH 3/3] signal: use current->state helpers

2015-01-14 Thread Davidlohr Bueso
Call __set_current_state() instead of assigning the new state directly. These interfaces also aid CONFIG_DEBUG_ATOMIC_SLEEP environments, keeping track of who changed the state. Signed-off-by: Davidlohr Bueso Cc: Oleg Nesterov --- kernel/signal.c | 4 ++-- 1 file changed, 2 insertions(+), 2 del