Re: RCU warning during UBI file system mount

2012-09-04 Thread Shawn Guo
On Tue, Sep 04, 2012 at 08:43:12AM -0700, Subodh Nijsure wrote: > MX28 is ARM device. I removed following from my config and these > warnings went away. > > CONFIG_CPU_IDLE=y > CONFIG_CPU_IDLE_GOV_LADDER=y > CONFIG_CPU_IDLE_GOV_MENU=y > There is no cpuidle implemented on imx28. I do not

Re: RCU warning during UBI file system mount

2012-09-04 Thread Paul E. McKenney
On Tue, Sep 04, 2012 at 10:46:36AM +0300, Artem Bityutskiy wrote: > Let's CC LKML and Paul. > > > On Sat, 2012-09-01 at 22:19 -0700, Subodh Nijsure wrote: > > Hello, > > > > I am running 3.6-rc4 kernel on my MX28 based board and every time I > > mount UBI file system I see following warning.

Re: RCU warning during UBI file system mount

2012-09-04 Thread Artem Bityutskiy
Let's CC LKML and Paul. On Sat, 2012-09-01 at 22:19 -0700, Subodh Nijsure wrote: > Hello, > > I am running 3.6-rc4 kernel on my MX28 based board and every time I > mount UBI file system I see following warning. > Anybody else seen this errors, particularly those running it on MXS > platform?

Re: RCU warning during UBI file system mount

2012-09-04 Thread Artem Bityutskiy
Let's CC LKML and Paul. On Sat, 2012-09-01 at 22:19 -0700, Subodh Nijsure wrote: Hello, I am running 3.6-rc4 kernel on my MX28 based board and every time I mount UBI file system I see following warning. Anybody else seen this errors, particularly those running it on MXS platform? I

Re: RCU warning during UBI file system mount

2012-09-04 Thread Paul E. McKenney
On Tue, Sep 04, 2012 at 10:46:36AM +0300, Artem Bityutskiy wrote: Let's CC LKML and Paul. On Sat, 2012-09-01 at 22:19 -0700, Subodh Nijsure wrote: Hello, I am running 3.6-rc4 kernel on my MX28 based board and every time I mount UBI file system I see following warning. Anybody

Re: RCU warning during UBI file system mount

2012-09-04 Thread Shawn Guo
On Tue, Sep 04, 2012 at 08:43:12AM -0700, Subodh Nijsure wrote: MX28 is ARM device. I removed following from my config and these warnings went away. CONFIG_CPU_IDLE=y CONFIG_CPU_IDLE_GOV_LADDER=y CONFIG_CPU_IDLE_GOV_MENU=y There is no cpuidle implemented on imx28. I do not understand how