Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S934024AbcK2PK1 (ORCPT ); Tue, 29 Nov 2016 10:10:27 -0500 Received: from mx0a-001b2d01.pphosted.com ([148.163.156.1]:39821 "EHLO mx0a-001b2d01.pphosted.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933969AbcK2PKK (ORCPT ); Tue, 29 Nov 2016 10:10:10 -0500 Date: Tue, 29 Nov 2016 07:10:04 -0800 From: "Paul E. McKenney" To: Peter Zijlstra Cc: Josh Poimboeuf , Vince Weaver , "linux-kernel@vger.kernel.org" , Ingo Molnar , Arnaldo Carvalho de Melo , "dvyukov@google.com" Subject: Re: perf: fuzzer BUG: KASAN: stack-out-of-bounds in __unwind_start Reply-To: paulmck@linux.vnet.ibm.com References: <20161128215411.fkis7bbimjy4v4j7@treble> <20161129004021.GL3924@linux.vnet.ibm.com> <20161129055241.6dy2dt4q4ptazk2s@treble> <20161129124323.GJ3092@twins.programming.kicks-ass.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20161129124323.GJ3092@twins.programming.kicks-ass.net> User-Agent: Mutt/1.5.21 (2010-09-15) X-TM-AS-GCONF: 00 X-Content-Scanned: Fidelis XPS MAILER x-cbid: 16112915-0008-0000-0000-00000633E659 X-IBM-SpamModules-Scores: X-IBM-SpamModules-Versions: BY=3.00006163; HX=3.00000240; KW=3.00000007; PH=3.00000004; SC=3.00000193; SDB=6.00786917; UDB=6.00380589; IPR=6.00564606; BA=6.00004926; NDR=6.00000001; ZLA=6.00000005; ZF=6.00000009; ZB=6.00000000; ZP=6.00000000; ZH=6.00000000; ZU=6.00000002; MB=3.00013479; XFM=3.00000011; UTC=2016-11-29 15:10:07 X-IBM-AV-DETECTION: SAVI=unused REMOTE=unused XFE=unused x-cbparentid: 16112915-0009-0000-0000-00003D6BB56B Message-Id: <20161129151004.GU3924@linux.vnet.ibm.com> X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:,, definitions=2016-11-29_01:,, 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-1609300000 definitions=main-1611290256 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1060 Lines: 26 On Tue, Nov 29, 2016 at 01:43:23PM +0100, Peter Zijlstra wrote: > On Mon, Nov 28, 2016 at 11:52:41PM -0600, Josh Poimboeuf wrote: > > > Did a little digging on git blame and found the following commit (which > > seems to be the cause of the KASAN warning and missing stack dump): > > > > bc1dce514e9b ("rcu: Don't use NMIs to dump other CPUs' stacks") > > > > I presume this commit is still needed because of the NMI printk deadlock > > issues which were discussed at Kernel Summit. I guess those issues need > > to be sorted out before the above commit can be reverted. > > Also, I most always run with these here patches applied: > > https://lkml.kernel.org/r/20161018170830.405990950@infradead.org > > People are very busy polishing the turd we call printk, but from where > I'm sitting its terminally and unfixably broken. > > I should certainly add a revert of the above commit to the stack of > patches I carry. This isn't making me feel particularly confident about switching RCU CPU stall warnings back to NMIs... ;-) Thanx, Paul