mbox series

[GIT,PULL] RISC-V Fixes for 5.12-rc8 (or 5.12)

Message ID mhng-769b7cf7-7dfb-455a-9bb3-99f5cd952dbe@palmerdabbelt-glaptop (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] RISC-V Fixes for 5.12-rc8 (or 5.12) | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux.git tags/riscv-for-linus-5.12-rc8

Message

Palmer Dabbelt April 16, 2021, 4:57 p.m. UTC
The following changes since commit e49d033bddf5b565044e2abe4241353959bc9120:

  Linux 5.12-rc6 (2021-04-04 14:15:36 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux.git tags/riscv-for-linus-5.12-rc8

for you to fetch changes up to 7ae11635ec90072083503c6b6485cdffe46203b3:

  riscv: keep interrupts disabled for BREAKPOINT exception (2021-04-15 21:32:40 -0700)

----------------------------------------------------------------
RISC-V Fixes for 5.12-rc8 (or 5.12)

I have a handful of fixes that I'd like to target for 5.12, regardless
of whether there's an rc8 or not:

* A fix to properly select SPARSEMEM_STATIC on rv32.
* A handful of fixes to kprobes.

I don't generally like sending stuff this late, but these all seem
pretty safe.

----------------------------------------------------------------
Jisheng Zhang (3):
      riscv: add do_page_fault and do_trap_break into the kprobes blacklist
      riscv: kprobes/ftrace: Add recursion protection to the ftrace callback
      riscv: keep interrupts disabled for BREAKPOINT exception

Kefeng Wang (1):
      riscv: Fix spelling mistake "SPARSEMEM" to "SPARSMEM"

 arch/riscv/Kconfig                |  2 +-
 arch/riscv/kernel/entry.S         |  3 +++
 arch/riscv/kernel/probes/ftrace.c | 11 ++++++++++-
 arch/riscv/kernel/traps.c         |  1 +
 arch/riscv/mm/fault.c             |  1 +
 5 files changed, 16 insertions(+), 2 deletions(-)

Comments

pr-tracker-bot@kernel.org April 16, 2021, 5:08 p.m. UTC | #1
The pull request you sent on Fri, 16 Apr 2021 09:57:52 -0700 (PDT):

> git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux.git tags/riscv-for-linus-5.12-rc8

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/151501160401e2dc669ea7dac2c599b53f220c33

Thank you!