Messages in this thread |  | | Date | Thu, 13 Feb 2014 00:00:55 -0800 (PST) | From | David Rientjes <> | Subject | Re: [PATCH] staging: android: lowmemorykiller: set TIF_MEMDIE before send kill sig |
| |
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 <weijie.yang@samsung.com> > --- > 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.
|  |