[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20250722073550.0afaabe8dd1a0aa4800e5f2c@kernel.org>
Date: Tue, 22 Jul 2025 07:35:50 +0900
From: Masami Hiramatsu (Google) <mhiramat@...nel.org>
To: Steven Rostedt <rostedt@...dmis.org>
Cc: Mathieu Desnoyers <mathieu.desnoyers@...icios.com>,
linux-kernel@...r.kernel.org, linux-trace-kernel@...r.kernel.org
Subject: Re: [PATCH v2 1/6] tracing: probe: Allocate
traceprobe_parse_context from heap
On Mon, 21 Jul 2025 13:19:07 -0400
Steven Rostedt <rostedt@...dmis.org> wrote:
> On Sun, 20 Jul 2025 15:21:47 +0900
> "Masami Hiramatsu (Google)" <mhiramat@...nel.org> wrote:
>
> >
> > +#include <linux/bitops.h>
> > +#include <linux/btf.h>
> > +#include <linux/cleanup.h>
> > +#include <linux/kprobes.h>
> > +#include <linux/limits.h>
> > +#include <linux/perf_event.h>
> > +#include <linux/ptrace.h>
> > #include <linux/seq_file.h>
> > #include <linux/slab.h>
> > #include <linux/smp.h>
> > -#include <linux/tracefs.h>
> > -#include <linux/types.h>
> > #include <linux/string.h>
> > -#include <linux/ptrace.h>
> > -#include <linux/perf_event.h>
> > -#include <linux/kprobes.h>
> > #include <linux/stringify.h>
> > -#include <linux/limits.h>
> > +#include <linux/tracefs.h>
> > +#include <linux/types.h>
> > #include <linux/uaccess.h>
> > -#include <linux/bitops.h>
> > -#include <linux/btf.h>
> > +
>
> A re-sort should be a separate patch, as I can't tell what changed in
> the header for this patch.
OK, let me make it a separate patch.
Thanks!
>
> -- Steve
--
Masami Hiramatsu (Google) <mhiramat@...nel.org>
Powered by blists - more mailing lists