public inbox for linuxppc-dev@ozlabs.org
 help / color / mirror / Atom feed
* [PATCH v2 00/10] Misc powerpc selftests kernel fixes and cleanups
@ 2026-03-09 18:14 Ritesh Harjani (IBM)
  2026-03-09 18:14 ` [PATCH v2 01/10] powerpc/pgtable-frag: Fix bad page state in pte_frag_destroy Ritesh Harjani (IBM)
                   ` (11 more replies)
  0 siblings, 12 replies; 14+ messages in thread
From: Ritesh Harjani (IBM) @ 2026-03-09 18:14 UTC (permalink / raw)
  To: linuxppc-dev
  Cc: Madhavan Srinivasan, Christophe Leroy, Venkat Rao Bagalkote,
	Nicholas Piggin, Sayali Patil, Aboorva Devarajan, Donet Tom,
	Ritesh Harjani (IBM)

v1->v2:

- dropped debug_vm_pgtable patch which adds a testcase to simulate the
  failure scenario. Since it belongs to linux-mm, I will send that out
  separately.
- Modified Patch-2 in this series to also cover PMD device migration
  entry (in addition to PMD THP migration entry). Hence dropped the
  previous RB tag.
- Added a new Patch-3 to fix another selftests WARNING.
- Fixed commit subject of Patch-10.
- Changed subject pre-fix of few patches to be consistent with others
  (powerpc/64s) 
- Added RB tags

This patch series addresses selftests issues w.r.t warnings or
VM_BUG_ONs seen mainly on book3s64 powerpc kernel. This also carries
cleanups and refactoring changes which I identified while reviewing
other's patches and/or during code walkthrough.

Suggestions and feedback are welcome!

Ritesh Harjani (IBM) (10):
  powerpc/pgtable-frag: Fix bad page state in pte_frag_destroy
  powerpc/64s: Fix unmap race with PMD migration entries
  powerpc/64s: Fix _HPAGE_CHG_MASK to include _PAGE_SPECIAL bit
  powerpc/64s/tlbflush-radix: Remove unused radix__flush_tlb_pwc()
  powerpc/64s: Move serialize_against_pte_lookup() to hash_pgtable.c
  powerpc/64s: Kill the unused argument of exit_lazy_flush_tlb
  powerpc/64s: Rename tlbie_va_lpid to tlbie_va_pid_lpid
  powerpc/64s: Rename tlbie_lpid_va to tlbie_va_lpid
  powerpc/64s: Make use of H_RPTI_TYPE_ALL macro
  powerpc: Print MMU_FTRS_POSSIBLE & MMU_FTRS_ALWAYS at startup

 arch/powerpc/include/asm/book3s/64/pgtable.h  | 20 +++++-
 .../include/asm/book3s/64/tlbflush-radix.h    |  1 -
 arch/powerpc/kernel/setup-common.c            |  4 ++
 arch/powerpc/mm/book3s64/hash_pgtable.c       | 21 +++++++
 arch/powerpc/mm/book3s64/internal.h           |  2 -
 arch/powerpc/mm/book3s64/pgtable.c            | 40 +++---------
 arch/powerpc/mm/book3s64/radix_tlb.c          | 61 ++++++++-----------
 arch/powerpc/mm/pgtable-frag.c                |  1 +
 8 files changed, 79 insertions(+), 71 deletions(-)

-- 
2.50.1 (Apple Git-155)



^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2026-03-30 10:21 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-03-09 18:14 [PATCH v2 00/10] Misc powerpc selftests kernel fixes and cleanups Ritesh Harjani (IBM)
2026-03-09 18:14 ` [PATCH v2 01/10] powerpc/pgtable-frag: Fix bad page state in pte_frag_destroy Ritesh Harjani (IBM)
2026-03-09 18:14 ` [PATCH v2 02/10] powerpc/64s: Fix unmap race with PMD migration entries Ritesh Harjani (IBM)
2026-03-09 18:14 ` [PATCH v2 03/10] powerpc/64s: Fix _HPAGE_CHG_MASK to include _PAGE_SPECIAL bit Ritesh Harjani (IBM)
2026-03-09 18:14 ` [PATCH v2 04/10] powerpc/64s/tlbflush-radix: Remove unused radix__flush_tlb_pwc() Ritesh Harjani (IBM)
2026-03-09 18:14 ` [PATCH v2 05/10] powerpc/64s: Move serialize_against_pte_lookup() to hash_pgtable.c Ritesh Harjani (IBM)
2026-03-09 18:14 ` [PATCH v2 06/10] powerpc/64s: Kill the unused argument of exit_lazy_flush_tlb Ritesh Harjani (IBM)
2026-03-09 18:14 ` [PATCH v2 07/10] powerpc/64s: Rename tlbie_va_lpid to tlbie_va_pid_lpid Ritesh Harjani (IBM)
2026-03-09 18:14 ` [PATCH v2 08/10] powerpc/64s: Rename tlbie_lpid_va to tlbie_va_lpid Ritesh Harjani (IBM)
2026-03-09 18:14 ` [PATCH v2 09/10] powerpc/64s: Make use of H_RPTI_TYPE_ALL macro Ritesh Harjani (IBM)
2026-03-09 18:14 ` [PATCH v2 10/10] powerpc: Print MMU_FTRS_POSSIBLE & MMU_FTRS_ALWAYS at startup Ritesh Harjani (IBM)
2026-03-10 13:46 ` [PATCH v2 00/10] Misc powerpc selftests kernel fixes and cleanups Venkat Rao Bagalkote
2026-03-11  2:10   ` Ritesh Harjani
2026-03-30 10:21 ` Madhavan Srinivasan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox