On Tuesday 04/04 at 23:27 -0400, Steven Rostedt wrote: > 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.
Makes sense, I'll add then when I resend. Thanks, Calvin > -- Steve >