Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

um: 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: Richard Weinberger <richard@nod.at>

authored by

Krzysztof Kozlowski and committed by
Richard Weinberger
80b81cdc 06503870

-2
-1
arch/um/configs/i386_defconfig
··· 36 36 CONFIG_CON_CHAN="pts" 37 37 CONFIG_SSL_CHAN="pts" 38 38 CONFIG_UML_SOUND=m 39 - CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug" 40 39 CONFIG_DEVTMPFS=y 41 40 CONFIG_DEVTMPFS_MOUNT=y 42 41 CONFIG_BLK_DEV_UBD=y
-1
arch/um/configs/x86_64_defconfig
··· 34 34 CONFIG_CON_CHAN="pts" 35 35 CONFIG_SSL_CHAN="pts" 36 36 CONFIG_UML_SOUND=m 37 - CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug" 38 37 CONFIG_DEVTMPFS=y 39 38 CONFIG_DEVTMPFS_MOUNT=y 40 39 CONFIG_BLK_DEV_UBD=y