Re: [PATCH v3 4/8] lockdep: Add a kernel parameter, crossrelease_fullstack
From: Byungchul Park
Date: Tue Oct 24 2017 - 19:45:56 EST
On Tue, Oct 24, 2017 at 12:08:58PM +0200, Ingo Molnar wrote:
> This is really unnecessarily complex.
I mis-understood your suggestion. I will change it.
> The proper logic is to introduce the crossrelease_fullstack boot parameter, and to
> also have a Kconfig option that enables it:
>
> CONFIG_BOOTPARAM_LOCKDEP_CROSSRELEASE_FULLSTACK=y
>
> No #ifdefs please - just an "if ()" branch dependent on the current value of
> crossrelease_fullstack.
Ok. I will.
Thanks,
Byungchul
> Thanks,
>
> Ingo