From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751644AbaBNK0o (ORCPT ); Fri, 14 Feb 2014 05:26:44 -0500 Received: from mail-pb0-f51.google.com ([209.85.160.51]:61459 "EHLO mail-pb0-f51.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750975AbaBNK0m (ORCPT ); Fri, 14 Feb 2014 05:26:42 -0500 Date: Fri, 14 Feb 2014 02:26:39 -0800 (PST) From: David Rientjes X-X-Sender: rientjes@chino.kir.corp.google.com To: Weijie Yang cc: gregkh@linuxfoundation.org, anton.vorontsov@linaro.org, weijie.yang.kh@gmail.com, linux-kernel Subject: Re: [PATCH RESEND] staging: android: lowmemorykiller: set TIF_MEMDIE before send kill sig In-Reply-To: <000001cf294a$b1bebd60$153c3820$%yang@samsung.com> Message-ID: References: <000001cf294a$b1bebd60$153c3820$%yang@samsung.com> User-Agent: Alpine 2.02 (DEB 1266 2009-07-14) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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