Re: Re: [RFC PATCH 1/2] printk: Add context information to the header of /dev/kmsg

2014-05-26 Thread Yoshihiro YUNOMAE
Hi, (2014/05/20 12:36), valdis.kletni...@vt.edu wrote: On Mon, 19 May 2014 19:28:38 +0900, Yoshihiro YUNOMAE said: The header information is changed as follows: /; Has this been tested with popular userspace that reads /dev/kmsg, to make sure that it actually plays nice with a 5th

Re: Re: [RFC PATCH 1/2] printk: Add context information to the header of /dev/kmsg

2014-05-26 Thread Yoshihiro YUNOMAE
Hi Kay, Thank you for your reply. (2014/05/19 20:35), Kay Sievers wrote: On Mon, May 19, 2014 at 7:28 PM, Yoshihiro YUNOMAE wrote: Add context information to the header of /dev/kmsg. Two printk messages connected with KERN_CONT can be divided in multiple lines by a different process context

Re: Re: [RFC PATCH 1/2] printk: Add context information to the header of /dev/kmsg

2014-05-26 Thread Yoshihiro YUNOMAE
Hi Kay, Thank you for your reply. (2014/05/19 20:35), Kay Sievers wrote: On Mon, May 19, 2014 at 7:28 PM, Yoshihiro YUNOMAE yoshihiro.yunomae...@hitachi.com wrote: Add context information to the header of /dev/kmsg. Two printk messages connected with KERN_CONT can be divided in multiple

Re: Re: [RFC PATCH 1/2] printk: Add context information to the header of /dev/kmsg

2014-05-26 Thread Yoshihiro YUNOMAE
Hi, (2014/05/20 12:36), valdis.kletni...@vt.edu wrote: On Mon, 19 May 2014 19:28:38 +0900, Yoshihiro YUNOMAE said: The header information is changed as follows: prefix,seq#,timestamp,fragmented,PID/interrupt context;msg Has this been tested with popular userspace that reads /dev/kmsg,

Re: [RFC PATCH 1/2] printk: Add context information to the header of /dev/kmsg

2014-05-19 Thread Valdis . Kletnieks
On Mon, 19 May 2014 19:28:38 +0900, Yoshihiro YUNOMAE said: > The header information is changed as follows: >/; Has this been tested with popular userspace that reads /dev/kmsg, to make sure that it actually plays nice with a 5th field being added? Yes, I know that

Re: [RFC PATCH 1/2] printk: Add context information to the header of /dev/kmsg

2014-05-19 Thread Kay Sievers
On Mon, May 19, 2014 at 7:28 PM, Yoshihiro YUNOMAE wrote: > Add context information to the header of /dev/kmsg. > > Two printk messages connected with KERN_CONT can be divided in multiple lines > by a different process context message. If the different context message seems > like the 1st divided

Re: [RFC PATCH 1/2] printk: Add context information to the header of /dev/kmsg

2014-05-19 Thread Valdis . Kletnieks
On Mon, 19 May 2014 19:28:38 +0900, Yoshihiro YUNOMAE said: The header information is changed as follows: prefix,seq#,timestamp,fragmented,PID/interrupt context;msg Has this been tested with popular userspace that reads /dev/kmsg, to make sure that it actually plays nice with a 5th field

Re: [RFC PATCH 1/2] printk: Add context information to the header of /dev/kmsg

2014-05-19 Thread Kay Sievers
On Mon, May 19, 2014 at 7:28 PM, Yoshihiro YUNOMAE yoshihiro.yunomae...@hitachi.com wrote: Add context information to the header of /dev/kmsg. Two printk messages connected with KERN_CONT can be divided in multiple lines by a different process context message. If the different context message