Skip to content
Success

#27808 (Mar 26, 2026, 5:35:31 PM)

Started 7 hr 8 min ago
Took 2 sec on build5-deb12build-ansible

Started by upstream project gerrit-osmo-ccid-firmware build number 150
originally caused by:

This run spent:

  • 9.9 sec waiting;
  • 2 sec build duration;
  • 12 sec total from scheduled to completion.
Revision: 2e49ae297ea4669f5d8359165845101ef4d40b44
Repository: $GERRIT_REPO_URL
  • master
firmware: add tear-free 64bit load/store helpers for jiffies

On Cortex-M4 a 64bit load may compile to two separate LDR
instructions which can lead to torn reads due to interrupts.
LDRD/STRD are restartable, they either complete or restart from
scratch, so the result is always consistent. The only "downside" is the
required alignment, which is fine.

Change-Id: I729c0fdfb5b228b03c2df1cf098743100b1ea625
ewild at