[PATCH] fs/pstore: provide panic data even in suspend

2015-08-05 Thread check.kernel
ceiver: check.ker...@gmail.com; Anton Vorontsov; Colin Cross; Kees Cook; Tony Luck; Andrew Morton; Petr Mladek; Luis R. Rodriguez; Peter Hurley; Joe Perches; Tejun Heo; du...@xiaomi.com; guling...@xiaomi.com Cc: linux-kernel@vger.kernel.org Subject: Re: [PATCH] fs/pstore: provide panic data even in suspe

Re: [PATCH] fs/pstore: provide panic data even in suspend

2015-08-05 Thread Alex Elder
On 08/05/2015 08:11 AM, check.ker...@gmail.com wrote: > From: yangdongdong > > This also enables panic and oops messages which > in suspend context to be logged into ramoops console > buffer where it can be read back at some later point. > > Signed-off-by: yangdongdong > Signed-off-by: gulinghu

[PATCH] fs/pstore: provide panic data even in suspend

2015-08-05 Thread check.kernel
From: yangdongdong This also enables panic and oops messages which in suspend context to be logged into ramoops console buffer where it can be read back at some later point. Signed-off-by: yangdongdong Signed-off-by: gulinghua --- fs/pstore/ram.c| 21 + include