summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/marvell/mv643xx_eth.c
diff options
context:
space:
mode:
authorVineet Gupta <vgupta@synopsys.com>2021-01-06 12:34:36 -0800
committerVineet Gupta <vgupta@synopsys.com>2021-01-07 14:04:42 -0800
commitbb12433bf56e76789c6b08b36c546f745a6aa6e1 (patch)
tree9e97d5c41938b1cd3ab6a78ab2c34f70a410b3de /drivers/net/ethernet/marvell/mv643xx_eth.c
parentf4d9359de8ac0fb64a5ecc9c34833705eb53327b (diff)
downloadlinux-bb12433bf56e76789c6b08b36c546f745a6aa6e1.tar.bz2
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: 53855e12588743ea128 ("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>
Diffstat (limited to 'drivers/net/ethernet/marvell/mv643xx_eth.c')
0 files changed, 0 insertions, 0 deletions