On Tue, 22 Jul 2025 18:38:13 -0400 Steven Rostedt <rost...@goodmis.org> wrote:
> 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> > Thanks! > -- Steve -- Masami Hiramatsu (Google) <mhira...@kernel.org>