Received: by 10.223.164.221 with SMTP id h29csp154622wrb; Fri, 3 Nov 2017 07:05:08 -0700 (PDT) X-Google-Smtp-Source: ABhQp+TeHS32NORKSjl9tsQ5sA6Qg7e7D6u0mCxG6NBfpsA//Qqqdsh8URwvlaEWVY7Bd0d7NNHx X-Received: by 10.159.197.70 with SMTP id d6mr6033658plo.8.1509717908720; Fri, 03 Nov 2017 07:05:08 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1509717908; cv=none; d=google.com; s=arc-20160816; b=MBaZvXRlrQ2biEa+zDmNUiy67s/dGDtJNFBfcjH4sA2jKvGqhZyeEXGbXm0Asb4jK3 1UkS/aWNuNwRguya+GayvytUud04cSBNfOpO+3NR8vVAlaJQ9AtUezlSh4a3bwow8BQN UMhTLbpve9It6OPlsaozciVEp5gw7a8wQ1/ktVx/mrN7rQX3K0cl5W577A17m4hVRdGR 8p0jGlCWUWpuW0CVejwFHAuH8lm6YSGT5DFimSn6VOo59+qLzC3d4NfVJfFTycuFqSNE O+sbN3O9c6b7Jz6jT2y/dFwOSa6zXG/S5f0dMDzwu/jU6aBqnEtK2ezINbrJpVr+DyTk D2jg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:in-reply-to :mime-version:user-agent:date:message-id:from:references:to:subject :arc-authentication-results; bh=ZwcjiMEAG/dTHK8yTnt8siZCjanh5M6x62BwgOAMkrA=; b=HwupoxqIsHyFCFYHE8lneMwy9ohgLlLZyHiSEyKzrtfbUl8ZSJn/TUeh/WVV0vPmVn xgsVuwyRr2fse8Sl6J6mAzo7Hqu3kFRxcYRSr3XpkSin6bsHNG8q3DrUQ5WGa4VX4i4m Nrd18x+8CvmGNi3H14FF3Lmg3Voto6B+xuUMID/+h/PoNvGtB6I5VIcmlryjdDFmKF47 vs1E7H7l+P6codz4pBU2cErSr0l0YCO0SjENWZHp3OYtmfkCI2wpgt3ouVKEwxnnHz5Q 9B+KKaf5cKSBOQTv/kNGmK3vzshaR9bK60t72fAnHV5UQglsn52D6RFKhRJQXpZsjl2R t+Dg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id u25si6499059pfk.246.2017.11.03.07.04.40; Fri, 03 Nov 2017 07:05:08 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756461AbdKCOEG (ORCPT + 95 others); Fri, 3 Nov 2017 10:04:06 -0400 Received: from mail1.windriver.com ([147.11.146.13]:35558 "EHLO mail1.windriver.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755972AbdKCOEF (ORCPT ); Fri, 3 Nov 2017 10:04:05 -0400 Received: from ALA-HCA.corp.ad.wrs.com (ala-hca.corp.ad.wrs.com [147.11.189.40]) by mail1.windriver.com (8.15.2/8.15.1) with ESMTPS id vA3E434G028914 (version=TLSv1 cipher=AES128-SHA bits=128 verify=FAIL); Fri, 3 Nov 2017 07:04:03 -0700 (PDT) Received: from [128.224.163.162] (128.224.163.162) by ALA-HCA.corp.ad.wrs.com (147.11.189.50) with Microsoft SMTP Server (TLS) id 14.3.361.1; Fri, 3 Nov 2017 07:04:02 -0700 Subject: Re: [PATCH] selftests: remove obsolete kconfig fragment for cpu-hotplug To: Shuah Khan , , , Shuah Khan References: <1508292623-8479-1-git-send-email-lei.yang@windriver.com> <9006ac02-6217-f8c5-edaf-4b907fa043bd@osg.samsung.com> From: lei yang Message-ID: <3bba687f-763e-670b-59b5-779633cde1a1@windriver.com> Date: Fri, 3 Nov 2017 22:03:40 +0800 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.5.1 MIME-Version: 1.0 In-Reply-To: <9006ac02-6217-f8c5-edaf-4b907fa043bd@osg.samsung.com> Content-Type: text/plain; charset="utf-8"; format=flowed Content-Transfer-Encoding: 8bit X-Originating-IP: [128.224.163.162] Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 2017年11月03日 06:14, Shuah Khan wrote: > Hi Lei, > > On 10/17/2017 08:10 PM, lei.yang@windriver.com wrote: >> From: Lei Yang > Are you using git send-email to send patches. it is odd to see this > extra From: line. I just find it's caused by my git configuration. in .gitconfig, comment out below line, then the extra line disappears [sendemail] #from = lei.yang@windriver.com Lei >> Kconfig CONFIG_CPU_NOTIFIER_ERROR_INJECT has been removed since kernel 4.10 >> check commit: >> commit 530e9b76ae8f863dfdef4a6ad0b38613d32e8c3f >> Author: Thomas Gleixner >> Date: Wed Dec 21 20:19:53 2016 +0100 >> >> cpu/hotplug: Remove obsolete cpu hotplug register/unregister functions >> >> hotcpu_notifier(), cpu_notifier(), __hotcpu_notifier(), __cpu_notifier(), >> register_hotcpu_notifier(), register_cpu_notifier(), >> __register_hotcpu_notifier(), __register_cpu_notifier(), >> unregister_hotcpu_notifier(), unregister_cpu_notifier(), >> __unregister_hotcpu_notifier(), __unregister_cpu_notifier() >> > Please make sure your commit lines are 75 chars or less. Make sure you > run chekpatch script on your patches. > > I fixed these when I applied the patch. No need to resend this patch. > Please make sure to use git send-email and run checkpatch script on > your future patches. > >> Signed-off-by: Lei Yang > Applied to linux-kselftest next for 4.15-rc1. > >> --- >> tools/testing/selftests/cpu-hotplug/config | 1 - >> 1 file changed, 1 deletion(-) >> >> diff --git a/tools/testing/selftests/cpu-hotplug/config b/tools/testing/selftests/cpu-hotplug/config >> index e6ab090..d4aca2a 100644 >> --- a/tools/testing/selftests/cpu-hotplug/config >> +++ b/tools/testing/selftests/cpu-hotplug/config >> @@ -1,2 +1 @@ >> CONFIG_NOTIFIER_ERROR_INJECTION=y >> -CONFIG_CPU_NOTIFIER_ERROR_INJECT=m >> > thanks, > -- Shuah From 1583029586219394002@xxx Fri Nov 03 07:37:38 +0000 2017 X-GM-THRID: 1581601542568567111 X-Gmail-Labels: Inbox,Category Forums,HistoricalUnread