Re: [PATCH v8 1/5] lib/stackdepot: Move stack_record struct definition into the header

From: Vlastimil Babka
Date: Tue Feb 13 2024 - 06:12:20 EST


On 2/12/24 23:30, Oscar Salvador wrote:
> In order to move the heavy lifting into page_owner code, this one
> needs to have access to the stack_record structure, which right now
> sits in lib/stackdepot.c.
> Move it to the stackdepot.h header so page_owner can access
> stack_record's struct fields.
>
> Signed-off-by: Oscar Salvador <osalvador@xxxxxxx>

Reviewed-by: Vlastimil Babka <vbabka@xxxxxxx>