mbox series

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

Message ID mhng-f149d1ba-1f6d-43b3-8df0-95d27c2b89c0@palmer-mbp2014 (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] RISC-V Fixes for 5.17-rc5 | expand

Pull-request

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

Message

Palmer Dabbelt Feb. 18, 2022, 5:50 p.m. UTC
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(-)

Comments

pr-tracker-bot@kernel.org Feb. 19, 2022, 12:28 a.m. UTC | #1
The pull request you sent on Fri, 18 Feb 2022 09:50:17 -0800 (PST):

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/241c32d853a84b9d775f9fd58f1ba91a0a5c9117

Thank you!