alistair23-linux/arch/um
Richard Weinberger 57a05d83b1 um: Fix possible deadlock in sig_handler_common()
We are in atomic context and must not sleep.
Sleeping here is possible since malloc() maps
to kmalloc() with GFP_KERNEL.

Cc: stable@vger.kernel.org
Fixes: b6024b21 ("um: extend fpstate to _xstate to support YMM registers")
Signed-off-by: Richard Weinberger <richard@nod.at>
2016-08-04 00:17:58 +02:00
..
configs arch/defconfig: remove CONFIG_RESOURCE_COUNTERS 2016-05-23 17:04:14 -07:00
drivers Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next 2016-05-17 16:26:30 -07:00
include um: add extended processor state save/restore support 2016-05-21 23:38:06 +02:00
kernel um: Setup physical memory in setup_arch() 2016-08-04 00:00:46 +02:00
os-Linux um: Fix possible deadlock in sig_handler_common() 2016-08-04 00:17:58 +02:00
scripts
.gitignore
Kconfig.char
Kconfig.common um: Select HAVE_DEBUG_KMEMLEAK 2016-08-04 00:01:10 +02:00
Kconfig.debug
Kconfig.net
Kconfig.rest
Kconfig.um um: Add seccomp support 2016-01-10 21:49:49 +01:00
Makefile arch: um: fix error when linking vmlinux. 2015-12-08 22:25:13 +01:00
Makefile-os-Linux
Makefile-skas