mbox series

[RFT,0/2] RISC-V: handle missing "no-map" properties for OpenSBI's PMP protected regions

Message ID 20230802-purse-hydrant-6f44f77364b0@wendy (mailing list archive)
Headers show
Series RISC-V: handle missing "no-map" properties for OpenSBI's PMP protected regions | expand

Message

Conor Dooley Aug. 2, 2023, 11:12 a.m. UTC
Hey folks,

I was kinda sitting around hoping that someone who cared about
hibernation would decide to go and work on some patches that permitted
using it without having to use NONPORTABLE, but that has not yet
happened so here I am.

I've marked this RFT as I have not got a setup to test hibernation on a
system that suffers from the OpenSBI issue, nor have I used crash
kernels at all.

Thanks,
Conor.

CC: Paul Walmsley <paul.walmsley@sifive.com>
CC: Palmer Dabbelt <palmer@dabbelt.com>
CC: Atish Patra <atishp@rivosinc.com>
CC: Anup Patel <apatel@ventanamicro.com>
CC: Conor Dooley <conor.dooley@microchip.com>
CC: Alexandre Ghiti <alexghiti@rivosinc.com>
CC: Björn Töpel <bjorn@rivosinc.com>
CC: Song Shuai <suagrfillet@gmail.com>
CC: JeeHeng Sia <jeeheng.sia@starfivetech.com>
CC: Petr Tesarik <petrtesarik@huaweicloud.com>
CC: linux-riscv@lists.infradead.org
CC: linux-kernel@vger.kernel.org

Conor Dooley (2):
  RISC-V: handle missing "no-map" properties for OpenSBI's PMP protected
    regions
  Revert "RISC-V: mark hibernation as nonportable"

 arch/riscv/Kconfig           |  5 +----
 arch/riscv/include/asm/sbi.h |  5 +++++
 arch/riscv/kernel/sbi.c      | 42 +++++++++++++++++++++++++++++++++++-
 arch/riscv/mm/init.c         |  3 +++
 4 files changed, 50 insertions(+), 5 deletions(-)

Comments

patchwork-bot+linux-riscv@kernel.org Jan. 23, 2024, 5:50 p.m. UTC | #1
Hello:

This series was applied to riscv/linux.git (for-next)
by Palmer Dabbelt <palmer@rivosinc.com>:

On Wed, 2 Aug 2023 12:12:51 +0100 you wrote:
> Hey folks,
> 
> I was kinda sitting around hoping that someone who cared about
> hibernation would decide to go and work on some patches that permitted
> using it without having to use NONPORTABLE, but that has not yet
> happened so here I am.
> 
> [...]

Here is the summary with links:
  - [RFT,1/2] RISC-V: handle missing "no-map" properties for OpenSBI's PMP protected regions
    (no matching commit)
  - [RFT,2/2] Revert "RISC-V: mark hibernation as nonportable"
    https://git.kernel.org/riscv/c/e2d6b54b935a

You are awesome, thank you!