From patchwork Tue Jun 4 07:52:28 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Krzysztof Kozlowski X-Patchwork-Id: 10974355 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 37DA514C0 for ; Tue, 4 Jun 2019 07:52:45 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 2884528767 for ; Tue, 4 Jun 2019 07:52:45 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 1CD8628779; Tue, 4 Jun 2019 07:52:45 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-5.2 required=2.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,MAILING_LIST_MULTI,RCVD_IN_DNSWL_MED autolearn=ham version=3.3.1 Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.wl.linuxfoundation.org (Postfix) with ESMTPS id BB2BD28767 for ; Tue, 4 Jun 2019 07:52:44 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:MIME-Version:Cc:List-Subscribe: List-Help:List-Post:List-Archive:List-Unsubscribe:List-Id:Message-Id:Date: Subject:To:From:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To: References:List-Owner; bh=DvUEOuwS/TY0lr1qtcJDWglBMe926ZRXREfsi4j/sCs=; b=OEZ vqya/GPirAffcDrxdadxElFx5QBLMrleJ4WgS4sbIaATTg8gCc7BXshQIEamI4DalgNpBc+DZh07Z 38vdN2f7685bEUMbijRnk5DOxnh0I3t4d1f3dBx52nqjUcbS9smStN6CFlaHrN/rieDni5CEjkVIg /a5owVT1e68a98AncPUzioL8z9fU2VCmSlnbg9x5CqNSOGw+4Oy8d7uPD/fQNKtF+0Z7OT1CTpvE9 EMlAU+uQFzP7ZDa+nEz4BtHVz4xhADG/u6Q0HS36szbNJB041Dwg7qHm5Jlc2Dq/e1LIObopwKTTX 2AM99T60EmR08skjT2bcKPv0jsL7H1A==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.90_1 #2 (Red Hat Linux)) id 1hY4FM-0005Tb-5G; Tue, 04 Jun 2019 07:52:40 +0000 Received: from mail.kernel.org ([198.145.29.99]) by bombadil.infradead.org with esmtps (Exim 4.90_1 #2 (Red Hat Linux)) id 1hY4FJ-0005TI-JR for linux-arm-kernel@lists.infradead.org; Tue, 04 Jun 2019 07:52:38 +0000 Received: from PC-kkoz.proceq.com (unknown [213.160.61.66]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 9EEBA2423F; Tue, 4 Jun 2019 07:52:35 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1559634757; bh=/q6ifgaArkLKdkaDnn87c6mI1o//fVbPCP/Yo+7tFsI=; h=From:To:Cc:Subject:Date:From; b=yCMXWA5GGSKL5nJRx7XYN+zSSv+uVVZ4anFsrsr81oG6h6U67C2RuJQA6aQwCwFus rIKJHXj0Tf2v3ngy8fNWTYldyON09v3sADEz/jEhEgIIznyiL7e7UwBwwe7P0e6uEJ MidY9PYgyZpIPvvF3DKtweA8YzhgYTJic2Et2zaI= From: Krzysztof Kozlowski To: Catalin Marinas , Will Deacon , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, arm@kernel.org, Arnd Bergmann , Olof Johansson Subject: [PATCH] arm64: configs: Remove useless UEVENT_HELPER_PATH Date: Tue, 4 Jun 2019 09:52:28 +0200 Message-Id: <1559634748-19546-1-git-send-email-krzk@kernel.org> X-Mailer: git-send-email 2.7.4 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20190604_005237_656956_DD5B7DA0 X-CRM114-Status: UNSURE ( 9.75 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Krzysztof Kozlowski , Geert Uytterhoeven MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Virus-Scanned: ClamAV using ClamSMTP Remove the CONFIG_UEVENT_HELPER_PATH because: 1. It is disabled since commit 1be01d4a5714 ("driver: base: Disable CONFIG_UEVENT_HELPER by default") as its dependency (UEVENT_HELPER) was made default to 'n', 2. It is not recommended (help message: "This should not be used today [...] creates a high system load") and was kept only for ancient userland, 3. Certain userland specifically requests it to be disabled (systemd README: "Legacy hotplug slows down the system and confuses udev"). Signed-off-by: Krzysztof Kozlowski Acked-by: Geert Uytterhoeven --- arch/arm64/configs/defconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index d1b72f99e2f4..45488fcc6352 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -192,7 +192,6 @@ CONFIG_PCIE_QCOM=y CONFIG_PCIE_ARMADA_8K=y CONFIG_PCIE_KIRIN=y CONFIG_PCIE_HISI_STB=y -CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug" CONFIG_DEVTMPFS=y CONFIG_DEVTMPFS_MOUNT=y CONFIG_HISILICON_LPC=y