• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

canonical / nullboot / 32835467124
69%

Build:
DEFAULT BRANCH: main
Ran 25 Aug 2026 10:07AM UTC
Jobs 3
Files 9
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

25 Aug 2026 10:06AM UTC coverage: 68.503% (+0.2%) from 68.315%
32835467124

push

github

julian-klode
Pin goroutine to OS thread when reading the primary key

The keyring links established by KEYCTL_LINK are per-thread, but Go
may reschedule the goroutine onto a different OS thread between the
link and the subsequent key read, making the read intermittently
fail with permission denied:
final reseal failed: cannot obtain auth key from kernel: cannot read key from kernel: cannot determine size of key payload: permission denied

Wrap the link and read in runtime.LockOSThread()/UnlockOSThread() so
both syscalls run on the same thread.

Signed-off-by: Gerald Yang <gerald.yang@canonical.com>

3 of 3 new or added lines in 1 file covered. (100.0%)

920 of 1343 relevant lines covered (68.5%)

2.35 hits per line

Jobs
ID Job ID Ran Files Coverage
1 ubuntu-26.04-go-1.24.x - 32835467124.1 25 Aug 2026 10:08AM UTC 9
68.5
GitHub Action Run
2 ubuntu-22.04-go-1.24.x - 32835467124.2 25 Aug 2026 10:08AM UTC 9
68.5
GitHub Action Run
3 ubuntu-24.04-go-1.24.x - 32835467124.3 25 Aug 2026 10:07AM UTC 9
68.5
GitHub Action Run
Source Files on build 32835467124
  • Tree
  • List 9
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 5ea1aea3 on github
  • Prev Build on main (#28181860016)
  • Delete
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc