diff options
author | Masami Hiramatsu (Google) <mhiramat@kernel.org> | 2025-07-23 10:30:56 +0900 |
---|---|---|
committer | Masami Hiramatsu (Google) <mhiramat@kernel.org> | 2025-07-24 00:21:30 +0900 |
commit | 43beb5e89bc8c0b753553964dd0654e2d1aa23f9 (patch) | |
tree | dd899378edf33ee10ca25485ba7710017006d495 /scripts/lib/kdoc/kdoc_output.py | |
parent | 2f02a61d84c629235b8f9684dd0a67e33a2a3d81 (diff) |
tracing: probe: Allocate traceprobe_parse_context from heap
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.
Link: https://lore.kernel.org/all/175323425650.57270.280750740753792504.stgit@devnote2/
Reported-by: kernel test robot <lkp@intel.com>
Closes: https://lore.kernel.org/oe-kbuild-all/202506240416.nZIhDXoO-lkp@intel.com/
Signed-off-by: Masami Hiramatsu (Google) <mhiramat@kernel.org>
Reviewed-by: Steven Rostedt (Google) <rostedt@goodmis.org>
Diffstat (limited to 'scripts/lib/kdoc/kdoc_output.py')
0 files changed, 0 insertions, 0 deletions