Re: [PATCH v2 1/6] tracing: probe: Allocate traceprobe_parse_context from heap

From: Google
Date: Mon Jul 21 2025 - 18:36:03 EST


On Mon, 21 Jul 2025 13:19:07 -0400
Steven Rostedt <rostedt@xxxxxxxxxxx> wrote:

> On Sun, 20 Jul 2025 15:21:47 +0900
> "Masami Hiramatsu (Google)" <mhiramat@xxxxxxxxxx> 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@xxxxxxxxxx>