Re: [PATCH v3 0/3] Introduce atomic_dec_and_lock_irqsave + refcount_dec_and_lock_irqsave()

2018-06-12 Thread Peter Zijlstra
On Tue, Jun 12, 2018 at 06:16:18PM +0200, Sebastian Andrzej Siewior wrote: > This patchset introduces atomic_dec_and_lock_irqsave() and > refcount_dec_and_lock_irqsave(). The individual user are not part of > this series. > The custom Alpha implementation of atomic_dec_and_lock() is removed >

Re: [PATCH v3 0/3] Introduce atomic_dec_and_lock_irqsave + refcount_dec_and_lock_irqsave()

2018-06-12 Thread Peter Zijlstra
On Tue, Jun 12, 2018 at 06:16:18PM +0200, Sebastian Andrzej Siewior wrote: > This patchset introduces atomic_dec_and_lock_irqsave() and > refcount_dec_and_lock_irqsave(). The individual user are not part of > this series. > The custom Alpha implementation of atomic_dec_and_lock() is removed >

[PATCH v3 0/3] Introduce atomic_dec_and_lock_irqsave + refcount_dec_and_lock_irqsave()

2018-06-12 Thread Sebastian Andrzej Siewior
This patchset introduces atomic_dec_and_lock_irqsave() and refcount_dec_and_lock_irqsave(). The individual user are not part of this series. The custom Alpha implementation of atomic_dec_and_lock() is removed because the decrement operation is not a RELEASE operation (pointed out by Peter

[PATCH v3 0/3] Introduce atomic_dec_and_lock_irqsave + refcount_dec_and_lock_irqsave()

2018-06-12 Thread Sebastian Andrzej Siewior
This patchset introduces atomic_dec_and_lock_irqsave() and refcount_dec_and_lock_irqsave(). The individual user are not part of this series. The custom Alpha implementation of atomic_dec_and_lock() is removed because the decrement operation is not a RELEASE operation (pointed out by Peter