mbox series

[GIT,PULL] RISC-V updates for v5.4-rc3

Message ID alpine.DEB.2.21.9999.1910121307270.18026@viisi.sifive.com (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] RISC-V updates for v5.4-rc3 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux.git tags/riscv/for-v5.4-rc3

Message

Paul Walmsley Oct. 12, 2019, 8:10 p.m. UTC
Linus,

The following changes since commit da0c9ea146cbe92b832f1b0f694840ea8eb33cce:

  Linux 5.4-rc2 (2019-10-06 14:27:30 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux.git tags/riscv/for-v5.4-rc3

for you to fetch changes up to cd9e72b80090a8cd7d84a47a30a06fa92ff277d1:

  RISC-V: entry: Remove unneeded need_resched() loop (2019-10-09 16:48:27 -0700)

----------------------------------------------------------------
RISC-V updates for v5.4-rc3

Some RISC-V fixes for v5.4-rc3:

- Fix several bugs in the breakpoint trap handler

- Drop an unnecessary loop around calls to preempt_schedule_irq()

----------------------------------------------------------------
Valentin Schneider (1):
      RISC-V: entry: Remove unneeded need_resched() loop

Vincent Chen (3):
      riscv: avoid kernel hangs when trapped in BUG()
      riscv: avoid sending a SIGTRAP to a user thread trapped in WARN()
      riscv: Correct the handling of unexpected ebreak in do_trap_break()

 arch/riscv/kernel/entry.S |  3 +--
 arch/riscv/kernel/traps.c | 14 +++++++-------
 2 files changed, 8 insertions(+), 9 deletions(-)

Comments

pr-tracker-bot@kernel.org Oct. 12, 2019, 9:40 p.m. UTC | #1
The pull request you sent on Sat, 12 Oct 2019 13:10:52 -0700 (PDT):

> git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux.git tags/riscv/for-v5.4-rc3

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/48acba989ed5d8707500193048d6c4c5945d5f43

Thank you!