[PATCH v12 3/3] printk: make printk.synchronous param rw

2016-05-13 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 Reviewed-by: Petr Mladek

[PATCH v12 3/3] printk: make printk.synchronous param rw

2016-05-13 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 Reviewed-by: Petr Mladek --- kernel/printk/printk.c | 56

Re: [PATCH v12 3/3] printk: make printk.synchronous param rw

2016-04-23 Thread Sergey Senozhatsky
Hello, On (04/23/16 08:56), Jan Kara wrote: > > > > Signed-off-by: Sergey Senozhatsky > > The patch looks good to me. One suggestion below: > > > @@ -1785,7 +1782,7 @@ asmlinkage int vprintk_emit(int facility, int level, > > * operate in sync mode

Re: [PATCH v12 3/3] printk: make printk.synchronous param rw

2016-04-23 Thread Sergey Senozhatsky
Hello, On (04/23/16 08:56), Jan Kara wrote: > > > > Signed-off-by: Sergey Senozhatsky > > The patch looks good to me. One suggestion below: > > > @@ -1785,7 +1782,7 @@ asmlinkage int vprintk_emit(int facility, int level, > > * operate in sync mode once panic() occurred. > >

Re: [PATCH v12 3/3] printk: make printk.synchronous param rw

2016-04-23 Thread Jan Kara
On Fri 22-04-16 22:53:00, 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 The patch

Re: [PATCH v12 3/3] printk: make printk.synchronous param rw

2016-04-23 Thread Jan Kara
On Fri 22-04-16 22:53:00, 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 The patch looks good to me. One suggestion

[PATCH v12 3/3] printk: make printk.synchronous param rw

2016-04-22 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 --- kernel/printk/printk.c | 51

[PATCH v12 3/3] printk: make printk.synchronous param rw

2016-04-22 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 --- kernel/printk/printk.c | 51 +++--- 1 file changed, 40