Skip to content

Commit 6284ad9

Browse files
krzkdavem330
authored andcommitted
sparc: configs: Remove useless UEVENT_HELPER_PATH
Remove the CONFIG_UEVENT_HELPER_PATH because: 1. It is disabled since commit 1be01d4 ("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>
1 parent 4165c54 commit 6284ad9

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

arch/sparc/configs/sparc32_defconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ CONFIG_INET6_ESP=m
2727
CONFIG_INET6_IPCOMP=m
2828
CONFIG_IPV6_TUNNEL=m
2929
CONFIG_NET_PKTGEN=m
30-
CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
3130
CONFIG_BLK_DEV_LOOP=m
3231
CONFIG_BLK_DEV_CRYPTOLOOP=m
3332
CONFIG_BLK_DEV_RAM=y

arch/sparc/configs/sparc64_defconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ CONFIG_IPV6_TUNNEL=m
5757
CONFIG_VLAN_8021Q=m
5858
CONFIG_NET_PKTGEN=m
5959
CONFIG_NET_TCPPROBE=m
60-
CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
6160
# CONFIG_PREVENT_FIRMWARE_BUILD is not set
6261
CONFIG_CONNECTOR=m
6362
CONFIG_BLK_DEV_LOOP=m

0 commit comments

Comments
 (0)