[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20190703102402.1319b928@gandalf.local.home>
Date: Wed, 3 Jul 2019 10:24:02 -0400
From: Steven Rostedt <rostedt@...dmis.org>
To: Catalin Marinas <catalin.marinas@....com>
Cc: Mark Rutland <mark.rutland@....com>, linux-kernel@...r.kernel.org,
Ingo Molnar <mingo@...nel.org>,
Andrew Morton <akpm@...ux-foundation.org>,
Masami Hiramatsu <mhiramat@...nel.org>
Subject: Re: [for-next][PATCH 12/16] kprobes: Initialize kprobes at
postcore_initcall
On Wed, 3 Jul 2019 15:08:32 +0100
Catalin Marinas <catalin.marinas@....com> wrote:
> > +static int __init run_init_test_probes(void)
> > +{
> > + if (run_kprobe_tests)
> > + init_test_probes();
>
> A return 0 here.
Will update (would have triggered a failure on my test suite anyway ;-)
>
> > +}
> > +module_init(run_init_test_probes);
>
> This does the trick. I prefer your fix as it leaves the arch code
> unchanged. In case you need it:
>
> Tested-by: Catalin Marinas <catalin.marinas@....com>
>
Great! Thanks.
-- Steve
Powered by blists - more mailing lists