summaryrefslogtreecommitdiff
path: root/src/sysext/sysext.c
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2021-04-20 15:57:29 +0200
committerLennart Poettering <lennart@poettering.net>2021-04-20 17:14:10 +0200
commit75dc190d39bb71428ab0a0e6185af42aef9451a1 (patch)
tree24953f8c3a287cea4f809e32819449eceb97726e /src/sysext/sysext.c
parent31c75fcc415056e7ded80136547fd4658fa554f7 (diff)
downloadsystemd-75dc190d39bb71428ab0a0e6185af42aef9451a1.tar.gz
dissect: ignore old uevents when waiting for loopback partition scan
Let's drop all monitor uevent that were enqueued before we actually started setting up the device. This doesn't fix the race, but it makes the race window smaller: since we cannot determine the uevent seqnum and the loopback attachment atomically, there's a tiny window where uevents might be generated by the device which we mistake for being associated with out use of the loopback device.
Diffstat (limited to 'src/sysext/sysext.c')
-rw-r--r--src/sysext/sysext.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sysext/sysext.c b/src/sysext/sysext.c
index 49ec23d934..c305a30fae 100644
--- a/src/sysext/sysext.c
+++ b/src/sysext/sysext.c
@@ -532,6 +532,7 @@ static int merge_subprocess(Hashmap *images, const char *workspace) {
img->path,
&verity_settings,
NULL,
+ d->uevent_seqnum_not_before,
flags,
&m);
if (r < 0)