On Tue, 24 Apr 2018 11:08:10 -0700 Wei Wang <[email protected]> wrote: > From: Wei Wang <[email protected]> > > trace_printk will cause trace_printk_init_buffers executed in kernel > start, which will increase memory and also show bad warnings in > production kernel. >
NAK! Where is trace_printk() being used to trigger this? trace_printk() is to be added while debugging, but one should not need to enable DEBUG to use it. But it should be removed when finished. -- Steve > Signed-off-by: Wei Wang <[email protected]>

