Re: pstore/ram: Add ftrace messages handling

2012-07-20 Thread Dan Carpenter
On Thu, Jul 19, 2012 at 04:20:32PM -0700, Anton Vorontsov wrote: > Hi Dan, > > On Thu, Jul 19, 2012 at 05:28:56PM +0300, Dan Carpenter wrote: > > The patch a694d1b5916a: "pstore/ram: Add ftrace messages handling" > > from Jul 9, 2012, leads to the following Sma

Re: pstore/ram: Add ftrace messages handling

2012-07-20 Thread Dan Carpenter
On Thu, Jul 19, 2012 at 04:20:32PM -0700, Anton Vorontsov wrote: Hi Dan, On Thu, Jul 19, 2012 at 05:28:56PM +0300, Dan Carpenter wrote: The patch a694d1b5916a: pstore/ram: Add ftrace messages handling from Jul 9, 2012, leads to the following Smatch complaint: A nice tool. The homepage

Re: pstore/ram: Add ftrace messages handling

2012-07-19 Thread Anton Vorontsov
Hi Dan, On Thu, Jul 19, 2012 at 05:28:56PM +0300, Dan Carpenter wrote: > The patch a694d1b5916a: "pstore/ram: Add ftrace messages handling" > from Jul 9, 2012, leads to the following Smatch complaint: A nice tool. The homepage of Smatch doesn't explicitly say that,

re: pstore/ram: Add ftrace messages handling

2012-07-19 Thread Dan Carpenter
Hello Anton Vorontsov, This is a semi-automatic email about new static checker warnings. The patch a694d1b5916a: "pstore/ram: Add ftrace messages handling" from Jul 9, 2012, leads to the following Smatch complaint: fs/pstore/ram.c:423 ramoops_probe() error: we previously as

re: pstore/ram: Add ftrace messages handling

2012-07-19 Thread Dan Carpenter
Hello Anton Vorontsov, This is a semi-automatic email about new static checker warnings. The patch a694d1b5916a: pstore/ram: Add ftrace messages handling from Jul 9, 2012, leads to the following Smatch complaint: fs/pstore/ram.c:423 ramoops_probe() error: we previously assumed 'cxt

Re: pstore/ram: Add ftrace messages handling

2012-07-19 Thread Anton Vorontsov
Hi Dan, On Thu, Jul 19, 2012 at 05:28:56PM +0300, Dan Carpenter wrote: The patch a694d1b5916a: pstore/ram: Add ftrace messages handling from Jul 9, 2012, leads to the following Smatch complaint: A nice tool. The homepage of Smatch doesn't explicitly say that, so I have to ask

[PATCH 6/8] pstore/ram: Add ftrace messages handling

2012-07-09 Thread Anton Vorontsov
The ftrace log size is configurable via ramoops.ftrace_size module option, and the log itself is available via /ftrace-ramoops file. Signed-off-by: Anton Vorontsov --- Documentation/ramoops.txt | 25 + fs/pstore/ram.c| 37

[PATCH 6/8] pstore/ram: Add ftrace messages handling

2012-07-09 Thread Anton Vorontsov
The ftrace log size is configurable via ramoops.ftrace_size module option, and the log itself is available via pstore-mount/ftrace-ramoops file. Signed-off-by: Anton Vorontsov anton.voront...@linaro.org --- Documentation/ramoops.txt | 25 + fs/pstore/ram.c|