Re: [PATCH] cgroup1: don't call release_agent when it is ""

From: Tejun Heo
Date: Wed Mar 04 2020 - 11:54:10 EST


On Wed, Feb 19, 2020 at 12:01:29PM -0700, Tycho Andersen wrote:
> Older (and maybe current) versions of systemd set release_agent to "" when
> shutting down, but do not set notify_on_release to 0.
>
> Since 64e90a8acb85 ("Introduce STATIC_USERMODEHELPER to mediate
> call_usermodehelper()"), we filter out such calls when the user mode helper
> path is "". However, when used in conjunction with an actual (i.e. non "")
> STATIC_USERMODEHELPER, the path is never "", so the real usermode helper
> will be called with argv[0] == "".
>
> Let's avoid this by not invoking the release_agent when it is "".
>
> Signed-off-by: Tycho Andersen <tycho@xxxxxxxx>

Applied to cgroup/for-5.6-fixes.

Thanks.

--
tejun