[GIT PULL] RISC-V Fixes for 5.17-rc5

From: Palmer Dabbelt
Date: Fri Feb 18 2022 - 12:50:24 EST


The following changes since commit 6df2a016c0c8a3d0933ef33dd192ea6606b115e3:

riscv: fix build with binutils 2.38 (2022-02-10 09:17:01 -0800)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux.git tags/riscv-for-linus-5.17-rc5

for you to fetch changes up to 5feef64f4c67068c49f5409d43c67cabf2327f66:

RISC-V: Fix IPI/RFENCE hmask on non-monotonic hartid ordering (2022-02-14 12:27:45 -0800)

----------------------------------------------------------------
RISC-V Fixes for 5.17-rc5

* A set of three fixes, all aimed at fixing some fallout from the recent
sparse hart ID support.

----------------------------------------------------------------
Geert Uytterhoeven (3):
RISC-V: Fix hartid mask handling for hartid 31 and up
RISC-V: Fix handling of empty cpu masks
RISC-V: Fix IPI/RFENCE hmask on non-monotonic hartid ordering

arch/riscv/kernel/sbi.c | 72 ++++++++++++++++++++++++++++++++-----------------
1 file changed, 47 insertions(+), 25 deletions(-)