Re: [PATCH 0/3][RESEND] add support for never printing hashed addresses

From: Steven Rostedt
Date: Wed Feb 10 2021 - 12:33:25 EST


On Thu, 11 Feb 2021 02:07:21 +0900
Tetsuo Handa <penguin-kernel@xxxxxxxxxxxxxxxxxxx> wrote:

> I'm not refusing to use kernel command line options. I'm expecting that we can
> also hardcode using kernel config options. Since boot-time switching via kernel
> command line options makes the kernel behave differently, less boot-time
> switching is better for avoiding unexpected problems (e.g. unintended LSM was
> enabled).

You could just add:

CONFIG_CMDLINE_BOOL=y
CONFIG_CMDLINE="make-printk-non-secret"

If you want it part of your config.

-- Steve