Re: preempt rcu bug on s390

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Heiko Carstens
Date: Sunday, February 10, 2008 - 6:01 am

> > > > Using CONFIG_PREEMPT_RCU and CONFIG_NO_IDLE_HZ on s390 my system always

Actually I forgot to add a few ifdefs to make the code do something :)
That just reveals that we have a conflict with the dynticks implementation
and s390's nohz that shows up in what rcu_irq_enter/exit assume.
I didn't patch s390 and common code so it will work, but I think the
patch you mentionened will fix the problem I reported.
So I guess we should either convert s390 to use the generic dynticks
implementation or disable preemptible rcu on s390 until we converted
our code.

Thanks for helping debugging this!
--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
preempt rcu bug on s390, Heiko Carstens, (Sat Feb 9, 4:34 am)
Re: preempt rcu bug on s390, Paul E. McKenney, (Sat Feb 9, 7:07 am)
Re: preempt rcu bug on s390, Heiko Carstens, (Sat Feb 9, 10:14 am)
Re: preempt rcu bug on s390, Paul E. McKenney, (Sat Feb 9, 3:02 pm)
Re: preempt rcu bug on s390, Heiko Carstens, (Sun Feb 10, 6:01 am)
Re: preempt rcu bug on s390, Paul E. McKenney, (Sun Feb 10, 10:43 am)
Re: preempt rcu bug on s390, Steven Rostedt, (Mon Feb 11, 8:37 am)