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

Palmer Dabbelt palmer at rivosinc.com
Fri Feb 25 11:07:43 PST 2022


The following changes since commit 5feef64f4c67068c49f5409d43c67cabf2327f66:

  RISC-V: Fix IPI/RFENCE hmask on non-monotonic hartid ordering (2022-02-14 12:27:45 -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-rc6

for you to fetch changes up to 22e2100b1b07d6f5acc71cc1acb53f680c677d77:

  riscv: fix oops caused by irqsoff latency tracer (2022-02-24 20:30:30 -0800)

----------------------------------------------------------------
RISC-V Fixes for 5.17-rc6

* A fix for the K210 sdcard defconfig, to avoid using a fixed delay for
  the root FS.
* A fix to make sure there's a proper call frame for
  trace_hardirqs_{on,off}().

---

There are a handful of additional fixes in flight, but not for this
week.

----------------------------------------------------------------
Changbin Du (1):
      riscv: fix oops caused by irqsoff latency tracer

Damien Le Moal (1):
      riscv: fix nommu_k210_sdcard_defconfig

 arch/riscv/configs/nommu_k210_sdcard_defconfig |  2 +-
 arch/riscv/kernel/Makefile                     |  2 ++
 arch/riscv/kernel/entry.S                      | 10 +++++-----
 arch/riscv/kernel/trace_irq.c                  | 27 ++++++++++++++++++++++++++
 arch/riscv/kernel/trace_irq.h                  | 11 +++++++++++
 5 files changed, 46 insertions(+), 6 deletions(-)
 create mode 100644 arch/riscv/kernel/trace_irq.c
 create mode 100644 arch/riscv/kernel/trace_irq.h



More information about the linux-riscv mailing list