[PATCH 2/6] tracing: Replace memcpy() with __get_task_comm()

Linus Torvalds torvalds at linux-foundation.org
Mon Jun 3 22:23:48 UTC 2024


On Mon, 3 Jun 2024 at 15:18, Steven Rostedt <rostedt at goodmis.org> wrote:
>
> The logic behind __string() and __assign_str() will always add a NUL
> character.

Ok. But then you still end up with the issue that now the profiles are
different, and you have a 8-byte pointer to dynamically allocated
memory instead of just the simpler comm[TASK_COMM_LEN].

Is that actually a good idea for tracing?

We're trying to fix the core code to be cleaner for places that may
actually *care* (like 'ps').

Would we really want to touch this part of tracing?

            Linus



More information about the Linux-security-module-archive mailing list