Skip to content
Failed

#27800 (Mar 26, 2026, 12:37:21 PM)

Started 6 hr 57 min ago
Took 2.6 sec on build4-deb12build-ansible

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

This run spent:

  • 11 sec waiting;
  • 2.6 sec build duration;
  • 14 sec total from scheduled to completion.
Revision: e93dc72265cd548a59888e1db1e712928b091602
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