Re: [PATCH]: arm64: factor work_pending state machine to C

2016-08-09 Thread Will Deacon
On Fri, Jul 29, 2016 at 02:16:07PM -0400, Chris Metcalf wrote: > On 7/11/2016 8:19 AM, Mark Rutland wrote: > >On Mon, Jul 11, 2016 at 12:42:37PM +0100, Will Deacon wrote: > >>On Fri, Jul 08, 2016 at 04:49:01PM +0100, Will Deacon wrote: > >>>On Fri, Jul 08, 2016 at 11:43:50AM -0400, Chris Metcalf wr

Re: [PATCH]: arm64: factor work_pending state machine to C

2016-07-29 Thread Chris Metcalf
On 7/11/2016 8:19 AM, Mark Rutland wrote: On Mon, Jul 11, 2016 at 12:42:37PM +0100, Will Deacon wrote: On Fri, Jul 08, 2016 at 04:49:01PM +0100, Will Deacon wrote: On Fri, Jul 08, 2016 at 11:43:50AM -0400, Chris Metcalf wrote: I am hopeful that this patch [1] can be picked up for the 4.8 merge

Re: [PATCH]: arm64: factor work_pending state machine to C

2016-07-11 Thread Mark Rutland
On Mon, Jul 11, 2016 at 12:42:37PM +0100, Will Deacon wrote: > On Fri, Jul 08, 2016 at 04:49:01PM +0100, Will Deacon wrote: > > On Fri, Jul 08, 2016 at 11:43:50AM -0400, Chris Metcalf wrote: > > > I am hopeful that this patch [1] can be picked up for the 4.8 merge window > > > in the arm64 tree. A

Re: [PATCH]: arm64: factor work_pending state machine to C

2016-07-11 Thread Will Deacon
On Fri, Jul 08, 2016 at 04:49:01PM +0100, Will Deacon wrote: > On Fri, Jul 08, 2016 at 11:43:50AM -0400, Chris Metcalf wrote: > > I am hopeful that this patch [1] can be picked up for the 4.8 merge window > > in the arm64 tree. As I mentioned in my last patch series that included > > this patch [2

[PATCH]: arm64: factor work_pending state machine to C

2016-07-08 Thread Chris Metcalf
Ping! I am hopeful that this patch [1] can be picked up for the 4.8 merge window in the arm64 tree. As I mentioned in my last patch series that included this patch [2], I'm hopeful that this version addresses the performance issues that were seen with Mark's original patch. This version tests t

Re: [PATCH]: arm64: factor work_pending state machine to C

2016-07-08 Thread Chris Metcalf
On 7/8/2016 11:49 AM, Will Deacon wrote: Hi Chris, On Fri, Jul 08, 2016 at 11:43:50AM -0400, Chris Metcalf wrote: Ping! I am hopeful that this patch [1] can be picked up for the 4.8 merge window in the arm64 tree. As I mentioned in my last patch series that included this patch [2], I'm hopefu

Re: [PATCH]: arm64: factor work_pending state machine to C

2016-07-08 Thread Will Deacon
Hi Chris, On Fri, Jul 08, 2016 at 11:43:50AM -0400, Chris Metcalf wrote: > Ping! > > I am hopeful that this patch [1] can be picked up for the 4.8 merge window > in the arm64 tree. As I mentioned in my last patch series that included > this patch [2], I'm hopeful that this version addresses the