Re: [PATCH] bootconfig: Fix CONFIG_BOOTTIME_TRACING dependency issue

From: Steven Rostedt
Date: Tue Feb 25 2020 - 12:53:39 EST


On Tue, 25 Feb 2020 09:49:25 -0800
Randy Dunlap <rdunlap@xxxxxxxxxxxxx> wrote:

> > Fixes: d8a953ddde5e ("bootconfig: Set CONFIG_BOOT_CONFIG=n by default")
> > Reported-by: Randy Dunlap <rdunlap@xxxxxxxxxxxxx>
> > Signed-off-by: Masami Hiramatsu <mhiramat@xxxxxxxxxx>
>
> Hi,
> I'm no fan of "select", but this does fix the kconfig warnings and
> build errors that I have reported. Thanks.

I'm not big on select either, but this is fine (I'm running it through my
tests now).

>
> Acked-by: Randy Dunlap <rdunlap@xxxxxxxxxxxxx> # build-tested

Is it OK if I change this to "Tested-by:"?

-- Steve