Re: [PATCH 4/4] printk: Add config option for disabling printk offloading

2015-09-22 Thread Jan Kara
On Fri 18-09-15 15:15:36, Andrew Morton wrote: > On Wed, 19 Aug 2015 17:38:31 +0200 Jan Kara wrote: > > > From: Jan Kara > > > > Necessity for offloading of printing was observed only for large > > systems. So add a config option (disabled by default) > > The Kconfig has "default y"? Changed

Re: [PATCH 4/4] printk: Add config option for disabling printk offloading

2015-09-18 Thread Andrew Morton
On Wed, 19 Aug 2015 17:38:31 +0200 Jan Kara wrote: > From: Jan Kara > > Necessity for offloading of printing was observed only for large > systems. So add a config option (disabled by default) The Kconfig has "default y"? > which removes most > of the overhead added by this functionality. >

[PATCH 4/4] printk: Add config option for disabling printk offloading

2015-08-19 Thread Jan Kara
From: Jan Kara Necessity for offloading of printing was observed only for large systems. So add a config option (disabled by default) which removes most of the overhead added by this functionality. Signed-off-by: Jan Kara --- Documentation/kernel-parameters.txt | 13 +++-- init/Kconfig