Re: [PATCH] tracing: probes: Replace strcpy() with memcpy() in __trace_probe_log_err()
From: Google
Date: Tue Oct 07 2025 - 19:57:11 EST
On Tue, 7 Oct 2025 19:14:15 -0400
Steven Rostedt <rostedt@xxxxxxxxxxx> wrote:
> On Tue, 9 Sep 2025 08:53:08 +0900
> Masami Hiramatsu (Google) <mhiramat@xxxxxxxxxx> wrote:
>
> > On Mon, 8 Sep 2025 12:13:23 +0200
> > Thorsten Blum <thorsten.blum@xxxxxxxxx> wrote:
> >
> > > Hi Masami,
> > >
> > > On 25. Aug 2025, at 09:05, Masami Hiramatsu (Google) wrote:
> > > > On Wed, 20 Aug 2025 23:47:18 +0200
> > > > Thorsten Blum <thorsten.blum@xxxxxxxxx> wrote:
> > > >
> > > >> strcpy() is deprecated; use memcpy() instead.
> > > >>
> > > >> Link: https://github.com/KSPP/linux/issues/88
> > > >> Signed-off-by: Thorsten Blum <thorsten.blum@xxxxxxxxx>
> > > >
> > > > OK, looks good to me.
> > >
> > > Did you forget to add a Reviewed-by: tag and/or to add it to your tree?
> >
> > Thanks for ping me. No problem, I will add my Signed-by when
> > picking this to probes/for-next.
> > Since I will be responsible for applying this patch and sending
> > it to Linus, this includes the "Reviewed-by" as well.
> >
>
> Was this ever sent to Linus?
Yeah, but rejected with other patches in probes/for-next.
I thought it was a part of cleanup, or should I sent it urgently?
Then I can move this to probes/fixes.
Thank you,
>
> -- Steve
--
Masami Hiramatsu (Google) <mhiramat@xxxxxxxxxx>