]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
xtensa: add support for TIF_NOTIFY_SIGNAL
authorJens Axboe <axboe@kernel.dk>
Fri, 9 Oct 2020 21:56:07 +0000 (15:56 -0600)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 4 Jan 2023 10:39:20 +0000 (11:39 +0100)
commitbf0b619593cd5560c55b10dbf290e6e148d1596c
tree11305222d616f0346046466792f41fdcf974ea5d
parent1bee9dbbcabbb77617fb257f964628b50ba2529c
xtensa: add support for TIF_NOTIFY_SIGNAL

[ Upstream commit bec58f40d6c5372d812c93cc3947f3bc97440e57 ]

Wire up TIF_NOTIFY_SIGNAL handling for xtensa.

Thanks to Max Filippov <jcmvbkbc@gmail.com> for making the asm correct.

Cc: linux-xtensa@linux-xtensa.org
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
arch/xtensa/include/asm/thread_info.h
arch/xtensa/kernel/entry.S
arch/xtensa/kernel/signal.c