Re: [ANNOUNCE] 3.10.9-rt5

2013-08-31 Thread Paul E. McKenney
On Thu, Aug 22, 2013 at 08:24:23PM +0200, Sebastian Andrzej Siewior wrote: > * Sebastian Andrzej Siewior | 2013-08-22 20:21:27 [+0200]: > > >Changes since v3.10.9-rt4 > >- swait fixes from Steven. It fixed the issues with CONFIG_RCU_NOCB_CPU > > where the system suddenly froze and RCU wasn't doin

Re: [ANNOUNCE] 3.10.9-rt5

2013-08-23 Thread Fernando Lopez-Lezcano
On 08/23/2013 10:56 AM, Sebastian Andrzej Siewior wrote: * Fernando Lopez-Lezcano | 2013-08-23 10:18:08 [-0700]: Please post a patch when/if you have it so I can retry the build... Thanks for taking a look at this! Does this fix your trobule? Yes, it does, thanks! Builds, installs and boots

Re: [ANNOUNCE] 3.10.9-rt5

2013-08-23 Thread Sebastian Andrzej Siewior
* Fernando Lopez-Lezcano | 2013-08-23 10:18:08 [-0700]: >Please post a patch when/if you have it so I can retry the build... >Thanks for taking a look at this! Does this fix your trobule? diff --git a/drivers/misc/hwlat_detector.c b/drivers/misc/hwlat_detector.c index 0bfa40d..6f61d5f 100644 ---

Re: [ANNOUNCE] 3.10.9-rt5

2013-08-23 Thread Fernando Lopez-Lezcano
On 08/23/2013 12:08 AM, Sebastian Andrzej Siewior wrote: On 08/23/2013 07:50 AM, Fernando Lopez-Lezcano wrote: On 08/22/2013 11:21 AM, Sebastian Andrzej Siewior wrote: - hwlat improvements by Steven Known issues: ... Trying to build I get (in make modules): ERROR: "__udivdi3" [drivers/misc/h

Re: [ANNOUNCE] 3.10.9-rt5

2013-08-23 Thread Sebastian Andrzej Siewior
On 08/23/2013 07:50 AM, Fernando Lopez-Lezcano wrote: > On 08/22/2013 11:21 AM, Sebastian Andrzej Siewior wrote: >> - hwlat improvements by Steven >> >> Known issues: > ... > Trying to build I get (in make modules): > > ERROR: "__udivdi3" [drivers/misc/hwlat_detector.ko] undefined! > make[1]: ***

Re: [ANNOUNCE] 3.10.9-rt5

2013-08-23 Thread Sebastian Andrzej Siewior
On 08/22/2013 08:53 PM, Steven Rostedt wrote: >> - bcache does not compile. > > For now, it may be prudent to just make bcache depend on !PREEMPT_RT. > > I can send a patch if you want. I was tempted to take one of your two patches. Haven't deiced yet. > -- Steve Sebastian -- To unsubscr

Re: [ANNOUNCE] 3.10.9-rt5

2013-08-22 Thread Fernando Lopez-Lezcano
On 08/22/2013 11:21 AM, Sebastian Andrzej Siewior wrote: Dear RT folks! I'm pleased to announce the v3.10.9-rt5 patch set. Thanks!, Changes since v3.10.9-rt4 - swait fixes from Steven. It fixed the issues with CONFIG_RCU_NOCB_CPU where the system suddenly froze and RCU wasn't doing its jo

Re: [ANNOUNCE] 3.10.9-rt5

2013-08-22 Thread Steven Rostedt
On Thu, 22 Aug 2013 20:21:27 +0200 Sebastian Andrzej Siewior wrote: > Known issues: > > - SLAB support not working > > - The cpsw network driver shows some issues. > > - bcache does not compile. For now, it may be prudent to just make bcache depend on !PREEMPT_RT. I can sen

Re: [ANNOUNCE] 3.10.9-rt5

2013-08-22 Thread Sebastian Andrzej Siewior
* Sebastian Andrzej Siewior | 2013-08-22 20:21:27 [+0200]: >Changes since v3.10.9-rt4 >- swait fixes from Steven. It fixed the issues with CONFIG_RCU_NOCB_CPU > where the system suddenly froze and RCU wasn't doing its job Also a big thanks to Carsten Emde and Paul E. McKenney for finding and de

[ANNOUNCE] 3.10.9-rt5

2013-08-22 Thread Sebastian Andrzej Siewior
Dear RT folks! I'm pleased to announce the v3.10.9-rt5 patch set. Changes since v3.10.9-rt4 - swait fixes from Steven. It fixed the issues with CONFIG_RCU_NOCB_CPU where the system suddenly froze and RCU wasn't doing its job anymore - hwlat improvements by Steven Known issues: - SLAB su