LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
From: tip-bot for Krzysztof Kozlowski <tipbot@zytor.com>
To: linux-tip-commits@vger.kernel.org
Cc: x86@kernel.org, ard.biesheuvel@linaro.org,
yamada.masahiro@socionext.com, tglx@linutronix.de, bp@suse.de,
linux-kernel@vger.kernel.org, kilobyte@angband.pl,
mingo@kernel.org, geert+renesas@glider.be, darwish.07@gmail.com,
akpm@linux-foundation.org, krzk@kernel.org, mingo@redhat.com,
hpa@zytor.com, alexey.brodkin@synopsys.com
Subject: [tip:x86/cleanups] x86/defconfigs: Remove useless UEVENT_HELPER_PATH
Date: Fri, 21 Jun 2019 10:28:32 -0700 [thread overview]
Message-ID: <tip-166da5c5462f4cf299e0daa47c7384617c1699d7@git.kernel.org> (raw)
In-Reply-To: <1559635284-21696-1-git-send-email-krzk@kernel.org>
Commit-ID: 166da5c5462f4cf299e0daa47c7384617c1699d7
Gitweb: https://git.kernel.org/tip/166da5c5462f4cf299e0daa47c7384617c1699d7
Author: Krzysztof Kozlowski <krzk@kernel.org>
AuthorDate: Tue, 4 Jun 2019 10:01:24 +0200
Committer: Borislav Petkov <bp@suse.de>
CommitDate: Fri, 21 Jun 2019 19:22:08 +0200
x86/defconfigs: Remove useless UEVENT_HELPER_PATH
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 <krzk@kernel.org>
Signed-off-by: Borislav Petkov <bp@suse.de>
Acked-by: Geert Uytterhoeven <geert+renesas@glider.be>
Cc: Adam Borowski <kilobyte@angband.pl>
Cc: "Ahmed S. Darwish" <darwish.07@gmail.com>
Cc: Alexey Brodkin <alexey.brodkin@synopsys.com>
Cc: Andrew Morton <akpm@linux-foundation.org>
Cc: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Cc: "H. Peter Anvin" <hpa@zytor.com>
Cc: Ingo Molnar <mingo@redhat.com>
Cc: Masahiro Yamada <yamada.masahiro@socionext.com>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: x86-ml <x86@kernel.org>
Link: https://lkml.kernel.org/r/1559635284-21696-1-git-send-email-krzk@kernel.org
---
arch/x86/configs/i386_defconfig | 1 -
arch/x86/configs/x86_64_defconfig | 1 -
2 files changed, 2 deletions(-)
diff --git a/arch/x86/configs/i386_defconfig b/arch/x86/configs/i386_defconfig
index 2b2481acc661..59ce9ed58430 100644
--- a/arch/x86/configs/i386_defconfig
+++ b/arch/x86/configs/i386_defconfig
@@ -130,7 +130,6 @@ CONFIG_CFG80211=y
CONFIG_MAC80211=y
CONFIG_MAC80211_LEDS=y
CONFIG_RFKILL=y
-CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
CONFIG_DEVTMPFS=y
CONFIG_DEVTMPFS_MOUNT=y
CONFIG_DEBUG_DEVRES=y
diff --git a/arch/x86/configs/x86_64_defconfig b/arch/x86/configs/x86_64_defconfig
index e8829abf063a..d0a5ffeae8df 100644
--- a/arch/x86/configs/x86_64_defconfig
+++ b/arch/x86/configs/x86_64_defconfig
@@ -129,7 +129,6 @@ CONFIG_CFG80211=y
CONFIG_MAC80211=y
CONFIG_MAC80211_LEDS=y
CONFIG_RFKILL=y
-CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
CONFIG_DEVTMPFS=y
CONFIG_DEVTMPFS_MOUNT=y
CONFIG_DEBUG_DEVRES=y
prev parent reply other threads:[~2019-06-21 17:29 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-06-04 8:01 [PATCH] x86: configs: " Krzysztof Kozlowski
2019-06-04 8:39 ` Geert Uytterhoeven
2019-06-21 17:28 ` tip-bot for Krzysztof Kozlowski [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=tip-166da5c5462f4cf299e0daa47c7384617c1699d7@git.kernel.org \
--to=tipbot@zytor.com \
--cc=akpm@linux-foundation.org \
--cc=alexey.brodkin@synopsys.com \
--cc=ard.biesheuvel@linaro.org \
--cc=bp@suse.de \
--cc=darwish.07@gmail.com \
--cc=geert+renesas@glider.be \
--cc=hpa@zytor.com \
--cc=kilobyte@angband.pl \
--cc=krzk@kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-tip-commits@vger.kernel.org \
--cc=mingo@kernel.org \
--cc=mingo@redhat.com \
--cc=tglx@linutronix.de \
--cc=x86@kernel.org \
--cc=yamada.masahiro@socionext.com \
--subject='Re: [tip:x86/cleanups] x86/defconfigs: Remove useless UEVENT_HELPER_PATH' \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).