linux/arch/um
Saurabh Sengar e17c6d77b2 um: net: replace GFP_KERNEL with GFP_ATOMIC when spinlock is held
since GFP_KERNEL with GFP_ATOMIC while spinlock is held,
as code while holding a spinlock should be atomic.
GFP_KERNEL may sleep and can cause deadlock,
where as GFP_ATOMIC may fail but certainly avoids deadlockdex f70dd54..d898f6c 100644

Signed-off-by: Saurabh Sengar <saurabh.truth@gmail.com>
Signed-off-by: Richard Weinberger <richard@nod.at>
2015-11-06 22:51:00 +01:00
..
configs
drivers um: net: replace GFP_KERNEL with GFP_ATOMIC when spinlock is held 2015-11-06 22:51:00 +01:00
include um: Store syscall number after syscall_trace_enter() 2015-11-06 22:49:09 +01:00
kernel um: Report host OOM more nicely 2015-11-06 22:49:12 +01:00
os-Linux um: Store syscall number after syscall_trace_enter() 2015-11-06 22:49:09 +01:00
scripts
.gitignore
Kconfig.char
Kconfig.common um: Skip futex_atomic_cmpxchg_inatomic() test 2015-01-04 14:20:26 +01:00
Kconfig.debug
Kconfig.net
Kconfig.rest
Kconfig.um um: Fix mconsole dependency 2015-05-31 23:27:26 +02:00
Makefile um: Fix out-of-tree build 2015-10-19 22:53:36 +02:00
Makefile-os-Linux
Makefile-skas