On Mon, Jun 08, 2026 at 03:34:57PM +0800, Jinjie Ruan wrote: > The crash memory exclude of crashk_res and crashk_cma memory on powerpc > are almost identical to the generic crash_exclude_core_ranges(). > > By introducing the architecture-specific arch_crash_exclude_mem_range() > function with a default implementation of crash_exclude_mem_range(), > and using crash_exclude_mem_range_guarded as powerpc's separate > implementation, the generic crash_exclude_core_ranges() helper function > can be reused. > > Cc: Andrew Morton <[email protected]> > Cc: Hari Bathini <[email protected]> > Cc: Madhavan Srinivasan <[email protected]> > Cc: Mahesh Salgaonkar <[email protected]> > Cc: Michael Ellerman <[email protected]> > Cc: Ritesh Harjani (IBM) <[email protected]> > Cc: Shivang Upadhyay <[email protected]> > Acked-by: Baoquan He <[email protected]> > Reviewed-by: Sourabh Jain <[email protected]> > Acked-by: Mike Rapoport (Microsoft) <[email protected]> > Signed-off-by: Jinjie Ruan <[email protected]>
Acked-by: Breno leitao <[email protected]>
