Re: [PATCH RESEND] staging: android: lowmemorykiller: set TIF_MEMDIE before send kill sig

2014-02-14 Thread David Rientjes
On Fri, 14 Feb 2014, Weijie Yang wrote: > Set TIF_MEMDIE tsk_thread flag before send kill signal to the > selected thread. This is to fit a usual code sequence and avoid > potential race issue. > > Signed-off-by: Weijie Yang Acked-by: David Rientjes -- To unsubscribe from this list: send the

Re: [PATCH RESEND] staging: android: lowmemorykiller: set TIF_MEMDIE before send kill sig

2014-02-14 Thread David Rientjes
On Fri, 14 Feb 2014, Weijie Yang wrote: Set TIF_MEMDIE tsk_thread flag before send kill signal to the selected thread. This is to fit a usual code sequence and avoid potential race issue. Signed-off-by: Weijie Yang weijie.y...@samsung.com Acked-by: David Rientjes rient...@google.com -- To

[PATCH RESEND] staging: android: lowmemorykiller: set TIF_MEMDIE before send kill sig

2014-02-13 Thread Weijie Yang
Set TIF_MEMDIE tsk_thread flag before send kill signal to the selected thread. This is to fit a usual code sequence and avoid potential race issue. Signed-off-by: Weijie Yang --- drivers/staging/android/lowmemorykiller.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[PATCH RESEND] staging: android: lowmemorykiller: set TIF_MEMDIE before send kill sig

2014-02-13 Thread Weijie Yang
Set TIF_MEMDIE tsk_thread flag before send kill signal to the selected thread. This is to fit a usual code sequence and avoid potential race issue. Signed-off-by: Weijie Yang weijie.y...@samsung.com --- drivers/staging/android/lowmemorykiller.c |2 +- 1 file changed, 1 insertion(+), 1