mbox series

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

Message ID mhng-673458fa-1596-4318-ae4b-b0275abc5d23@palmer-mbp2014 (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] RISC-V Fixes for 5.17-rc6 | expand

Pull-request

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

Message

Palmer Dabbelt Feb. 25, 2022, 7:07 p.m. UTC
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

Comments

pr-tracker-bot@kernel.org Feb. 26, 2022, 7:08 p.m. UTC | #1
The pull request you sent on Fri, 25 Feb 2022 11:07:43 -0800 (PST):

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/2c8c230edab57eae6d2e8df7239ef121a45a1443

Thank you!