On Wed, 23 Jul 2025 07:01:46 +0900
"Masami Hiramatsu (Google)" <mhira...@kernel.org> wrote:

> From: Masami Hiramatsu (Google) <mhira...@kernel.org>
> 
> Instead of allocating traceprobe_parse_context on stack, allocate it
> dynamically from heap (slab).
> 
> This change is likely intended to prevent potential stack overflow
> issues, which can be a concern in the kernel environment where stack
> space is limited.
> 
> Reported-by: kernel test robot <l...@intel.com>
> Closes: 
> https://lore.kernel.org/oe-kbuild-all/202506240416.nzihdxoo-...@intel.com/
> Signed-off-by: Masami Hiramatsu (Google) <mhira...@kernel.org>

Reviewed-by: Steven Rostedt (Google) <rost...@goodmis.org>

-- Steve

Reply via email to