From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1759265Ab1EMNEZ (ORCPT ); Fri, 13 May 2011 09:04:25 -0400 Received: from mx2.mail.elte.hu ([157.181.151.9]:49809 "EHLO mx2.mail.elte.hu" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1759122Ab1EMNEY (ORCPT ); Fri, 13 May 2011 09:04:24 -0400 Date: Fri, 13 May 2011 15:04:14 +0200 From: Ingo Molnar To: Yinghai Lu Cc: paulmck@linux.vnet.ibm.com, linux-kernel@vger.kernel.org Subject: Re: [GIT PULL rcu/next] rcu commits for 2.6.40 Message-ID: <20110513130414.GA6863@elte.hu> References: <4DCAFFD8.2080605@kernel.org> <4DCB157F.20202@kernel.org> <20110512060344.GB3191@elte.hu> <4DCB8BCD.1080607@kernel.org> <4DCB8F7A.90603@kernel.org> <20110512092013.GJ2258@linux.vnet.ibm.com> <4DCC52FB.6030500@kernel.org> <4DCC894D.3070204@kernel.org> <20110513084253.GE13647@elte.hu> <20110513121906.GA3676@elte.hu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20110513121906.GA3676@elte.hu> User-Agent: Mutt/1.5.20 (2009-08-17) X-ELTE-SpamScore: -2.0 X-ELTE-SpamLevel: X-ELTE-SpamCheck: no X-ELTE-SpamVersion: ELTE 2.0 X-ELTE-SpamCheck-Details: score=-2.0 required=5.9 tests=BAYES_00 autolearn=no SpamAssassin version=3.3.1 -2.0 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Ingo Molnar wrote: > btw., i'm seeing a boot hang too, with the attached config: > > PM: Adding info for platform:serial8250 > serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A > device: 'ttyS0': device_add > PM: Adding info for No Bus:ttyS0 > INFO: rcu_sched_state detected stalls on CPUs/tasks: { 0} (detected by 1, t=6002 jiffies) > INFO: rcu_sched_state detected stalls on CPUs/tasks: { 0} (detected by 1, t=24034 jiffies) > INFO: rcu_sched_state detected stalls on CPUs/tasks: { 0} (detected by 1, t=42066 jiffies) > INFO: rcu_sched_state detected stalls on CPUs/tasks: { 0} (detected by 1, t=6002 jiffies) > INFO: rcu_sched_state detected stalls on CPUs/tasks: { 0} (detected by 1, t=24034 jiffies) > > (and the stall warnings go on forever) I started bisecting this, and the two relevant endpoints: bad: 11c476f: net,rcu: convert call_rcu(prl_entry_destroy_rcu) to kfree good: 0ee5623f: Linux 2.6.39-rc6 very clearly indicate that this is an RCU regression. Thanks, Ingo