From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1759002Ab0CMR4W (ORCPT ); Sat, 13 Mar 2010 12:56:22 -0500 Received: from hrndva-omtalb.mail.rr.com ([71.74.56.122]:35937 "EHLO hrndva-omtalb.mail.rr.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758900Ab0CMR4T (ORCPT ); Sat, 13 Mar 2010 12:56:19 -0500 X-Authority-Analysis: v=1.0 c=1 a=u-VO3dv88eYA:10 a=7U3hwN5JcxgA:10 a=Q9fys5e9bTEA:10 a=yXL9yh5uDUXjRgDlxN0A:9 a=TkCly0IQbWQrXvEIar8FHDgzqQwA:4 a=PUjeQqilurYA:10 X-Cloudmark-Score: 0 X-Originating-IP: 74.67.89.75 Subject: Re: 2.6.33: ftrace triggers soft lockup From: Steven Rostedt Reply-To: rostedt@goodmis.org To: Li Zefan Cc: Lai Jiangshan , Frederic Weisbecker , =?ISO-8859-1?Q?Am=E9rico?= Wang , LKML , Ingo Molnar In-Reply-To: <1268446049.4471.787.camel@gandalf.stny.rr.com> References: <2375c9f91003022204p5bdab1fdj3b3500998575fc28@mail.gmail.com> <1267710847.10871.102.camel@gandalf.stny.rr.com> <2375c9f91003042014y17588865g8f9110e666ac2456@mail.gmail.com> <2375c9f91003042316g6e774d60n90dfc4784d3b66bf@mail.gmail.com> <1267801603.10871.1725.camel@gandalf.stny.rr.com> <20100305171614.GC5244@nowhere> <4B94A816.4090608@cn.fujitsu.com> <1268061312.10871.1810.camel@gandalf.stny.rr.com> <4B95AE4E.6060700@cn.fujitsu.com> <1268101394.10871.1861.camel@gandalf.stny.rr.com> <4B95C2AF.7010508@cn.fujitsu.com> <1268446049.4471.787.camel@gandalf.stny.rr.com> Content-Type: text/plain; charset="ISO-8859-15" Organization: Kihon Technologies Inc. Date: Sat, 13 Mar 2010 12:56:16 -0500 Message-ID: <1268502976.4471.798.camel@gandalf.stny.rr.com> Mime-Version: 1.0 X-Mailer: Evolution 2.28.2 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, 2010-03-12 at 21:07 -0500, Steven Rostedt wrote: > On Tue, 2010-03-09 at 11:38 +0800, Li Zefan wrote: > > > The segfault is from userspace. This is a segfault I just got: > > > > ftrace_stack_ma[14989]: segfault at fe2e ip 00000000004474c0 sp 00007fffb97e38c0 error 4 in bash[400000+d1000] > > Li and Lai, > > Thanks a lot for reporting all this, and writing the ftrace_stress_test. > I've fixed all the bugs that it has reported (to my knowledge) and after > a little more testing I will soon be sending a patch series out. Li, I ran your test for 13 hours on three different machines. I did not hit any more errors. Although I see a lockdep warning (not a locking problem but the WARN_ON in fork.c is triggering). I'll look into that on Monday. Please take the new patches that Ingo just pushed to Linus, if you find any more bugs, please let me know right away. Thanks! -- Steve