Re: [PATCH] x86/kernel: Fix more -Wmissing-prototypes warnings

From: Ingo Molnar
Date: Wed Dec 05 2018 - 11:25:34 EST



* Borislav Petkov <bp@xxxxxxxxx> wrote:

> On Wed, Dec 05, 2018 at 10:49:06PM +0900, Masami Hiramatsu wrote:
> > I would like to put this prototype inside arch/x86/kernel/kprobes/core.c,
> > since that is locally used.
>
> Done.

Also, preferably the prototype should be eliminated via proper ordering
of functions from lower level to higher levels.

On the rest:

Reviewed-by: Ingo Molnar <mingo@xxxxxxxxxx>

Thanks,

Ingo