acrn-kernel/arch/hexagon/kernel
Michal Hocko 6904817607 vdso: make arch_setup_additional_pages wait for mmap_sem for write killable
most architectures are relying on mmap_sem for write in their
arch_setup_additional_pages.  If the waiting task gets killed by the oom
killer it would block oom_reaper from asynchronous address space reclaim
and reduce the chances of timely OOM resolving.  Wait for the lock in
the killable mode and return with EINTR if the task got killed while
waiting.

Signed-off-by: Michal Hocko <mhocko@suse.com>
Acked-by: Andy Lutomirski <luto@amacapital.net>	[x86 vdso]
Acked-by: Vlastimil Babka <vbabka@suse.cz>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2016-05-23 17:04:14 -07:00
..
Makefile
asm-offsets.c
dma.c
head.S
hexagon_ksyms.c
irq_cpu.c
kgdb.c hexagon: Fix misspellings in comments. 2016-04-18 12:45:54 +02:00
module.c
process.c exit_thread: remove empty bodies 2016-05-20 17:58:30 -07:00
ptrace.c
reset.c
screen_info.c
setup.c
signal.c
smp.c arch/hotplug: Call into idle with a proper state 2016-03-01 20:36:57 +01:00
stacktrace.c
syscalltab.c
time.c
trampoline.S
traps.c
vdso.c vdso: make arch_setup_additional_pages wait for mmap_sem for write killable 2016-05-23 17:04:14 -07:00
vm_entry.S
vm_events.c
vm_init_segtable.S
vm_ops.S hexagon: Fix misspellings in comments. 2016-04-18 12:45:54 +02:00
vm_switch.S
vm_vectors.S
vmlinux.lds.S