]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit
sparc: configs: Remove useless UEVENT_HELPER_PATH
authorKrzysztof Kozlowski <krzk@kernel.org>
Tue, 4 Jun 2019 08:00:59 +0000 (10:00 +0200)
committerDavid S. Miller <davem@davemloft.net>
Thu, 13 Jun 2019 21:12:19 +0000 (14:12 -0700)
commit6284ad9453ba8eb093de046e2f9ba86537f4b27a
tree01b13e9345ed1a31e13aff4b7240267e9910faa5
parent4165c54c97bd201b4dc09bea0b52f4c17b01328d
sparc: configs: 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>
Acked-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: David S. Miller <davem@davemloft.net>
arch/sparc/configs/sparc32_defconfig
arch/sparc/configs/sparc64_defconfig