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

canonical / nullboot / 31558845256
69%

Build:
DEFAULT BRANCH: main
Ran 12 Aug 2026 03:05AM 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

12 Aug 2026 02:38AM UTC coverage: 68.503% (+0.2%) from 68.315%
31558845256

Pull #165

github

gerald-yang-tw
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>
Pull Request #165: Pin goroutine to OS thread when reading the primary key

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 - 31558845256.1 12 Aug 2026 03:05AM UTC 9
68.5
GitHub Action Run
2 ubuntu-24.04-go-1.24.x - 31558845256.2 12 Aug 2026 03:05AM UTC 9
68.5
GitHub Action Run
3 ubuntu-22.04-go-1.24.x - 31558845256.3 12 Aug 2026 03:05AM UTC 9
68.5
GitHub Action Run
Source Files on build 31558845256
  • Tree
  • List 9
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Pull Request #165
  • PR Base - 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