Skip to content
Failed

#27805 (Mar 26, 2026, 3:57:44 PM)

Started 8 hr 22 min ago
Took 2.8 sec on build5-deb12build-ansible

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

This run spent:

  • 5.9 sec waiting;
  • 2.8 sec build duration;
  • 8.8 sec total from scheduled to completion.
Revision: d94ceb239d4bad9ed75427d38608eb65ac3395f2
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