]> git.baikalelectronics.ru Git - kernel.git/commit
um: get_safe_registers() should be done in flush_thread(), not start_thread()
authorAl Viro <viro@zeniv.linux.org.uk>
Sat, 10 Nov 2012 06:15:42 +0000 (01:15 -0500)
committerAl Viro <viro@zeniv.linux.org.uk>
Thu, 29 Nov 2012 02:46:03 +0000 (21:46 -0500)
commit04180a3eef966f7026dfc6cfa76202041f521008
tree3d08cbe4cf54bc5eac6ed75d3868e1ba21c75c16
parent246d3601f55f41652216d8074e46ded806ae7e02
um: get_safe_registers() should be done in flush_thread(), not start_thread()

... or we'll end up buggering the results of ELF_PLAT_INIT()

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
arch/um/kernel/exec.c