]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
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>
Wed, 4 Jan 2023 10:39:22 +0000 (11:39 +0100)
commit6e2bce21acb4f0c35521e68d74e4317fd6afd97d
tree1b184ad3b7782cb805e3c2c906936df4700235de
parentdb911277a2b38b4ef98c7192728d5f4cba7863fe
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: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
arch/alpha/include/asm/thread_info.h