mbox series

[GIT,PULL] RISC-V Fixes for 6.3-rc3

Message ID mhng-70404d20-e840-40df-a6d9-0d67003e3ca3@palmer-ri-x1c9 (mailing list archive)
State Not Applicable
Headers show
Series [GIT,PULL] RISC-V Fixes for 6.3-rc3 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux.git tags/riscv-for-linus-6.3-rc3

Checks

Context Check Description
conchuod/apply fail Pull to for-next failed
conchuod/tree_selection success Pull request for for-next

Message

Palmer Dabbelt March 17, 2023, 2:56 p.m. UTC
The following changes since commit 2a8db5ec4a28a0fce822d10224db9471a44b6925:

  RISC-V: Don't check text_mutex during stop_machine (2023-03-09 14:58:51 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux.git tags/riscv-for-linus-6.3-rc3

for you to fetch changes up to 47dd902aaee9b9341808a3a994793199e7eddb88:

  RISC-V: mm: Support huge page in vmalloc_fault() (2023-03-14 19:15:34 -0700)

----------------------------------------------------------------
RISC-V Fixes for 6.3-rc3

* A pair of fixes to the ASID allocator to avoid leaking stale mappings
  between tasks.
* A fix to the vmalloc fault handler to tolerate huge pages.

----------------------------------------------------------------
Dylan Jhong (1):
      RISC-V: mm: Support huge page in vmalloc_fault()

Guo Ren (1):
      riscv: asid: Fixup stale TLB entry cause application crash

Palmer Dabbelt (1):
      Merge patch series "riscv: asid: switch to alternative way to fix stale TLB entries"

Sergey Matyukevich (1):
      Revert "riscv: mm: notify remote harts about mmu cache updates"

 arch/riscv/include/asm/mmu.h      |  2 --
 arch/riscv/include/asm/tlbflush.h | 18 ------------------
 arch/riscv/mm/context.c           | 40 +++++++++++++++++++--------------------
 arch/riscv/mm/fault.c             |  5 +++++
 arch/riscv/mm/tlbflush.c          | 28 ++++++++++++++++-----------
 5 files changed, 42 insertions(+), 51 deletions(-)

Comments

pr-tracker-bot@kernel.org March 17, 2023, 5:38 p.m. UTC | #1
The pull request you sent on Fri, 17 Mar 2023 07:56:26 -0700 (PDT):

> git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux.git tags/riscv-for-linus-6.3-rc3

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

Thank you!