[PATCH v2 3/3] sched/preempt: fix cond_resched_lock() and cond_resched_softirq()
Eric Dumazet
eric.dumazet at gmail.com
Wed Jul 15 22:16:36 AEST 2015
On Wed, 2015-07-15 at 12:52 +0300, Konstantin Khlebnikov wrote:
> These functions check should_resched() before unlocking spinlock/bh-enable:
> preempt_count always non-zero => should_resched() always returns false.
> cond_resched_lock() worked iff spin_needbreak is set.
Interesting, this definitely used to work (linux-3.11)
Any idea of which commit broke things ?
More information about the Linuxppc-dev
mailing list