On Tue, Jun 30 2026, Wandun Chen wrote: > From: Wandun Chen <[email protected]> > > Reserved memory regions are excluded from vmcore by default unless > marked dumpable. Honor the dumpable flag to filter out device firmware > regions (e.g., GPU, DSP, modem) reserved via device tree, since they > typically contain data not useful for kernel crash analysis and can > significantly increase vmcore size. > > Use of_reserved_mem_kdump_exclude() to perform the exclusion, and > pre-size the crash_mem array via of_reserved_mem_kdump_nr_ranges(). > > Signed-off-by: Wandun Chen <[email protected]> > Tested-by: Meijing Zhao <[email protected]> > Acked-by: Will Deacon <[email protected]>
Acked-by: Pratyush Yadav <[email protected]> [...] -- Regards, Pratyush Yadav
