From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Gleixner Subject: Re: [ANNOUNCE] 3.0-rt4 Date: Thu, 28 Jul 2011 19:43:43 +0200 (CEST) Message-ID: References: <20110728174123.GA10751@linux.vnet.ibm.com> Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: LKML , linux-rt-users , Peter Zijlstra , Steven Rostedt , Jason Wessel To: "Paul E. McKenney" Return-path: Received: from www.linutronix.de ([62.245.132.108]:36267 "EHLO Galois.linutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755365Ab1G1Rnq (ORCPT ); Thu, 28 Jul 2011 13:43:46 -0400 In-Reply-To: <20110728174123.GA10751@linux.vnet.ibm.com> Sender: linux-rt-users-owner@vger.kernel.org List-ID: On Thu, 28 Jul 2011, Paul E. McKenney wrote: > On Wed, Jul 27, 2011 at 11:37:09PM +0200, Thomas Gleixner wrote: > > Dear RT Folks, > > > > I'm pleased to announce the 3.0-rt4 release. > > 3.0-rt5 boots single-CPU under KVM on a 32-bit laptop. Also with "-smp > 2". It even survived a minute or so of rcutorture in both cases. ;-) > > Some weirdness with interactivity -- if the system is idle aside from > rcutorture, the rcutorture.stat_interval console messages don't come > out unless I hit "enter" on the console. But if I run "top", they do > come out regularly. Might well be KVM's fault, except that running > rcutorture on non-rt kernels doesn't exhibit this behavior. Nah, that's my lazy "avoid printing from atomic context" hack :) > I guess I should try RCU_BOOST=y, then... Good luck :)