linux/arch
Eric W. Biederman 85be9ae7b6 exit/xtensa: In arch/xtensa/entry.S:Linvalid_mask call make_task_dead
There have historically been two big uses of do_exit.  The first is
it's design use to be the guts of the exit(2) system call.  The second
use is to terminate a task after something catastrophic has happened
like a NULL pointer in kernel code.  The function make_task_dead
has been added to accomidate the second use.

The call to do_exit in Linvalidmask is clearly not a normal userspace
exit.  As failure handling there are two possible ways to go.
If userspace can trigger the issue force_exit_sig should be called.
Otherwise make_task_dead probably from the implementation of die
is appropriate.

Replace the call of do_exit in Linvalidmask with make_task_dead as
I don't know xtensa and especially xtensa assembly language well
enough to do anything else.

Link: https://lkml.kernel.org/r/YdUmN7n4W5YETUhW@zeniv-ca.linux.org.uk
Suggested-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: "Eric W. Biederman" <ebiederm@xmission.com>
2022-01-08 10:46:31 -06:00
..
alpha exit: Add and use make_task_dead. 2021-12-13 12:04:45 -06:00
arc Merge branch 'exit-cleanups-for-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace 2021-11-10 16:15:54 -08:00
arm exit: Add and use make_task_dead. 2021-12-13 12:04:45 -06:00
arm64 exit: Add and use make_task_dead. 2021-12-13 12:04:45 -06:00
csky csky: Fix function name in csky_alignment() and die() 2022-01-08 09:43:03 -06:00
h8300 h8300: Fix build errors from do_exit() to make_task_dead() transition 2022-01-08 09:42:24 -06:00
hexagon hexagon: Fix function name in die() 2022-01-08 09:42:15 -06:00
ia64 exit: Add and use make_task_dead. 2021-12-13 12:04:45 -06:00
m68k exit: Add and use make_task_dead. 2021-12-13 12:04:45 -06:00
microblaze exit: Add and use make_task_dead. 2021-12-13 12:04:45 -06:00
mips exit: Add and use make_task_dead. 2021-12-13 12:04:45 -06:00
nds32 exit: Add and use make_task_dead. 2021-12-13 12:04:45 -06:00
nios2 exit: Add and use make_task_dead. 2021-12-13 12:04:45 -06:00
openrisc exit: Add and use make_task_dead. 2021-12-13 12:04:45 -06:00
parisc exit: Add and use make_task_dead. 2021-12-13 12:04:45 -06:00
powerpc exit: Add and use make_task_dead. 2021-12-13 12:04:45 -06:00
riscv exit: Add and use make_task_dead. 2021-12-13 12:04:45 -06:00
s390 exit: Add and use make_task_dead. 2021-12-13 12:04:45 -06:00
sh exit: Add and use make_task_dead. 2021-12-13 12:04:45 -06:00
sparc exit: Add and use make_task_dead. 2021-12-13 12:04:45 -06:00
um Merge branch 'exit-cleanups-for-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace 2021-11-10 16:15:54 -08:00
x86 exit: Add and use make_task_dead. 2021-12-13 12:04:45 -06:00
xtensa exit/xtensa: In arch/xtensa/entry.S:Linvalid_mask call make_task_dead 2022-01-08 10:46:31 -06:00
.gitignore
Kconfig Tracing updates for 5.16: 2021-11-01 20:05:19 -07:00