commit | a555ad450f973528825201a5fedbe46374f86644 | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Mon Feb 23 03:21:31 2015 -0500 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Sat Apr 11 22:24:31 2015 -0400 |
tree | 693c68515fb05210c87c5dea011564f8a3b132ae | |
parent | 9e7543e9398ddd9679fbc81748a3e62eff4ab105 [diff] |
whack-a-mole: no need to set_fs(USER_DS) in {start,flush}_thread() flush_old_exec() has already done that. Back on 2011 a bunch of instances like that had been kicked out, but that hadn't taken care of then-out-of-tree architectures, obviously, and they served as reinfection vector... Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>