alpha: fix TIF_NOTIFY_SIGNAL handling
authorAl Viro <viro@zeniv.linux.org.uk>
Sat, 18 Sep 2021 22:08:56 +0000 (18:08 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 31 Dec 2022 12:14:01 +0000 (13:14 +0100)
commita819ba80b99c7155d404c970eed2d9bca000ca21
tree9022db20a6c33cb0de7626192683fe45a194700f
parenteb2a732ef4518bd247e5d34d5955ea7ab86663a9
alpha: fix TIF_NOTIFY_SIGNAL handling

[ Upstream commit e2c7554cc6d85f95e3c6635f270ec839ab9fe05e ]

it needs to be added to _TIF_WORK_MASK, or we might not reach
do_work_pending() in the first place...

Fixes: 5a9a8897c253a "alpha: add support for TIF_NOTIFY_SIGNAL"
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Sasha Levin <sashal@kernel.org>
arch/alpha/include/asm/thread_info.h