Remove calls to the userspace API exit() from the kernel. The problem with doing such calls is that the exit functions are called with kernel mode privileges which is a big security no-no.
Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>