ARC: unbork 5.11 bootup: fix snafu in _TIF_NOTIFY_SIGNAL handling
Linux 5.11.rcX was failing to boot on ARC HSDK board. Turns out we have a couple of issues, this being the first one, and I'm to blame as I didn't pay attention during review. TIF_NOTIFY_SIGNAL support requires checking multiple TIF_* bits in kernel return code path. Old code only needed to check a single bit so BBIT0 <TIF_SIGPENDING> worked. New code needs to check multiple bits so AND <bit-mask> instruction. So needs to use bit mask variant _TIF_SIGPENDING Cc: Jens Axboe <axboe@kernel.dk> Fixes: 53855e12 ("arc: add support for TIF_NOTIFY_SIGNAL") Link: https://github.com/foss-for-synopsys-dwc-arc-processors/linux/issues/34 Signed-off-by:Vineet Gupta <vgupta@synopsys.com>
Loading
-
mentioned in commit 499fca4b
-
mentioned in commit 2584d4c7
-
mentioned in commit dd3fec9b
-
mentioned in commit 4788a2f9
-
mentioned in commit f1c438f3
-
mentioned in commit 8c88f715
-
mentioned in commit e0cae4a4
-
mentioned in commit 02f24ecf
-
mentioned in commit ad4ba303
-
mentioned in commit a5cb279f
-
mentioned in commit 86497e0f
-
mentioned in commit 32cd36f9
-
mentioned in commit 4c47c0bb
-
mentioned in commit cfe1e1e6
Please sign in to comment