Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751552AbaBND0N (ORCPT ); Thu, 13 Feb 2014 22:26:13 -0500 Received: from mail-ie0-f177.google.com ([209.85.223.177]:38554 "EHLO mail-ie0-f177.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751089AbaBND0L (ORCPT ); Thu, 13 Feb 2014 22:26:11 -0500 MIME-Version: 1.0 In-Reply-To: References: <000001cf288b$41699f40$c43cddc0$%yang@samsung.com> Date: Fri, 14 Feb 2014 11:26:09 +0800 Message-ID: Subject: Re: [PATCH] staging: android: lowmemorykiller: set TIF_MEMDIE before send kill sig From: Weijie Yang To: David Rientjes Cc: Weijie Yang , gregkh@linuxfoundation.org, anton.vorontsov@linaro.org, linux-kernel Content-Type: text/plain; charset=ISO-8859-1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Feb 13, 2014 at 4:00 PM, David Rientjes wrote: > 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. I will remove this annoying mode change, and resend this patch. Thanks! -- 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/