Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752872AbaBMIBA (ORCPT ); Thu, 13 Feb 2014 03:01:00 -0500 Received: from mail-pd0-f172.google.com ([209.85.192.172]:34511 "EHLO mail-pd0-f172.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751506AbaBMIA7 (ORCPT ); Thu, 13 Feb 2014 03:00:59 -0500 Date: Thu, 13 Feb 2014 00:00:55 -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, linux-kernel , weijie.yang.kh@gmail.com Subject: Re: [PATCH] staging: android: lowmemorykiller: set TIF_MEMDIE before send kill sig In-Reply-To: <000001cf288b$41699f40$c43cddc0$%yang@samsung.com> Message-ID: References: <000001cf288b$41699f40$c43cddc0$%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 Thu, 13 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. > Ok! > Signed-off-by: Weijie Yang > --- > drivers/staging/android/lowmemorykiller.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > mode change 100644 => 100755 drivers/staging/android/lowmemorykiller.c > That's bad, we'll want to keep this file with permissions of 0644. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/