Re: [PATCH v2 1/2] perf lock: Fix option value type in parse_max_stack

From: Namhyung Kim

Date: Fri Mar 27 2026 - 17:04:33 EST


On Thu, 19 Mar 2026 16:33:48 -0700, Ian Rogers wrote:
> The value is a void* and the address of an int, max_stack_depth, is
> set up in the perf lock options. The parse_max_stack function treats
> the int* as a long*, make this more correct by declaring the value to
> be an int*.
>
>
Applied to perf-tools-next, thanks!

Best regards,
Namhyung