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:31:55 +0000 (13:31 +0100)
commit84fe26b06f82da05069319653f6de8789d98cfba
treee7758cd02212086fb2907e965862646e1da0b4ec
parentdc0da257ebaf00e188c5e836427a566ad7166bd4
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