Re: wake_up on wait-queue called from hard-irq context in 3.10.63-rt65

2016-06-27 Thread Steven Rostedt
On Wed, Apr 27, 2016 at 12:55:47PM +0200, Andreas Starzer wrote: > This Bug was already fixed in rcutiny_plugin.h with changing the > wait-queue to simple-waiter. > > Found this bug with 3.10.63-rt65 in rcutree_plugin.h too. (It is not > fixed in current 3.10-release) > > SVC (hard-irq-context)

Re: wake_up on wait-queue called from hard-irq context in 3.10.63-rt65

2016-06-27 Thread Steven Rostedt
On Wed, Apr 27, 2016 at 12:55:47PM +0200, Andreas Starzer wrote: > This Bug was already fixed in rcutiny_plugin.h with changing the > wait-queue to simple-waiter. > > Found this bug with 3.10.63-rt65 in rcutree_plugin.h too. (It is not > fixed in current 3.10-release) > > SVC (hard-irq-context)

Re: wake_up on wait-queue called from hard-irq context in 3.10.63-rt65

2016-04-27 Thread Paul E. McKenney
On Wed, Apr 27, 2016 at 12:55:47PM +0200, Andreas Starzer wrote: > This Bug was already fixed in rcutiny_plugin.h with changing the > wait-queue to simple-waiter. > > Found this bug with 3.10.63-rt65 in rcutree_plugin.h too. (It is not > fixed in current 3.10-release) > > SVC (hard-irq-context)

Re: wake_up on wait-queue called from hard-irq context in 3.10.63-rt65

2016-04-27 Thread Paul E. McKenney
On Wed, Apr 27, 2016 at 12:55:47PM +0200, Andreas Starzer wrote: > This Bug was already fixed in rcutiny_plugin.h with changing the > wait-queue to simple-waiter. > > Found this bug with 3.10.63-rt65 in rcutree_plugin.h too. (It is not > fixed in current 3.10-release) > > SVC (hard-irq-context)

wake_up on wait-queue called from hard-irq context in 3.10.63-rt65

2016-04-27 Thread Andreas Starzer
This Bug was already fixed in rcutiny_plugin.h with changing the wait-queue to simple-waiter. Found this bug with 3.10.63-rt65 in rcutree_plugin.h too. (It is not fixed in current 3.10-release) SVC (hard-irq-context) for scheduling tries to wake-up wait-queue waiters and therefore simple-waiter

wake_up on wait-queue called from hard-irq context in 3.10.63-rt65

2016-04-27 Thread Andreas Starzer
This Bug was already fixed in rcutiny_plugin.h with changing the wait-queue to simple-waiter. Found this bug with 3.10.63-rt65 in rcutree_plugin.h too. (It is not fixed in current 3.10-release) SVC (hard-irq-context) for scheduling tries to wake-up wait-queue waiters and therefore simple-waiter