Re: [PATCH v2 3/3] mdev: add support to run as daemon

2019-06-03 Thread Denys Vlasenko
Applied, thanks On Tue, May 7, 2019 at 9:00 PM Jan Klötzke wrote: > > Adds the -d option to run mdev in daemon mode handling hotplug events > from the kernel like udev. If the system generates many hotplug events > this mode of operation will consume less resources than registering > mdev as hotp

Re: [PATCH v2 3/3] mdev: add support to run as daemon

2019-05-07 Thread Markus Gothe
019 21:07 To: j...@kloetzke.net; busybox@busybox.net Subject: Re: [PATCH v2 3/3] mdev: add support to run as daemon This is better than the previous patch, however AF_UNIX would be to prefer for older kernels and not to create additional dependencies. //M Sent from my BlackBerry — the most secur

Re: [PATCH v2 3/3] mdev: add support to run as daemon

2019-05-07 Thread Markus Gothe
@busybox.net Subject: [PATCH v2 3/3] mdev: add support to run as daemon Adds the -d option to run mdev in daemon mode handling hotplug events from the kernel like udev. If the system generates many hotplug events this mode of operation will consume less resources than registering mdev as hotplug helper

[PATCH v2 3/3] mdev: add support to run as daemon

2019-05-07 Thread Jan Klötzke
Adds the -d option to run mdev in daemon mode handling hotplug events from the kernel like udev. If the system generates many hotplug events this mode of operation will consume less resources than registering mdev as hotplug helper or using the uevent applet. Signed-off-by: Jan Klötzke --- v2: f