From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751845AbdEATdQ (ORCPT ); Mon, 1 May 2017 15:33:16 -0400 Received: from mx0b-001b2d01.pphosted.com ([148.163.158.5]:51058 "EHLO mx0a-001b2d01.pphosted.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1751829AbdEATdK (ORCPT ); Mon, 1 May 2017 15:33:10 -0400 Date: Mon, 1 May 2017 12:33:09 -0700 From: "Paul E. McKenney" To: Thomas Gleixner Cc: Mike Galbraith , LKML , Ingo Molnar , Ingo Molnar , PeterZijlstra , Frederic Weisbecker Subject: Re: [patch] timer: Fix timers_update_migration(), and call it in tmigr_init() Reply-To: paulmck@linux.vnet.ibm.com References: <1493482000.4547.6.camel@gmx.de> <20170429180638.GI3956@linux.vnet.ibm.com> <1493490033.4339.3.camel@gmx.de> <20170429214544.GK3956@linux.vnet.ibm.com> <1493515318.5494.1.camel@gmx.de> <20170430034346.GO3956@linux.vnet.ibm.com> <1493526015.7220.6.camel@gmx.de> <20170430043637.GP3956@linux.vnet.ibm.com> <20170430224129.GA22724@linux.vnet.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) X-TM-AS-GCONF: 00 x-cbid: 17050119-0044-0000-0000-0000031C8F50 X-IBM-SpamModules-Scores: X-IBM-SpamModules-Versions: BY=3.00007007; HX=3.00000240; KW=3.00000007; PH=3.00000004; SC=3.00000208; SDB=6.00854834; UDB=6.00423004; IPR=6.00633996; BA=6.00005321; NDR=6.00000001; ZLA=6.00000005; ZF=6.00000009; ZB=6.00000000; ZP=6.00000000; ZH=6.00000000; ZU=6.00000002; MB=3.00015259; XFM=3.00000014; UTC=2017-05-01 19:33:08 X-IBM-AV-DETECTION: SAVI=unused REMOTE=unused XFE=unused x-cbparentid: 17050119-0045-0000-0000-0000074A98CC Message-Id: <20170501193309.GK3956@linux.vnet.ibm.com> X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:,, definitions=2017-05-01_14:,, 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-1703280000 definitions=main-1705010121 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, May 01, 2017 at 09:54:10AM +0200, Thomas Gleixner wrote: > On Sun, 30 Apr 2017, Paul E. McKenney wrote: > > > > And sadly, the splats are still there. Please see the following for > > the relevant console output and .config files: > > Right. We are working on fixing the issues. I'll zap it from tip for now. In case it helps... I looked over the rest of the rcutorture scenarios, and it looks like the problems occur for NO_HZ_FULL and more than two CPUs (though larger numbers of CPUs might well just be increasing the probability of this happening). The TEST07 scenario (which had the segfaults) also had CPU hotplug enabled, but !NO_HZ_FULL scenarios with CPU hotplug enabled did just fine (or at least had a much lower probability of occurrence). Thanx, Paul