Re: [RFC 3/8] kmsg: introduce additional kmsg devices support

2015-07-08 Thread Petr Mladek
On Fri 2015-07-03 12:49:50, Marcin Niesluchowski wrote: > kmsg device provides operations on cyclic logging buffer used mainly > by kernel but also in userspace by privileged processes. > > Additional kmsg devices keep the same log format but may be added > dynamically with custom size. > > Signe

[RFC 3/8] kmsg: introduce additional kmsg devices support

2015-07-03 Thread Marcin Niesluchowski
kmsg device provides operations on cyclic logging buffer used mainly by kernel but also in userspace by privileged processes. Additional kmsg devices keep the same log format but may be added dynamically with custom size. Signed-off-by: Marcin Niesluchowski --- drivers/char/mem.c | 8 + f