Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756805AbYBJNCL (ORCPT ); Sun, 10 Feb 2008 08:02:11 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752892AbYBJNB4 (ORCPT ); Sun, 10 Feb 2008 08:01:56 -0500 Received: from mtagate1.de.ibm.com ([195.212.29.150]:43151 "EHLO mtagate1.de.ibm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752084AbYBJNBz (ORCPT ); Sun, 10 Feb 2008 08:01:55 -0500 Date: Sun, 10 Feb 2008 14:01:50 +0100 From: Heiko Carstens To: "Paul E. McKenney" Cc: Gautham R Shenoy , Dipankar Sarma , Steven Rostedt , Ingo Molnar , Martin Schwidefsky , linux-kernel@vger.kernel.org Subject: Re: preempt rcu bug on s390 Message-ID: <20080210130150.GA9044@osiris.ibm.com> References: <20080209113435.GA6915@osiris.boeblingen.de.ibm.com> <20080209140711.GA16205@linux.vnet.ibm.com> <20080209171451.GB8069@osiris.ibm.com> <20080209220226.GB16205@linux.vnet.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20080209220226.GB16205@linux.vnet.ibm.com> User-Agent: Mutt/1.5.16 (2007-06-09) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2002 Lines: 44 > > > > Using CONFIG_PREEMPT_RCU and CONFIG_NO_IDLE_HZ on s390 my system always > > > > gets stuck when running with more than one cpu. > > > > When booting with four cpus I get all four cpus caught withing cpu_idle > > > > and not advancing anymore. However there is the init process which is > > > > waitung for synchronize_rcu() to complete (lcrash output): > > > > > > > > If I change the code so that timer ticks won't be disabled everything > > > > runs fine. So my guess is that rcu_needs_cpu() doesn't do the right > > > > thing for the rcu preemptible case. > > > > > > > > Kernel version is git head of today. > > > > > > > > Any ideas? > > > > > > Does this tree have http://lkml.org/lkml/2008/1/29/208 applied? > > > > > > If not, could you please check it out? > > > > It's not applied, however it doesn't change anything. Also the patch > > is tied to the dynticks implementation which is differently from > > s390's nohz implementation. > > I had to add the patch below so it would make at least some sense. > > But it doesn't fix the problem. > > OK, I was afraid of that. ;-) > > Does s390 start out in nohz mode? The reason I ask is that it feels like > an off-by-one error for the dynticks_progress_counter. 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! -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/