You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We want to ensure that the mask related to calling do_work_pending()
is within the first 16 bits. Move bits unrelated to that outside of
that range, to avoid spuriously calling do_work_pending() when we don't
need to.
Cc: [email protected]
Fixes: 32d5977 ("arm: add support for TIF_NOTIFY_SIGNAL")
Reported-and-tested-by: Hui Tang <[email protected]>
Suggested-by: Russell King (Oracle) <[email protected]>
Link: https://lore.kernel.org/lkml/[email protected]/
Signed-off-by: Jens Axboe <[email protected]>
0 commit comments