From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753550AbdEQLEK (ORCPT ); Wed, 17 May 2017 07:04:10 -0400 Received: from mx0b-001b2d01.pphosted.com ([148.163.158.5]:46993 "EHLO mx0a-001b2d01.pphosted.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1752548AbdEQLEG (ORCPT ); Wed, 17 May 2017 07:04:06 -0400 Date: Wed, 17 May 2017 04:04:02 -0700 From: "Paul E. McKenney" To: Valentin Rothberg Cc: LKML Subject: Re: rcu: NO_HZ_FULL_SYSIDLE leftovers Reply-To: paulmck@linux.vnet.ibm.com References: 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: 17051711-0048-0000-0000-00000185210E X-IBM-SpamModules-Scores: X-IBM-SpamModules-Versions: BY=3.00007077; HX=3.00000241; KW=3.00000007; PH=3.00000004; SC=3.00000212; SDB=6.00861705; UDB=6.00427420; IPR=6.00641368; BA=6.00005353; NDR=6.00000001; ZLA=6.00000005; ZF=6.00000009; ZB=6.00000000; ZP=6.00000000; ZH=6.00000000; ZU=6.00000002; MB=3.00015489; XFM=3.00000015; UTC=2017-05-17 11:04:04 X-IBM-AV-DETECTION: SAVI=unused REMOTE=unused XFE=unused x-cbparentid: 17051711-0049-0000-0000-000041291088 Message-Id: <20170517110402.GH3956@linux.vnet.ibm.com> X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:,, definitions=2017-05-17_09:,, 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-1705170086 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, May 17, 2017 at 07:48:03AM +0200, Valentin Rothberg wrote: > Hi Paul, > > I stumbled upon your commit 1cb830954ef9 ("rcu: Remove nohz_full > full-system-idle state machine") as ./scripts/checkkconfigsymbols.py > reported that there are some remaining references on the removed > Kconfig symbol 'NO_HZ_FULL_SYSIDLE'. I couldn't find any commit > removing them on LKML, and as I am unsure if you like to keep the > affected code, I want to report it to you. > > To get the report in linux-next: > $ checkkconfigsymbols.py --diff next-20170516..next-20170517 --find Good point, that was an oversight on my part. Just started tests with the remaining code removed, thank you for reporting it! Thanx, Paul