Message ID | 20180705164053.10073-1-mark.rutland@arm.com |
---|---|
Headers | show |
Series | atomics: generate atomic headers / instrument arm64 | expand |
Hi Mark, On Thu, Jul 05, 2018 at 05:40:41PM +0100, Mark Rutland wrote: > This series scripts the generation of the various atomic headers, to ensure > that the various atomic APIs remain consistent, reducing the risk of human > error, and simplifying future rework. This fleshes out the instrumented atomics > such that arm64 can be migrated over to them. Thanks! For the series apart from the shell scripts: Acked-by: Will Deacon <will.deacon@arm.com> Will
On Fri, Jul 06, 2018 at 02:16:04PM +0100, Will Deacon wrote: > Hi Mark, > > On Thu, Jul 05, 2018 at 05:40:41PM +0100, Mark Rutland wrote: > > This series scripts the generation of the various atomic headers, to ensure > > that the various atomic APIs remain consistent, reducing the risk of human > > error, and simplifying future rework. This fleshes out the instrumented atomics > > such that arm64 can be migrated over to them. > > Thanks! For the series apart from the shell scripts: > > Acked-by: Will Deacon <will.deacon@arm.com> Awesome, Ingo can you stuff these here patches into locking/core someplace?
On Fri, Jul 06, 2018 at 03:21:24PM +0200, Peter Zijlstra wrote: > On Fri, Jul 06, 2018 at 02:16:04PM +0100, Will Deacon wrote: > > On Thu, Jul 05, 2018 at 05:40:41PM +0100, Mark Rutland wrote: > > > This series scripts the generation of the various atomic headers, to ensure > > > that the various atomic APIs remain consistent, reducing the risk of human > > > error, and simplifying future rework. This fleshes out the instrumented atomics > > > such that arm64 can be migrated over to them. > > > > Thanks! For the series apart from the shell scripts: > > > > Acked-by: Will Deacon <will.deacon@arm.com> > > Awesome, Ingo can you stuff these here patches into locking/core > someplace? Looks like Ingo was only Cc'd for the above. Ingo, are you happy to pick these up? I've pushed out a branch [1] with Will's acks and a trivial commit message change for patches 8-10 which I don't think is too important. I can post that as v4 if you'd prefer to pick that. Thanks, Mark. [1] git://git.kernel.org/pub/scm/linux/kernel/git/mark/linux.git atomics/generated
* Mark Rutland <mark.rutland@arm.com> wrote: > On Fri, Jul 06, 2018 at 03:21:24PM +0200, Peter Zijlstra wrote: > > On Fri, Jul 06, 2018 at 02:16:04PM +0100, Will Deacon wrote: > > > On Thu, Jul 05, 2018 at 05:40:41PM +0100, Mark Rutland wrote: > > > > This series scripts the generation of the various atomic headers, to ensure > > > > that the various atomic APIs remain consistent, reducing the risk of human > > > > error, and simplifying future rework. This fleshes out the instrumented atomics > > > > such that arm64 can be migrated over to them. > > > > > > Thanks! For the series apart from the shell scripts: > > > > > > Acked-by: Will Deacon <will.deacon@arm.com> > > > > Awesome, Ingo can you stuff these here patches into locking/core > > someplace? > > Looks like Ingo was only Cc'd for the above. > > Ingo, are you happy to pick these up? > > I've pushed out a branch [1] with Will's acks and a trivial commit > message change for patches 8-10 which I don't think is too important. I > can post that as v4 if you'd prefer to pick that. Yeah, please post the very latest to the mailing list. Thanks! Ingo