[-fixes,0/2] NAPOT Fixes

Message ID 20240227205016.121901-1-alexghiti@rivosinc.com
Headers
Series NAPOT Fixes |

Message

Alexandre Ghiti Feb. 27, 2024, 8:50 p.m. UTC
  This contains 2 fixes for NAPOT: patch 1 disables the use of NAPOT
mapping for vmalloc/vmap and patch 2 implements pte_leaf_size() to
report NAPOT size.

Alexandre Ghiti (2):
  Revert "riscv: mm: support Svnapot in huge vmap"
  riscv: Fix pte_leaf_size() for NAPOT

 arch/riscv/include/asm/pgtable.h |  4 +++
 arch/riscv/include/asm/vmalloc.h | 61 +-------------------------------
 2 files changed, 5 insertions(+), 60 deletions(-)
  

Comments

patchwork-bot+linux-riscv@kernel.org Feb. 29, 2024, 10:10 p.m. UTC | #1
Hello:

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

On Tue, 27 Feb 2024 21:50:14 +0100 you wrote:
> This contains 2 fixes for NAPOT: patch 1 disables the use of NAPOT
> mapping for vmalloc/vmap and patch 2 implements pte_leaf_size() to
> report NAPOT size.
> 
> Alexandre Ghiti (2):
>   Revert "riscv: mm: support Svnapot in huge vmap"
>   riscv: Fix pte_leaf_size() for NAPOT
> 
> [...]

Here is the summary with links:
  - [-fixes,1/2] Revert "riscv: mm: support Svnapot in huge vmap"
    https://git.kernel.org/riscv/c/16ab4646c905
  - [-fixes,2/2] riscv: Fix pte_leaf_size() for NAPOT
    https://git.kernel.org/riscv/c/e0fe5ab4192c

You are awesome, thank you!