Re: Introduce atomic_dec_and_lock_irqsave()

From: Sebastian Andrzej Siewior
Date: Wed May 30 2018 - 05:26:31 EST


On 2018-05-23 15:02:41 [+0200], Peter Zijlstra wrote:
> 1,5-6:
> Acked-by: Peter Zijlstra (Intel) <peterz@xxxxxxxxxxxxx>

I sucked them into my try tree an noticed this off by one, I applied the
tags to 1,4-5:
*ââ>[PATCH 1/5] spinlock: atomic_dec_and_lock: Add an irqsave variant
ââ>[PATCH 2/5] mm/backing-dev: Use irqsave variant of atomic_dec_and_lock()
ââ>[PATCH 3/5] kernel/user: Use irqsave variant of atomic_dec_and_lock()
*ââ>[PATCH 4/5] drivers/md/raid5: Use irqsave variant of atomic_dec_and_lock()
*ââ>[PATCH 5/5] drivers/md/raid5: Do not disable irq on release_inactive_stripe_list() call

as we talked about it.

Sebastian