Re: [PATCHv7 2/8] printk: rename nmi.c and exported api

2017-02-23 Thread Geert Uytterhoeven
Hi Sergey, On Thu, Feb 23, 2017 at 9:02 AM, Sergey Senozhatsky wrote: > On (02/23/17 08:50), Geert Uytterhoeven wrote: >> > -config NMI_LOG_BUF_SHIFT >> > - int "Temporary per-CPU NMI log buffer size (12 => 4KB, 13 => 8KB)" >> > +config PRINTK_SAFE_LOG_BUF_SHIFT >> > + int "Temporary

Re: [PATCHv7 2/8] printk: rename nmi.c and exported api

2017-02-23 Thread Sergey Senozhatsky
Hello Geert, On (02/23/17 08:50), Geert Uytterhoeven wrote: > Hi Sergey, [..] > > -config NMI_LOG_BUF_SHIFT > > - int "Temporary per-CPU NMI log buffer size (12 => 4KB, 13 => 8KB)" > > +config PRINTK_SAFE_LOG_BUF_SHIFT > > + int "Temporary per-CPU printk log buffer size (12 => 4KB, 13

Re: [PATCHv7 2/8] printk: rename nmi.c and exported api

2017-02-22 Thread Geert Uytterhoeven
Hi Sergey, On Tue, Dec 27, 2016 at 3:16 PM, Sergey Senozhatsky wrote: > A preparation patch for printk_safe work. No functional change. > - rename nmi.c to print_safe.c > - add `printk_safe' prefix to some (which used both by printk-safe > and printk-nmi) of the exported functions. > > Signed-o

Re: [PATCHv7 2/8] printk: rename nmi.c and exported api

2017-02-01 Thread Steven Rostedt
On Wed, 1 Feb 2017 10:48:05 -0500 Steven Rostedt wrote: > On Tue, 27 Dec 2016 23:16:05 +0900 > Sergey Senozhatsky wrote: > > > A preparation patch for printk_safe work. No functional change. > > - rename nmi.c to print_safe.c > > - add `printk_safe' prefix to some (which used both by printk-saf

Re: [PATCHv7 2/8] printk: rename nmi.c and exported api

2017-02-01 Thread Steven Rostedt
On Tue, 27 Dec 2016 23:16:05 +0900 Sergey Senozhatsky wrote: > A preparation patch for printk_safe work. No functional change. > - rename nmi.c to print_safe.c > - add `printk_safe' prefix to some (which used both by printk-safe > and printk-nmi) of the exported functions. > > Signed-off-by: S

Re: [PATCHv7 2/8] printk: rename nmi.c and exported api

2017-01-04 Thread Petr Mladek
On Tue 2016-12-27 23:16:05, Sergey Senozhatsky wrote: > A preparation patch for printk_safe work. No functional change. > - rename nmi.c to print_safe.c > - add `printk_safe' prefix to some (which used both by printk-safe > and printk-nmi) of the exported functions. > > Signed-off-by: Sergey Sen

[PATCHv7 2/8] printk: rename nmi.c and exported api

2016-12-27 Thread Sergey Senozhatsky
A preparation patch for printk_safe work. No functional change. - rename nmi.c to print_safe.c - add `printk_safe' prefix to some (which used both by printk-safe and printk-nmi) of the exported functions. Signed-off-by: Sergey Senozhatsky --- include/linux/printk.h | 12 +++