]> 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)
commit89c2042618ce29393e140b558676d0809d91322d
tree3d08cbe4cf54bc5eac6ed75d3868e1ba21c75c16
parent45ed87e9c2a9b490d42109c600852f2af060ba42
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