Re: [PATCH 4.1 39/46] sched/preempt: Fix cond_resched_lock() and cond_resched_softirq()

2015-10-23 Thread Greg Kroah-Hartman
On Fri, Oct 23, 2015 at 11:14:30PM +0300, Thomas Backlund wrote: > Den 23.10.2015 kl. 20:46, skrev Greg Kroah-Hartman: > >4.1-stable review patch. If anyone has any objections, please let me know. > > > >-- > > > >From: Konstantin Khlebnikov > > > >commit

Re: [PATCH 4.1 39/46] sched/preempt: Fix cond_resched_lock() and cond_resched_softirq()

2015-10-23 Thread Thomas Backlund
Den 23.10.2015 kl. 20:46, skrev Greg Kroah-Hartman: 4.1-stable review patch. If anyone has any objections, please let me know. -- From: Konstantin Khlebnikov commit fe32d3cd5e8eb0f82e459763374aa80797023403 upstream. This one broke drivers/xen/ build

[PATCH 4.1 39/46] sched/preempt: Fix cond_resched_lock() and cond_resched_softirq()

2015-10-23 Thread Greg Kroah-Hartman
4.1-stable review patch. If anyone has any objections, please let me know. -- From: Konstantin Khlebnikov commit fe32d3cd5e8eb0f82e459763374aa80797023403 upstream. These functions check should_resched() before unlocking spinlock/bh-enable: preempt_count always non-zero =>

Re: [PATCH 4.1 39/46] sched/preempt: Fix cond_resched_lock() and cond_resched_softirq()

2015-10-23 Thread Thomas Backlund
Den 23.10.2015 kl. 20:46, skrev Greg Kroah-Hartman: 4.1-stable review patch. If anyone has any objections, please let me know. -- From: Konstantin Khlebnikov commit fe32d3cd5e8eb0f82e459763374aa80797023403 upstream. This one broke drivers/xen/

Re: [PATCH 4.1 39/46] sched/preempt: Fix cond_resched_lock() and cond_resched_softirq()

2015-10-23 Thread Greg Kroah-Hartman
On Fri, Oct 23, 2015 at 11:14:30PM +0300, Thomas Backlund wrote: > Den 23.10.2015 kl. 20:46, skrev Greg Kroah-Hartman: > >4.1-stable review patch. If anyone has any objections, please let me know. > > > >-- > > > >From: Konstantin Khlebnikov > > >

[PATCH 4.1 39/46] sched/preempt: Fix cond_resched_lock() and cond_resched_softirq()

2015-10-23 Thread Greg Kroah-Hartman
4.1-stable review patch. If anyone has any objections, please let me know. -- From: Konstantin Khlebnikov commit fe32d3cd5e8eb0f82e459763374aa80797023403 upstream. These functions check should_resched() before unlocking spinlock/bh-enable: