Re: [PATCH v12 0/6] perf: Add support for memory region/range reporting
From: Arnaldo Carvalho de Melo
Date: Thu Sep 24 2026 - 14:01:18 EST
On Wed, Sep 23, 2026 at 12:08:57PM -0500, Thomas Falcon wrote:
> Add support for two memory-related reporting features in the perf tool:
<SNIP>
> Include a change allowing PERF_MEM_LVLNUM_L0 to be printed in
> perf-mem output as well.
> [1]: https://lore.kernel.org/all/20260114011750.350569-1-dapeng1.mi@xxxxxxxxxxxxxxx/
> [2]: https://lore.kernel.org/lkml/20250505173819.419271-1-tony.luck@xxxxxxxxx/
> [3]: MRRM definition allow for future expansion for the OS to assign
> these region IDs.
> v12:
> -- Fixed typo in bounds checking for max supported memory ranges when
> reading header data
Thanks, applied to perf-tools-next, for v7.4.
- Arnaldo