On Tue, 21 Jun 2016, Ganesh Mahendran wrote:
> Current task selecting logic in LMK does not fully aware of the memory
> pressure. It may select the task with maximum score adj, but with
> least tasksize.
>
> For example, if min_score_adj is 200, and there are 2 tasks in system:
>task a: score
On Tue, 16 Feb 2016, Greg Kroah-Hartman wrote:
> On Tue, Feb 16, 2016 at 05:37:05PM +0800, Xishi Qiu wrote:
> > Currently tasksize in lowmem_scan() only calculate rss, and not include
> > swap.
> > But usually smart phones enable zram, so swap space actually use ram.
>
> Yes, but does that matte
On Tue, 19 Jan 2016, Chen Feng wrote:
> When a process fork a child process, we should not allow the
> child process use the binder which opened by parent process.
>
> But if the binder-object creater is a thread of one process who exit,
> the other thread can also use this binder-object normally
lid before setting TIF_MEMDIE by way of
mark_tsk_oom_victim().
Cc: "Arve Hjønnevåg"
Cc: Riley Andrews
Acked-by: Michal Hocko
Signed-off-by: David Rientjes
---
drivers/staging/android/lowmemorykiller.c | 17 -
1 file changed, 12 insertions(+), 5 deletions(-)
diff --