From: Shawn Guo <shawnguo@kernel.org>
To: linux-aspeed@lists.ozlabs.org
Subject: [PATCH v2] ARM: configs: Remove useless UEVENT_HELPER_PATH
Date: Thu, 6 Jun 2019 10:10:32 +0800 [thread overview]
Message-ID: <20190606021027.GV29853@dragon> (raw)
In-Reply-To: <1559636093-26005-1-git-send-email-krzk@kernel.org>
On Tue, Jun 04, 2019 at 10:14:53AM +0200, Krzysztof Kozlowski wrote:
> 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>
>
> ---
>
> Changes since v2:
> 1. Remove unrelated files.
> 2. Add Geert's ack.
> ---
...
> arch/arm/configs/imx_v4_v5_defconfig | 1 -
Acked-by: Shawn Guo <shawnguo@kernel.org>
WARNING: multiple messages have this Message-ID (diff)
From: Shawn Guo <shawnguo@kernel.org>
To: Krzysztof Kozlowski <krzk@kernel.org>
Cc: arm@kernel.org, Arnd Bergmann <arnd@arndb.de>,
Olof Johansson <olof@lixom.net>,
Russell King <linux@armlinux.org.uk>,
Joel Stanley <joel@jms.id.au>, Andrew Jeffery <andrew@aj.id.au>,
Nicolas Ferre <nicolas.ferre@microchip.com>,
Alexandre Belloni <alexandre.belloni@bootlin.com>,
Ludovic Desroches <ludovic.desroches@microchip.com>,
Sascha Hauer <s.hauer@pengutronix.de>,
Pengutronix Kernel Team <kernel@pengutronix.de>,
Fabio Estevam <festevam@gmail.com>,
NXP Linux Team <linux-imx@nxp.com>,
Vladimir Zapolskiy <vz@mleia.com>,
Sylvain Lemieux <slemieux.tyco@gmail.com>,
Jason Cooper <jason@lakedaemon.net>, Andrew Lunn <andrew@lunn.ch>,
Gregory Clement <gregory.clement@bootlin.com>,
Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>,
Aaro
Subject: Re: [PATCH v2] ARM: configs: Remove useless UEVENT_HELPER_PATH
Date: Thu, 6 Jun 2019 10:10:32 +0800 [thread overview]
Message-ID: <20190606021027.GV29853@dragon> (raw)
In-Reply-To: <1559636093-26005-1-git-send-email-krzk@kernel.org>
On Tue, Jun 04, 2019 at 10:14:53AM +0200, Krzysztof Kozlowski wrote:
> 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>
>
> ---
>
> Changes since v2:
> 1. Remove unrelated files.
> 2. Add Geert's ack.
> ---
...
> arch/arm/configs/imx_v4_v5_defconfig | 1 -
Acked-by: Shawn Guo <shawnguo@kernel.org>
WARNING: multiple messages have this Message-ID (diff)
From: Shawn Guo <shawnguo@kernel.org>
To: Krzysztof Kozlowski <krzk@kernel.org>
Cc: Andrew Lunn <andrew@lunn.ch>,
Alexandre Belloni <alexandre.belloni@bootlin.com>,
Mans Rullgard <mans@mansr.com>,
linux-aspeed@lists.ozlabs.org, Tony Lindgren <tony@atomide.com>,
Liviu Dudau <liviu.dudau@arm.com>,
linux-kernel@vger.kernel.org, Fabio Estevam <festevam@gmail.com>,
Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>,
Geert Uytterhoeven <geert+renesas@glider.be>,
Aaro Koskinen <aaro.koskinen@iki.fi>,
Gregory Clement <gregory.clement@bootlin.com>,
Russell King <linux@armlinux.org.uk>,
Ludovic Desroches <ludovic.desroches@microchip.com>,
arm@kernel.org, Joel Stanley <joel@jms.id.au>,
Sylvain Lemieux <slemieux.tyco@gmail.com>,
Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>,
Jason Cooper <jason@lakedaemon.net>,
Arnd Bergmann <arnd@arndb.de>,
Marc Gonzalez <marc.w.gonzalez@free.fr>,
Sascha Hauer <s.hauer@pengutronix.de>,
Vladimir Zapolskiy <vz@mleia.com>,
NXP Linux Team <linux-imx@nxp.com>,
linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
Andrew Jeffery <andrew@aj.id.au>,
Dinh Nguyen <dinguyen@kernel.org>,
Pengutronix Kernel Team <kernel@pengutronix.de>,
Sudeep Holla <sudeep.holla@arm.com>,
Olof Johansson <olof@lixom.net>
Subject: Re: [PATCH v2] ARM: configs: Remove useless UEVENT_HELPER_PATH
Date: Thu, 6 Jun 2019 10:10:32 +0800 [thread overview]
Message-ID: <20190606021027.GV29853@dragon> (raw)
In-Reply-To: <1559636093-26005-1-git-send-email-krzk@kernel.org>
On Tue, Jun 04, 2019 at 10:14:53AM +0200, Krzysztof Kozlowski wrote:
> 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>
>
> ---
>
> Changes since v2:
> 1. Remove unrelated files.
> 2. Add Geert's ack.
> ---
...
> arch/arm/configs/imx_v4_v5_defconfig | 1 -
Acked-by: Shawn Guo <shawnguo@kernel.org>
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
WARNING: multiple messages have this Message-ID (diff)
From: Shawn Guo <shawnguo@kernel.org>
To: Krzysztof Kozlowski <krzk@kernel.org>
Cc: arm@kernel.org, Arnd Bergmann <arnd@arndb.de>,
Olof Johansson <olof@lixom.net>,
Russell King <linux@armlinux.org.uk>,
Joel Stanley <joel@jms.id.au>, Andrew Jeffery <andrew@aj.id.au>,
Nicolas Ferre <nicolas.ferre@microchip.com>,
Alexandre Belloni <alexandre.belloni@bootlin.com>,
Ludovic Desroches <ludovic.desroches@microchip.com>,
Sascha Hauer <s.hauer@pengutronix.de>,
Pengutronix Kernel Team <kernel@pengutronix.de>,
Fabio Estevam <festevam@gmail.com>,
NXP Linux Team <linux-imx@nxp.com>,
Vladimir Zapolskiy <vz@mleia.com>,
Sylvain Lemieux <slemieux.tyco@gmail.com>,
Jason Cooper <jason@lakedaemon.net>, Andrew Lunn <andrew@lunn.ch>,
Gregory Clement <gregory.clement@bootlin.com>,
Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>,
Aaro Koskinen <aaro.koskinen@iki.fi>,
Tony Lindgren <tony@atomide.com>,
Dinh Nguyen <dinguyen@kernel.org>,
Marc Gonzalez <marc.w.gonzalez@free.fr>,
Mans Rullgard <mans@mansr.com>, Liviu Dudau <liviu.dudau@arm.com>,
Sudeep Holla <sudeep.holla@arm.com>,
Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>,
linux-arm-kernel@lists.infradead.org,
linux-kernel@vger.kernel.org, linux-aspeed@lists.ozlabs.org,
linux-omap@vger.kernel.org,
Geert Uytterhoeven <geert+renesas@glider.be>
Subject: Re: [PATCH v2] ARM: configs: Remove useless UEVENT_HELPER_PATH
Date: Thu, 6 Jun 2019 10:10:32 +0800 [thread overview]
Message-ID: <20190606021027.GV29853@dragon> (raw)
In-Reply-To: <1559636093-26005-1-git-send-email-krzk@kernel.org>
On Tue, Jun 04, 2019 at 10:14:53AM +0200, Krzysztof Kozlowski wrote:
> 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>
>
> ---
>
> Changes since v2:
> 1. Remove unrelated files.
> 2. Add Geert's ack.
> ---
...
> arch/arm/configs/imx_v4_v5_defconfig | 1 -
Acked-by: Shawn Guo <shawnguo@kernel.org>
next prev parent reply other threads:[~2019-06-06 2:10 UTC|newest]
Thread overview: 28+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-06-04 8:14 [PATCH v2] ARM: configs: Remove useless UEVENT_HELPER_PATH Krzysztof Kozlowski
2019-06-04 8:14 ` Krzysztof Kozlowski
2019-06-04 8:14 ` Krzysztof Kozlowski
2019-06-04 8:55 ` Sudeep Holla
2019-06-04 8:55 ` Sudeep Holla
2019-06-04 8:55 ` Sudeep Holla
2019-06-04 8:55 ` Sudeep Holla
2019-06-05 1:49 ` Andrew Jeffery
2019-06-05 1:49 ` Andrew Jeffery
2019-06-05 1:49 ` Andrew Jeffery
2019-06-06 2:10 ` Shawn Guo [this message]
2019-06-06 2:10 ` Shawn Guo
2019-06-06 2:10 ` Shawn Guo
2019-06-06 2:10 ` Shawn Guo
2019-06-06 9:16 ` Nicolas.Ferre
2019-06-06 9:16 ` Nicolas.Ferre
2019-06-06 9:16 ` Nicolas.Ferre
2019-06-06 9:16 ` Nicolas.Ferre
2019-06-06 14:36 ` Dinh Nguyen
2019-06-06 14:36 ` Dinh Nguyen
2019-06-06 14:36 ` Dinh Nguyen
2019-06-19 14:09 ` Olof Johansson
2019-06-19 14:09 ` Olof Johansson
2019-06-19 14:09 ` Olof Johansson
2019-06-19 14:09 ` Olof Johansson
[not found] ` <15AEA3356BFC1A54.4080@linux.kernel.org>
2019-07-05 22:29 ` Olof Johansson
2019-07-05 22:29 ` Olof Johansson
2019-07-05 22:29 ` Olof Johansson
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=20190606021027.GV29853@dragon \
--to=shawnguo@kernel.org \
--cc=linux-aspeed@lists.ozlabs.org \
/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
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.