mbox series

[0/2] Fix data races in sstate tasks

Message ID 20260625150232.531442-1-felix.moessbauer@siemens.com
Headers show
Series Fix data races in sstate tasks | expand

Message

MOESSBAUER, Felix June 25, 2026, 3:02 p.m. UTC
While extensively testing the rootless builds in a CI running with
sstate cache, I was finally able to pin-point some sporadic issues.

These issues are completely unrelated to the rootless builds, though.
They have been around for quite some time, but were quite unlikely
to hit on normal (non multiconfig) builds.

Best regards,
Felix Moessbauer

Felix Moessbauer (2):
  fix(rootfs): protect rootfs_install sstate prepare with lock
  sstate: guard sstate funcs against execution in wrong context

 meta/classes-recipe/dpkg-base.bbclass                 | 4 ++++
 meta/classes-recipe/rootfs.bbclass                    | 6 +++++-
 meta/recipes-core/isar-mmdebstrap/isar-mmdebstrap.inc | 4 ++++
 3 files changed, 13 insertions(+), 1 deletion(-)