Re: [PATCH 00/13] atomics: API cleanups

From: Mark Rutland
Date: Thu May 24 2018 - 03:34:42 EST


On Wed, May 23, 2018 at 07:18:17PM +0200, Peter Zijlstra wrote:
> On Wed, May 23, 2018 at 02:35:20PM +0100, Mark Rutland wrote:
> > This series contains a few cleanups of the atomic API, fixing an
> > inconsistency between atomic_* and atomic64_*, and minimizing repetition
> > in arch code. This is nicer for arch code, and the improved regularity
> > will help when generating the atomic headers in future.

> Thanks for this Mark,
>
> Acked-by: Peter Zijlstra (Intel) <peterz@xxxxxxxxxxxxx>

Cheers!

> Ingo, can you magic this into tip somewhere?

FWIW, I've accumulated acks (and fixed the typo in patch two) in my branch at:

git://git.kernel.org/pub/scm/linux/kernel/git/mark/linux.git atomics/api-cleanup

Thanks,
Mark.