Re: [PATCH] printk: make printk.synchronous param rw

2016-04-26 Thread Sergey Senozhatsky
Hello, On (04/26/16 16:15), Petr Mladek wrote: [..] > > diff --git a/kernel/printk/printk.c b/kernel/printk/printk.c > > index 89f5441..9345a29 100644 > > --- a/kernel/printk/printk.c > > +++ b/kernel/printk/printk.c > > @@ -2757,6 +2759,13 @@ static int __init printk_late_init(void) > >

Re: [PATCH] printk: make printk.synchronous param rw

2016-04-26 Thread Sergey Senozhatsky
Hello, On (04/26/16 16:15), Petr Mladek wrote: [..] > > diff --git a/kernel/printk/printk.c b/kernel/printk/printk.c > > index 89f5441..9345a29 100644 > > --- a/kernel/printk/printk.c > > +++ b/kernel/printk/printk.c > > @@ -2757,6 +2759,13 @@ static int __init printk_late_init(void) > >

Re: [PATCH] printk: make printk.synchronous param rw

2016-04-26 Thread Petr Mladek
On Sun 2016-04-24 00:01:05, Sergey Senozhatsky wrote: > Change `synchronous' printk param to be RW, so user space > can change printk mode back and forth to/from sync mode > (which is considered to be more reliable). > > Signed-off-by: Sergey Senozhatsky >

Re: [PATCH] printk: make printk.synchronous param rw

2016-04-26 Thread Petr Mladek
On Sun 2016-04-24 00:01:05, Sergey Senozhatsky wrote: > Change `synchronous' printk param to be RW, so user space > can change printk mode back and forth to/from sync mode > (which is considered to be more reliable). > > Signed-off-by: Sergey Senozhatsky > Reviewed-by: Jan Kara > --- > > --

[PATCH] printk: make printk.synchronous param rw

2016-04-23 Thread Sergey Senozhatsky
Change `synchronous' printk param to be RW, so user space can change printk mode back and forth to/from sync mode (which is considered to be more reliable). Signed-off-by: Sergey Senozhatsky Reviewed-by: Jan Kara --- -- added Jan's Reviewed-by --

[PATCH] printk: make printk.synchronous param rw

2016-04-23 Thread Sergey Senozhatsky
Change `synchronous' printk param to be RW, so user space can change printk mode back and forth to/from sync mode (which is considered to be more reliable). Signed-off-by: Sergey Senozhatsky Reviewed-by: Jan Kara --- -- added Jan's Reviewed-by -- factored out async printk checks to