public inbox for isar-users@googlegroups.com
 help / color / mirror / Atom feed
* [PATCH 0/4] Fix sporadic failures in do_wic_image
@ 2021-09-22  9:27 Felix Moessbauer
  2021-09-22  9:27 ` [PATCH 1/4] fix typo in do_rootfs_finalize Felix Moessbauer
                   ` (3 more replies)
  0 siblings, 4 replies; 10+ messages in thread
From: Felix Moessbauer @ 2021-09-22  9:27 UTC (permalink / raw)
  To: isar-users; +Cc: henning.schild, jan.kiszka, Felix Moessbauer

This patch series fixes mounting and task odering issues around do_wic_image.
These have previously been reported by H. Schild in "[PATCH v14 0/2] CPIO & OVA Images".

While patch 1,2 and 3 fix the issue, patch 4 splits the do_rootfs task to avoid open mountpoints
after the wic task.

Probably we do not want to integrate patch 4 until decisions on the mounting in general are made.

Best regards,
Felix

Felix Moessbauer (4):
  fix typo in do_rootfs_finalize
  execute do_wic_image under a lock to ensure mountpoints remain mounted
  fix race by serialize rootfs_finalize and do_wic_image
  split rootfs finalization and unmounting into two tasks

 meta/classes/image.bbclass   | 49 +++++++++++++++++++++++++-----------
 meta/classes/wic-img.bbclass | 36 +++++++++++++++-----------
 2 files changed, 56 insertions(+), 29 deletions(-)

-- 
2.30.2


^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2021-09-23  8:39 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-22  9:27 [PATCH 0/4] Fix sporadic failures in do_wic_image Felix Moessbauer
2021-09-22  9:27 ` [PATCH 1/4] fix typo in do_rootfs_finalize Felix Moessbauer
2021-09-22 15:02   ` Henning Schild
2021-09-22  9:27 ` [PATCH 2/4] execute do_wic_image under a lock to ensure mountpoints remain mounted Felix Moessbauer
2021-09-22 15:04   ` Henning Schild
2021-09-22  9:27 ` [PATCH 3/4] fix race by serialize rootfs_finalize and do_wic_image Felix Moessbauer
2021-09-22 15:15   ` Henning Schild
2021-09-23  8:39     ` Moessbauer, Felix
2021-09-22  9:27 ` [PATCH 4/4] split rootfs finalization and unmounting into two tasks Felix Moessbauer
2021-09-22 15:23   ` Henning Schild

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox