Received: by 10.223.164.221 with SMTP id h29csp2746705wrb; Wed, 18 Oct 2017 06:19:29 -0700 (PDT) X-Google-Smtp-Source: AOwi7QBZ/abnJoYJUi6RMJBZ9X1dEoVbSgPGYMK+he+Za5wfE6mpf9TvNPlkoT+tDPPCTmf9WJ/s X-Received: by 10.98.137.156 with SMTP id n28mr14892791pfk.93.1508332769834; Wed, 18 Oct 2017 06:19:29 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1508332769; cv=none; d=google.com; s=arc-20160816; b=xsW6BVgmN6DexgBaib6Vuab72h8y0wO9d/eglzlSmACOjxILfciUhhMqigetE2yNCL oDmf6Jb6YdV0r78yrcU18rrFUFLNtl+301nEOB6kRZBjWxO94FFKhh8q/u3bUV2sS60B UVMhwV+FdKhnbASNs121OpQ4yCGT+IUhZD9TO9PmagYzPknw7H128Cot8YA5bZ8t71qA 72pF75up7JwlSKarz+vMhCebVbIofMX3XvThTK4iObcJ5CYqaVMsrX6GYfdf1LY0J6bv FcGsvyJNabyHkQLcHLJ3oI4O7D76jcTL7eFlsWuzHmpJBCg4qAR1hypGZVxfwN/hEVDf CznQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:mime-version:message-id:date:subject:to :from:arc-authentication-results; bh=2sm0MJZ7weMIxOKPbIpHOokTzoqbOGa226zaS2eYMzQ=; b=dliSl7fzHAhzHsTvrk4Htmv5H6lpjGdpBddvzxtxGw43G06dI4Da7vY/brQiRynIZz 9dKJkMOjUcH9HJ3aL3N1Y30KLQ6GSiJ0i9DmEE4pCofrZspBsZB9BjwTMApIxeVOQAw1 lVe/6UsX0o3snDIn6qH09ImjbBucZWSC6knjhsGPRCqV/bwBbWbxVSxsbQ/LvdmCg/5e iQGzKHhWy29EUEt9K0LZOl7uD1YwOEjo1BC5jOMXnULHP1CedjLYAfgk1p7auWZU84YA sfwwFUSqITDIGSmigpPbIuDkXCG9a3mDa+EypOV1sls4NB3pFH9Ld6qqrayFq4P7qWSn kGnQ== 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 o33si7736668plb.201.2017.10.18.06.19.11; Wed, 18 Oct 2017 06:19:29 -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 S934172AbdJRCKd (ORCPT + 99 others); Tue, 17 Oct 2017 22:10:33 -0400 Received: from mail.windriver.com ([147.11.1.11]:44064 "EHLO mail.windriver.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1761614AbdJRCKc (ORCPT ); Tue, 17 Oct 2017 22:10:32 -0400 Received: from ALA-HCA.corp.ad.wrs.com (ala-hca.corp.ad.wrs.com [147.11.189.40]) by mail.windriver.com (8.15.2/8.15.1) with ESMTPS id v9I2AUMb015577 (version=TLSv1 cipher=AES128-SHA bits=128 verify=FAIL); Tue, 17 Oct 2017 19:10:30 -0700 (PDT) Received: from pek-lyang0-d1.corp.ad.wrs.com (128.224.163.162) by ALA-HCA.corp.ad.wrs.com (147.11.189.40) with Microsoft SMTP Server id 14.3.361.1; Tue, 17 Oct 2017 19:10:29 -0700 From: To: , , , Subject: [PATCH] selftests: remove obsolete kconfig fragment for cpu-hotplug Date: Wed, 18 Oct 2017 10:10:23 +0800 Message-ID: <1508292623-8479-1-git-send-email-lei.yang@windriver.com> X-Mailer: git-send-email 1.9.1 MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Lei Yang 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() Signed-off-by: Lei Yang --- 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 -- 1.9.1 From 1583342233881976206@xxx Mon Nov 06 18:27:02 +0000 2017 X-GM-THRID: 1583342233881976206 X-Gmail-Labels: Inbox,Category Forums,HistoricalUnread