Re: [PATCH v3 0/8] pstore: Improve performance of ftrace backend with ramoops

2016-11-15 Thread Joel Fernandes
On Tue, Nov 15, 2016 at 2:14 PM, Kees Cook wrote: > On Tue, Nov 15, 2016 at 2:06 PM, Joel Fernandes wrote: >> Hi Kees, >> >> On Tue, Nov 15, 2016 at 1:36 PM, Kees Cook wrote: >>> On Tue, Nov 15, 2016 at 11:55 AM, Joel Fernandes wrote: Hi Kees, On Fri, Nov 11, 2016 at 2:21 PM, Kee

Re: [PATCH v3 0/8] pstore: Improve performance of ftrace backend with ramoops

2016-11-15 Thread Kees Cook
On Tue, Nov 15, 2016 at 2:06 PM, Joel Fernandes wrote: > Hi Kees, > > On Tue, Nov 15, 2016 at 1:36 PM, Kees Cook wrote: >> On Tue, Nov 15, 2016 at 11:55 AM, Joel Fernandes wrote: >>> Hi Kees, >>> >>> On Fri, Nov 11, 2016 at 2:21 PM, Kees Cook wrote: Hi Joel, I've reorganized a bu

Re: [PATCH v3 0/8] pstore: Improve performance of ftrace backend with ramoops

2016-11-15 Thread Joel Fernandes
Hi Kees, On Tue, Nov 15, 2016 at 1:36 PM, Kees Cook wrote: > On Tue, Nov 15, 2016 at 11:55 AM, Joel Fernandes wrote: >> Hi Kees, >> >> On Fri, Nov 11, 2016 at 2:21 PM, Kees Cook wrote: >>> Hi Joel, >>> >>> I've reorganized a bunch of the logic here. Since pstore is going to need >>> the init_pr

Re: [PATCH v3 0/8] pstore: Improve performance of ftrace backend with ramoops

2016-11-15 Thread Kees Cook
On Tue, Nov 15, 2016 at 11:55 AM, Joel Fernandes wrote: > Hi Kees, > > On Fri, Nov 11, 2016 at 2:21 PM, Kees Cook wrote: >> Hi Joel, >> >> I've reorganized a bunch of the logic here. Since pstore is going to need >> the init_przs() logic for multiple pmsg przs, I wanted to get this in and >> make

Re: [PATCH v3 0/8] pstore: Improve performance of ftrace backend with ramoops

2016-11-15 Thread Joel Fernandes
Hi Kees, On Fri, Nov 11, 2016 at 2:21 PM, Kees Cook wrote: > Hi Joel, > > I've reorganized a bunch of the logic here. Since pstore is going to need > the init_przs() logic for multiple pmsg przs, I wanted to get this in and > make sure I was happy with how it looks. I figured this would reduce ou

[PATCH v3 0/8] pstore: Improve performance of ftrace backend with ramoops

2016-11-11 Thread Kees Cook
Hi Joel, I've reorganized a bunch of the logic here. Since pstore is going to need the init_przs() logic for multiple pmsg przs, I wanted to get this in and make sure I was happy with how it looks. I figured this would reduce our round-trip time on reviews. :) Can you test this series and verify