Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH] linux: enable UEVENT_HELPER when mdev is used
Date: Sat, 25 May 2019 17:35:24 +0300	[thread overview]
Message-ID: <20190525143524.GD9224@smile.fi.intel.com> (raw)
In-Reply-To: <20190525130755.25678-1-peter@korsgaard.com>

On Sat, May 25, 2019 at 03:07:55PM +0200, Peter Korsgaard wrote:
> S10mdev uses /proc/sys/kernel/hotplug, which is only available if
> CONFIG_UEVENT_HELPER is enabled in the kernel, so ensure it is.
> 

Thanks!

> Reported-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
> ---
>  linux/linux.mk | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/linux/linux.mk b/linux/linux.mk
> index dd182d06b2..3a5eee63df 100644
> --- a/linux/linux.mk
> +++ b/linux/linux.mk
> @@ -333,6 +333,8 @@ define LINUX_KCONFIG_FIXUP_CMDS
>  		$(call KCONFIG_ENABLE_OPT,CONFIG_DEVTMPFS_MOUNT,$(@D)/.config))
>  	$(if $(BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_EUDEV),
>  		$(call KCONFIG_ENABLE_OPT,CONFIG_INOTIFY_USER,$(@D)/.config))
> +	$(if $(BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_MDEV),
> +		$(call KCONFIG_ENABLE_OPT,CONFIG_UEVENT_HELPER,$(@D)/.config))
>  	$(if $(BR2_PACKAGE_AUDIT),
>  		$(call KCONFIG_ENABLE_OPT,CONFIG_NET,$(@D)/.config)
>  		$(call KCONFIG_ENABLE_OPT,CONFIG_AUDIT,$(@D)/.config))
> -- 
> 2.11.0
> 

-- 
With Best Regards,
Andy Shevchenko

  reply	other threads:[~2019-05-25 14:35 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-05-25 13:07 [Buildroot] [PATCH] linux: enable UEVENT_HELPER when mdev is used Peter Korsgaard
2019-05-25 14:35 ` Andy Shevchenko [this message]
2019-05-25 15:24 ` Arnout Vandecappelle
2019-05-25 17:01   ` Andy Shevchenko
2019-05-25 19:56   ` Peter Korsgaard
2019-05-26  9:05     ` Arnout Vandecappelle
2019-06-03 14:56       ` Peter Korsgaard
2019-06-03 16:44         ` Titouan Christophe
2019-06-18 19:32           ` Peter Korsgaard
2019-07-29 10:00             ` Titouan Christophe
2019-07-31  6:20               ` Peter Korsgaard
2019-05-29 13:13   ` Titouan Christophe
2019-05-29 13:57     ` Arnout Vandecappelle
2019-06-01 13:26       ` Thomas Petazzoni

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=20190525143524.GD9224@smile.fi.intel.com \
    --to=andriy.shevchenko@linux.intel.com \
    --cc=buildroot@busybox.net \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox