diff options
| author | Laurent Bercot <ska-skaware@skarnet.org> | 2022-08-03 19:53:11 +0000 |
|---|---|---|
| committer | Laurent Bercot <ska@appnovation.com> | 2022-08-03 19:53:11 +0000 |
| commit | 6e21f54b5519af90847d87158ecc75adb5892e1c (patch) | |
| tree | 69c7d5ba2a75f5a2ef2578406fa3f9a1a4550c35 /package | |
| parent | 8ad0f7f39526ee0d8f52f44f5434dfd518f8897a (diff) | |
| download | mdevd-6e21f54b5519af90847d87158ecc75adb5892e1c.tar.gz | |
Fix mdevd-coldlplug -O loop bug
mdevd-coldplug -O reads its data from mdevd, a user process,
so the check that we only read kernel data is invalid. Add an
option to mdevd_uevent_read() to activate the check or not.
Signed-off-by: Laurent Bercot <ska@appnovation.com>
Diffstat (limited to 'package')
| -rw-r--r-- | package/targets.mak | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package/targets.mak b/package/targets.mak index 79e56ea..1a21f42 100644 --- a/package/targets.mak +++ b/package/targets.mak @@ -2,5 +2,7 @@ BIN_TARGETS := \ mdevd \ mdevd-coldplug +INTERNAL_LIBS := libmdevd.a.xyzzy + LIBEXEC_TARGETS := |
