From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S934626AbdKBWZL (ORCPT ); Thu, 2 Nov 2017 18:25:11 -0400 Received: from mail5.windriver.com ([192.103.53.11]:42842 "EHLO mail5.wrs.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S934407AbdKBWZK (ORCPT ); Thu, 2 Nov 2017 18:25:10 -0400 From: "Yang, Lei" To: Shuah Khan CC: "linux-kselftest@vger.kernel.org" , "linux-kernel@vger.kernel.org" , Shuah Khan Subject: Re: [PATCH] selftests: remove obsolete kconfig fragment for cpu-hotplug Thread-Topic: [PATCH] selftests: remove obsolete kconfig fragment for cpu-hotplug Thread-Index: AQHTR7ZFIel38ktd10+mWf264rcMsKMCNcEAgAADA4A= Date: Thu, 2 Nov 2017 22:25:06 +0000 Message-ID: References: <1508292623-8479-1-git-send-email-lei.yang@windriver.com> <9006ac02-6217-f8c5-edaf-4b907fa043bd@osg.samsung.com> In-Reply-To: <9006ac02-6217-f8c5-edaf-4b907fa043bd@osg.samsung.com> Accept-Language: en-US Content-Language: zh-CN X-MS-Has-Attach: X-MS-TNEF-Correlator: Content-Type: text/plain; charset="gb2312" Content-ID: <572024BD18A49A48AEDDA3953B90E1C6@local> MIME-Version: 1.0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from base64 to 8bit by nfs id vA2MQ3qR009282 > 在 2017年11月3日,06:14,Shuah Khan 写道: > > 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 use send-email. I'll use checkpatch script before sending, thanks for reminding 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