mbox series

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

Message ID mhng-1afb5c2b-25de-4eb4-a911-523495ad3939@palmer-ri-x1c9 (mailing list archive)
State Accepted
Commit 0a02756d9145725c1b9979f0486c268f91471a48
Headers show
Series [GIT,PULL] RISC-V Fixes for 6.10-rc3 | expand

Pull-request

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

Checks

Context Check Description
conchuod/vmtest-fixes-PR fail merge-conflict

Message

Palmer Dabbelt June 7, 2024, 2:25 p.m. UTC
The following changes since commit c3f38fa61af77b49866b006939479069cd451173:

  Linux 6.10-rc2 (2024-06-02 15:44:56 -0700)

are available in the Git repository at:

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

for you to fetch changes up to e2c79b4c5c4d83520abb570ca633ded09621c0a6:

  Revert "riscv: mm: accelerate pagefault when badaccess" (2024-06-03 07:41:13 -0700)

----------------------------------------------------------------
RISC-V Fixes for 6.10-rc3

* Another fix to avoid allocating pages that overlap with ERR_PTR, which
  manifests on rv32.
* A revert for the badaccess patch I incorrectly picked up an early
  version of.

----------------------------------------------------------------
Nam Cao (1):
      riscv: fix overlap of allocated page and PTR_ERR

Palmer Dabbelt (1):
      Revert "riscv: mm: accelerate pagefault when badaccess"

 arch/riscv/mm/fault.c |  4 ++--
 arch/riscv/mm/init.c  | 21 +++++++++++----------
 2 files changed, 13 insertions(+), 12 deletions(-)

Comments

pr-tracker-bot@kernel.org June 7, 2024, 10:07 p.m. UTC | #1
The pull request you sent on Fri, 07 Jun 2024 07:25:49 -0700 (PDT):

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

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

Thank you!
patchwork-bot+linux-riscv@kernel.org June 10, 2024, 3:21 p.m. UTC | #2
Hello:

This pull request was applied to riscv/linux.git (fixes)
by Linus Torvalds <torvalds@linux-foundation.org>:

On Fri, 07 Jun 2024 07:25:49 -0700 (PDT) you wrote:
> The following changes since commit c3f38fa61af77b49866b006939479069cd451173:
> 
>   Linux 6.10-rc2 (2024-06-02 15:44:56 -0700)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux.git tags/riscv-for-linus-6.10-rc3
> 
> [...]

Here is the summary with links:
  - [GIT,PULL] RISC-V Fixes for 6.10-rc3
    https://git.kernel.org/riscv/c/0a02756d9145

You are awesome, thank you!