Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753146AbdHVTgX (ORCPT ); Tue, 22 Aug 2017 15:36:23 -0400 Received: from mx0a-001b2d01.pphosted.com ([148.163.156.1]:55996 "EHLO mx0a-001b2d01.pphosted.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752650AbdHVTgU (ORCPT ); Tue, 22 Aug 2017 15:36:20 -0400 Date: Tue, 22 Aug 2017 12:36:20 -0700 From: "Paul E. McKenney" To: Stephen Rothwell Cc: Linux-Next Mailing List , Linux Kernel Mailing List , ppc-dev , Nicholas Piggin Subject: Re: linux-next: Tree for Aug 22 Reply-To: paulmck@linux.vnet.ibm.com References: <20170822183816.7925e0f8@canb.auug.org.au> <20170823041117.780097f7@canb.auug.org.au> <20170823041424.1dddeb2d@canb.auug.org.au> <20170822185923.GE11320@linux.vnet.ibm.com> <20170823051216.34f2c09f@canb.auug.org.au> <20170822193231.GF11320@linux.vnet.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170822193231.GF11320@linux.vnet.ibm.com> User-Agent: Mutt/1.5.21 (2010-09-15) X-TM-AS-GCONF: 00 x-cbid: 17082219-0036-0000-0000-0000025CBC07 X-IBM-SpamModules-Scores: X-IBM-SpamModules-Versions: BY=3.00007592; HX=3.00000241; KW=3.00000007; PH=3.00000004; SC=3.00000223; SDB=6.00906135; UDB=6.00454135; IPR=6.00686336; BA=6.00005550; NDR=6.00000001; ZLA=6.00000005; ZF=6.00000009; ZB=6.00000000; ZP=6.00000000; ZH=6.00000000; ZU=6.00000002; MB=3.00016816; XFM=3.00000015; UTC=2017-08-22 19:36:16 X-IBM-AV-DETECTION: SAVI=unused REMOTE=unused XFE=unused x-cbparentid: 17082219-0037-0000-0000-00004185D3C1 Message-Id: <20170822193620.GA7752@linux.vnet.ibm.com> X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:,, definitions=2017-08-22_08:,, signatures=0 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 spamscore=0 suspectscore=0 malwarescore=0 phishscore=0 adultscore=0 bulkscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.0.1-1707230000 definitions=main-1708220300 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1575 Lines: 42 On Tue, Aug 22, 2017 at 12:32:31PM -0700, Paul E. McKenney wrote: > On Wed, Aug 23, 2017 at 05:12:16AM +1000, Stephen Rothwell wrote: > > Hi Paul, > > > > On Tue, 22 Aug 2017 11:59:23 -0700 "Paul E. McKenney" wrote: > > > > > > On Wed, Aug 23, 2017 at 04:14:24AM +1000, Stephen Rothwell wrote: > > > > Hi all, > > > > > > > > On Wed, 23 Aug 2017 04:11:17 +1000 Stephen Rothwell wrote: > > > > > > > > > > This tree fails to boot on my qemu test. 2 boot logs attached. > > > > > > > > > > Paul, Nick, is this the same/similar to the other RCU/lockup bug you > > > > > are chasing. This is the first time I have seen this failure. > > > > > > > > > > This qemu boot is in full emulation mode if I add --enable-kvm to the > > > > > qemu command, it does not fail to boot. (the test just boots and then shuts down) > > > > > > > > Boot logs attached this time. > > > > > > That does not look good! > > > > > > Given that the hard lockup happened during timer lock acquisition, I > > > have to ask if you built with lockdep... > > > > $ grep LOCKDEP .config > > CONFIG_LOCKDEP_SUPPORT=y > > > > so, no. This is just a powerpc pseries_le_defconfig build. > > This is without Nick's recent patch, I am guessing? > > Hmmm... My testing of that patch omitted lockdep as well. Rerunning > on the full set of rcutorture scenarios... To complete the thought, if you aren't already using it, I suggest applying Nick's patch: http://lkml.kernel.org/r/20170822084348.21436-1-npiggin@gmail.com Thanx, Paul