On Wed, 5 Apr 2017 11:16:28 +0900
Sergey Senozhatsky <sergey.senozhatsky.w...@gmail.com> wrote:


> one more thing.
> 
> this per-console filtering ignores... the "ignore_loglevel" param.
> 
> early_param("ignore_loglevel", ignore_loglevel_setup);
> module_param(ignore_loglevel, bool, S_IRUGO | S_IWUSR);
> MODULE_PARM_DESC(ignore_loglevel,
>                "ignore loglevel setting (prints all kernel messages to the 
> console)");
> 
> 
> my preference would be preserve "ignore_loglevel" behaviour. if
> we are forced to 'ignore all loglevel filtering' then we should
> do so.

Agreed.

-- Steve

Reply via email to