Re: [PATCH v6] kernel/trace: Add DISALLOW_TRACE_PRINTK make option

2020-09-28 Thread Steven Rostedt
On Mon, 28 Sep 2020 15:29:29 +0800 Nicolas Boichat wrote: > trace_printk is meant as a debugging tool, and should not be > compiled into production code without specific debug Kconfig > options enabled, or source code changes, as indicated by the > warning that shows up on boot if any trace_print

[PATCH v6] kernel/trace: Add DISALLOW_TRACE_PRINTK make option

2020-09-28 Thread Nicolas Boichat
trace_printk is meant as a debugging tool, and should not be compiled into production code without specific debug Kconfig options enabled, or source code changes, as indicated by the warning that shows up on boot if any trace_printk is called: ** NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE