Re: [PATCH v4 0/8] Function tracing support for pstore

2012-07-16 Thread Greg Kroah-Hartman
On Mon, Jul 16, 2012 at 12:14:21AM -0700, Anton Vorontsov wrote: > Hi Greg, > > On Fri, Jun 15, 2012 at 02:28:24PM -0700, Greg Kroah-Hartman wrote: > [...] > > This looks fine to me, but as it touches pstore and tracing code, I > > can't apply it without acks from the relevant maintainers/owners.

Re: [PATCH v4 0/8] Function tracing support for pstore

2012-07-16 Thread Anton Vorontsov
Hi Greg, On Fri, Jun 15, 2012 at 02:28:24PM -0700, Greg Kroah-Hartman wrote: [...] > This looks fine to me, but as it touches pstore and tracing code, I > can't apply it without acks from the relevant maintainers/owners. Now that the patchset has an ack from Steven Rostedt, can you please apply

Re: [PATCH v4 0/8] Function tracing support for pstore

2012-07-16 Thread Anton Vorontsov
Hi Greg, On Fri, Jun 15, 2012 at 02:28:24PM -0700, Greg Kroah-Hartman wrote: [...] This looks fine to me, but as it touches pstore and tracing code, I can't apply it without acks from the relevant maintainers/owners. Now that the patchset has an ack from Steven Rostedt, can you please apply

Re: [PATCH v4 0/8] Function tracing support for pstore

2012-07-16 Thread Greg Kroah-Hartman
On Mon, Jul 16, 2012 at 12:14:21AM -0700, Anton Vorontsov wrote: Hi Greg, On Fri, Jun 15, 2012 at 02:28:24PM -0700, Greg Kroah-Hartman wrote: [...] This looks fine to me, but as it touches pstore and tracing code, I can't apply it without acks from the relevant maintainers/owners. Now

Re: [PATCH v4 0/8] Function tracing support for pstore

2012-07-10 Thread Steven Rostedt
On Tue, 2012-07-10 at 12:01 +, Arnd Bergmann wrote: > On Tuesday 10 July 2012, Anton Vorontsov wrote: > > With this support kernel can save functions call chain log into a > > persistent ram buffer that can be decoded and dumped after reboot > > through pstore filesystem. It can be used to

Re: [PATCH v4 0/8] Function tracing support for pstore

2012-07-10 Thread Arnd Bergmann
On Tuesday 10 July 2012, Anton Vorontsov wrote: > With this support kernel can save functions call chain log into a > persistent ram buffer that can be decoded and dumped after reboot > through pstore filesystem. It can be used to determine what function > was last called before a hang or an

Re: [PATCH v4 0/8] Function tracing support for pstore

2012-07-10 Thread Arnd Bergmann
On Tuesday 10 July 2012, Anton Vorontsov wrote: With this support kernel can save functions call chain log into a persistent ram buffer that can be decoded and dumped after reboot through pstore filesystem. It can be used to determine what function was last called before a hang or an

Re: [PATCH v4 0/8] Function tracing support for pstore

2012-07-10 Thread Steven Rostedt
On Tue, 2012-07-10 at 12:01 +, Arnd Bergmann wrote: On Tuesday 10 July 2012, Anton Vorontsov wrote: With this support kernel can save functions call chain log into a persistent ram buffer that can be decoded and dumped after reboot through pstore filesystem. It can be used to determine

[PATCH v4 0/8] Function tracing support for pstore

2012-07-09 Thread Anton Vorontsov
Hi all, In v4: - A few cosmetic changes in func_set_flag(), as suggested by Steven Rostedt. Firstly, in the patch that adds pstore option, I use 'else if' for the new bit (it keeps changes minimal), but then there is a new separate patch (the last in the series) that converts the whole

[PATCH v4 0/8] Function tracing support for pstore

2012-07-09 Thread Anton Vorontsov
Hi all, In v4: - A few cosmetic changes in func_set_flag(), as suggested by Steven Rostedt. Firstly, in the patch that adds pstore option, I use 'else if' for the new bit (it keeps changes minimal), but then there is a new separate patch (the last in the series) that converts the whole