Re: [PATCH v3 00/10] Rework REFCOUNT_FULL using atomic_fetch_* operations

2019-10-09 Thread Hanjun Guo
On 2019/10/7 23:46, Will Deacon wrote: > Hi all, > > This is version three of the patches I previously posted here: > > v1: https://lkml.kernel.org/r/20190802101000.12958-1-w...@kernel.org > v2: https://lkml.kernel.org/r/20190827163204.29903-1-w...@kernel.org > > Changes since v2 include: >

[PATCH v3 00/10] Rework REFCOUNT_FULL using atomic_fetch_* operations

2019-10-07 Thread Will Deacon
Hi all, This is version three of the patches I previously posted here: v1: https://lkml.kernel.org/r/20190802101000.12958-1-w...@kernel.org v2: https://lkml.kernel.org/r/20190827163204.29903-1-w...@kernel.org Changes since v2 include: - Remove the x86 assembly version and enable this code